[check][nixpkgs-review] took longer than 45m and timed out nixpkgs-review took longer than 45m and timed out Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. meta.description for python311Packages.pymc is: Bayesian estimation, particularly using Markov chain Monte Carlo (MCMC) meta.homepage for python311Packages.pymc is: https://github.com/pymc-devs/pymc meta.changelog for python311Packages.pymc is: https://github.com/pymc-devs/pymc/releases/tag/v5.11.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 5.11.0 with grep in /nix/store/pc3y3h4fa1laaq7plx7mhr96kzhy8jc3-python3.11-pymc-5.11.0 - found 5.11.0 in filename of file in /nix/store/pc3y3h4fa1laaq7plx7mhr96kzhy8jc3-python3.11-pymc-5.11.0 ---
Rebuild report (if merged into master) (click to expand) ``` 2 total rebuild path(s) 2 package rebuild(s) First fifty rebuilds by attrpath python311Packages.bambi python311Packages.pymc ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/pc3y3h4fa1laaq7plx7mhr96kzhy8jc3-python3.11-pymc-5.11.0 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A python311Packages.pymc https://github.com/r-ryantm/nixpkgs/archive/97666ff75b4f8f8af245bd6e2b22fb523d18b720.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/97666ff75b4f8f8af245bd6e2b22fb523d18b720#python311Packages.pymc ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/pc3y3h4fa1laaq7plx7mhr96kzhy8jc3-python3.11-pymc-5.11.0 ls -la /nix/store/pc3y3h4fa1laaq7plx7mhr96kzhy8jc3-python3.11-pymc-5.11.0/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. nixpkgs-review took longer than 45m and timed out --- ###### Maintainer pings cc @nidabdella 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/296283 [result] Success updating python311Packages.pymc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sqlite-analyzer, using log file: /var/log/nixpkgs-update/sqlite-analyzer/2024-03-16.log sqlite-analyzer 3.45.1 -> 3.45.2 https://repology.org/project/sqlite/versions attrpath: sqlite-analyzer Checking auto update branch... No auto update branch exists Old version 3.45.1" not present in staging derivation file with contents: { lib, stdenv, fetchurl, unzip, sqlite, tcl, Foundation }: let archiveVersion = import ./archive-version.nix lib; mkTool = { pname, makeTarget, description, homepage, mainProgram }: stdenv.mkDerivation rec { inherit pname; version = "3.45.2"; # nixpkgs-update: no auto update src = assert version == sqlite.version; fetchurl { url = "https://sqlite.org/2024/sqlite-src-${archiveVersion version}.zip"; hash = "sha256-SkWjV3zIr2g8S9TG6Bp8eCxbfV2qBhdeosuXHKcWkbE="; }; nativeBuildInputs = [ unzip ]; buildInputs = [ tcl ] ++ lib.optional stdenv.isDarwin Foundation; makeFlags = [ makeTarget ]; installPhase = "install -Dt $out/bin ${makeTarget}"; meta = with lib; { inherit description homepage mainProgram; downloadPage = "http://sqlite.org/download.html"; license = licenses.publicDomain; maintainers = with maintainers; [ johnazoidberg ]; platforms = platforms.unix; }; }; in { sqldiff = mkTool { pname = "sqldiff"; makeTarget = "sqldiff"; description = "A tool that displays the differences between SQLite databases"; homepage = "https://www.sqlite.org/sqldiff.html"; mainProgram = "sqldiff"; }; sqlite-analyzer = mkTool { pname = "sqlite-analyzer"; makeTarget = "sqlite3_analyzer"; description = "A tool that shows statistics about SQLite databases"; homepage = "https://www.sqlite.org/sqlanalyze.html"; mainProgram = "sqlite3_analyzer"; }; } [result] Failed to update sqlite-analyzer 3.45.1 -> 3.45.2 https://repology.org/project/sqlite/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.formatdown, using log file: /var/log/nixpkgs-update/rPackages.formatdown/2024-03-16.log rPackages.formatdown 0.1.2 -> 0.1.3 https://repology.org/project/r:formatdown/versions attrpath: rPackages.formatdown Checking auto update branch... No auto update branch exists Old version 0.1.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.formatdown 0.1.2 -> 0.1.3 https://repology.org/project/r:formatdown/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.moodlequizR, using log file: /var/log/nixpkgs-update/rPackages.moodlequizR/2024-03-16.log rPackages.moodlequizR 1.0.3 -> 2.0.2 https://repology.org/project/r:moodlequizr/versions attrpath: rPackages.moodlequizR 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.moodlequizR 1.0.3 -> 2.0.2 https://repology.org/project/r:moodlequizr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pdns, using log file: /var/log/nixpkgs-update/pdns/2024-03-16.log pdns 4.8.4 -> 4.9.0 https://repology.org/project/pdns/versions attrpath: pdns Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - pdns: 4.8.4 -> 4.9.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/296229" [result] Failed to update pdns 4.8.4 -> 4.9.0 https://repology.org/project/pdns/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.swift, using log file: /var/log/nixpkgs-update/python312Packages.swift/2024-03-16.log python312Packages.swift 2.32.0 -> 2.33.0 https://repology.org/project/python:swift/versions attrpath: python312Packages.swift Checking auto update branch... [outpaths] eval start [outpaths] eval end [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/f85c8xkmic0xpjk8gcnlxgylmv8p8sbk-packages.json.drv building '/nix/store/f85c8xkmic0xpjk8gcnlxgylmv8p8sbk-packages.json.drv'... Going to be running update for following packages: - python3.12-swift-2.32.0 Press Enter key to continue... Running update for: - python3.12-swift-2.32.0: UPDATING ... - python3.12-swift-2.32.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/swift/default.nix b/pkgs/development/python-modules/swift/default.nix index 464b044ad15a..ec4f1b7a3963 100644 --- a/pkgs/development/python-modules/swift/default.nix +++ b/pkgs/development/python-modules/swift/default.nix @@ -24,12 +24,12 @@ buildPythonPackage rec { pname = "swift"; - version = "2.32.0"; + version = "2.33.0"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-JeDmZx667rG1ARfRBUDTcOWe7u3ZiytZzGQSRp8bpes="; + hash = "sha256-4TlJcquK8MC9zQfLKmb88B5xHje1kbPD2jSLiR+N8hs="; }; postPatch = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/234xndq6szrxdf7q806mfk8yp27n02l0-python3.12-swift-2.33.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)
4 packages built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. meta.description for python312Packages.swift is: OpenStack Object Storage meta.homepage for python312Packages.swift is: https://github.com/openstack/swift ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 2.33.0 with grep in /nix/store/234xndq6szrxdf7q806mfk8yp27n02l0-python3.12-swift-2.33.0 - found 2.33.0 in filename of file in /nix/store/234xndq6szrxdf7q806mfk8yp27n02l0-python3.12-swift-2.33.0 ---
Rebuild report (if merged into master) (click to expand) ``` 2 total rebuild path(s) 2 package rebuild(s) First fifty rebuilds by attrpath python311Packages.swift python312Packages.swift ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/234xndq6szrxdf7q806mfk8yp27n02l0-python3.12-swift-2.33.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.swift https://github.com/r-ryantm/nixpkgs/archive/27083011edd031bfdca0ffd5db4cb35eb5fe65f7.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/27083011edd031bfdca0ffd5db4cb35eb5fe65f7#python312Packages.swift ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/234xndq6szrxdf7q806mfk8yp27n02l0-python3.12-swift-2.33.0 ls -la /nix/store/234xndq6szrxdf7q806mfk8yp27n02l0-python3.12-swift-2.33.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)
4 packages built:
--- ###### Maintainer pings cc @SuperSandro2000 for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/296288 [result] Success updating python312Packages.swift 2.32.0 -> 2.33.0 https://repology.org/project/python:swift/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.epos, using log file: /var/log/nixpkgs-update/rPackages.epos/2024-03-16.log rPackages.epos 1.0 -> 1.1 https://repology.org/project/r:epos/versions attrpath: rPackages.epos Checking auto update branch... No auto update branch exists Old version 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.epos 1.0 -> 1.1 https://repology.org/project/r:epos/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.readchar, using log file: /var/log/nixpkgs-update/python312Packages.readchar/2024-03-16.log python312Packages.readchar 4.0.5 -> 4.0.6 https://repology.org/project/python:readchar/versions attrpath: python312Packages.readchar Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gk6iqg6mvqqpdg4zmy3zzdqqa5pnxlvs-packages.json.drv building '/nix/store/gk6iqg6mvqqpdg4zmy3zzdqqa5pnxlvs-packages.json.drv'... Going to be running update for following packages: - python3.12-readchar-4.0.5 Press Enter key to continue... Running update for: - python3.12-readchar-4.0.5: UPDATING ... - python3.12-readchar-4.0.5: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/readchar/default.nix b/pkgs/development/python-modules/readchar/default.nix index aab318a38178..115e0c284a2a 100644 --- a/pkgs/development/python-modules/readchar/default.nix +++ b/pkgs/development/python-modules/readchar/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "readchar"; - version = "4.0.5"; + version = "4.0.6"; pyproject = true; # Don't use wheels on PyPI @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "magmax"; repo = "python-${pname}"; rev = "refs/tags/v${version}"; - hash = "sha256-Ru18lh+9tXtvttypnob0HNPKBiGF7E9HDL21l1AAGa8="; + hash = "sha256-XowLJ9YAHhP9nInFVYtoLEOmlWBRWQX259vwm9SVVZU="; }; postPatch = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/7xzrm5l8rbfyam4v3gws5xxzkzlgc5kx-python3.12-readchar-4.0.6" [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 failed to build:
32 packages built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. meta.description for python312Packages.readchar is: Python library to read characters and key strokes meta.homepage for python312Packages.readchar is: https://github.com/magmax/python-readchar ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 4.0.6 with grep in /nix/store/7xzrm5l8rbfyam4v3gws5xxzkzlgc5kx-python3.12-readchar-4.0.6 - found 4.0.6 in filename of file in /nix/store/7xzrm5l8rbfyam4v3gws5xxzkzlgc5kx-python3.12-readchar-4.0.6 ---
Rebuild report (if merged into master) (click to expand) ``` 19 total rebuild path(s) 19 package rebuild(s) First fifty rebuilds by attrpath open-interpreter python311Packages.aioboto3 python311Packages.chalice python311Packages.inquirer python311Packages.open-interpreter python311Packages.readchar python311Packages.slack-bolt python311Packages.strawberry-graphql python311Packages.toggl-cli python311Packages.translatepy python312Packages.aioboto3 python312Packages.chalice python312Packages.inquirer python312Packages.open-interpreter python312Packages.readchar python312Packages.slack-bolt python312Packages.strawberry-graphql python312Packages.translatepy translatepy ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/7xzrm5l8rbfyam4v3gws5xxzkzlgc5kx-python3.12-readchar-4.0.6 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A python312Packages.readchar https://github.com/r-ryantm/nixpkgs/archive/776c81ddcad69f731471d3b29e5f8a4e182fa7bb.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/776c81ddcad69f731471d3b29e5f8a4e182fa7bb#python312Packages.readchar ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/7xzrm5l8rbfyam4v3gws5xxzkzlgc5kx-python3.12-readchar-4.0.6 ls -la /nix/store/7xzrm5l8rbfyam4v3gws5xxzkzlgc5kx-python3.12-readchar-4.0.6/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages failed to build:
32 packages built:
--- ###### Maintainer pings cc @mmahut 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/296296 [result] Success updating python312Packages.readchar 4.0.5 -> 4.0.6 https://repology.org/project/python:readchar/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.giscoR, using log file: /var/log/nixpkgs-update/rPackages.giscoR/2024-03-16.log rPackages.giscoR 0.4.0 -> 0.4.1 https://repology.org/project/r:giscor/versions attrpath: rPackages.giscoR 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.giscoR 0.4.0 -> 0.4.1 https://repology.org/project/r:giscor/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.nokogiri, using log file: /var/log/nixpkgs-update/rubyPackages.nokogiri/2024-03-16.log rubyPackages.nokogiri 1.16.2 -> 1.16.3 https://repology.org/project/ruby:nokogiri/versions attrpath: rubyPackages.nokogiri 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.nokogiri 1.16.2 -> 1.16.3 https://repology.org/project/ruby:nokogiri/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath agate, using log file: /var/log/nixpkgs-update/agate/2024-03-16.log agate 3.3.4 -> 3.3.5 https://github.com/mbrubeck/agate/releases attrpath: agate 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-tqaiIMSuAv6qHcqUy/rIDb0AHgAJ+d8SnxRZY7MZh7g= Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A agate nix build failed. got build log for 'agate' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/2pdy9khl651mac4w38ygayz8is3yi0h6-source source root is source Executing cargoSetupPostUnpackHook unpacking source archive /nix/store/2iyva6bcwwsnaglzxljglswvxbh0flgl-agate-3.3.5-vendor.tar.gz Finished cargoSetupPostUnpackHook @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase Executing cargoSetupPostPatchHook Validating consistency between /build/source/Cargo.lock and /build/agate-3.3.5-vendor.tar.gz/Cargo.lock Finished cargoSetupPostPatchHook @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase Executing cargoBuildHook ++ env CC_X86_64_UNKNOWN_LINUX_GNU=/nix/store/qhpw32pz39y6i30b3vrbw5fw6zv5549f-gcc-wrapper-13.2.0/bin/cc CXX_X86_64_UNKNOWN_LINUX_GNU=/nix/store/qhpw32pz39y6i30b3vrbw5fw6zv5549f-gcc-wrapper-13.2.0/bin/c++ CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=/nix/store/qhpw32pz39y6i30b3vrbw5fw6zv5549f-gcc-wrapper-13.2.0/bin/cc CC_X86_64_UNKNOWN_LINUX_GNU=/nix/store/qhpw32pz39y6i30b3vrbw5fw6zv5549f-gcc-wrapper-13.2.0/bin/cc CXX_X86_64_UNKNOWN_LINUX_GNU=/nix/store/qhpw32pz39y6i30b3vrbw5fw6zv5549f-gcc-wrapper-13.2.0/bin/c++ CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=/nix/store/qhpw32pz39y6i30b3vrbw5fw6zv5549f-gcc-wrapper-13.2.0/bin/cc CARGO_BUILD_TARGET=x86_64-unknown-linux-gnu HOST_CC=/nix/store/qhpw32pz39y6i30b3vrbw5fw6zv5549f-gcc-wrapper-13.2.0/bin/cc HOST_CXX=/nix/store/qhpw32pz39y6i30b3vrbw5fw6zv5549f-gcc-wrapper-13.2.0/bin/c++ cargo build -j 24 --target x86_64-unknown-linux-gnu --frozen --profile release error: the lock file /build/source/Cargo.lock needs to be updated but --frozen was passed to prevent this If you want to try to generate the lock file without accessing the network, remove the --frozen flag and use --offline instead. [result] Failed to update agate 3.3.4 -> 3.3.5 https://github.com/mbrubeck/agate/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cue, using log file: /var/log/nixpkgs-update/cue/2024-03-16.log cue 0.7.1 -> 0.8.0 https://github.com/cue-lang/cue/releases attrpath: cue Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - cue: 0.7.1 -> 0.8.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/290442" [result] Failed to update cue 0.7.1 -> 0.8.0 https://github.com/cue-lang/cue/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.jsonargparse, using log file: /var/log/nixpkgs-update/python312Packages.jsonargparse/2024-03-16.log python312Packages.jsonargparse 4.27.5 -> 4.27.6 https://repology.org/project/python:jsonargparse/versions attrpath: python312Packages.jsonargparse Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nfzyhmlw22rhxana0kr4kn7hrnrz5k29-packages.json.drv building '/nix/store/nfzyhmlw22rhxana0kr4kn7hrnrz5k29-packages.json.drv'... Going to be running update for following packages: - python3.12-jsonargparse-4.27.5 Press Enter key to continue... Running update for: - python3.12-jsonargparse-4.27.5: UPDATING ... - python3.12-jsonargparse-4.27.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.jsonargparse 4.27.5 -> 4.27.6 https://repology.org/project/python:jsonargparse/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kubectl, using log file: /var/log/nixpkgs-update/kubectl/2024-03-16.log kubectl 1.29.2 -> 1.29.3 https://repology.org/project/kubernetes/versions attrpath: kubectl Checking auto update branch... No auto update branch exists Old version 1.29.2" not present in master derivation file with contents: { lib, kubernetes }: kubernetes.overrideAttrs (_: rec { pname = "kubectl"; outputs = [ "out" "man" "convert" ]; WHAT = lib.concatStringsSep " " [ "cmd/kubectl" "cmd/kubectl-convert" ]; installPhase = '' runHook preInstall install -D _output/local/go/bin/kubectl -t $out/bin install -D _output/local/go/bin/kubectl-convert -t $convert/bin installManPage docs/man/man1/kubectl* installShellCompletion --cmd kubectl \ --bash <($out/bin/kubectl completion bash) \ --fish <($out/bin/kubectl completion fish) \ --zsh <($out/bin/kubectl completion zsh) runHook postInstall ''; meta = kubernetes.meta // { description = "Kubernetes CLI"; homepage = "https://github.com/kubernetes/kubectl"; platforms = lib.platforms.unix; }; }) [result] Failed to update kubectl 1.29.2 -> 1.29.3 https://repology.org/project/kubernetes/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.flet-runtime, using log file: /var/log/nixpkgs-update/python312Packages.flet-runtime/2024-03-16.log python312Packages.flet-runtime 0.20.2 -> 0.21.1 https://repology.org/project/python:flet-runtime/versions attrpath: python312Packages.flet-runtime Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ici5cvsg6vvzdpsjwyz30jyv6pmxwg2v-packages.json.drv building '/nix/store/ici5cvsg6vvzdpsjwyz30jyv6pmxwg2v-packages.json.drv'... Going to be running update for following packages: - python3.12-flet-runtime-0.20.2 Press Enter key to continue... Running update for: - python3.12-flet-runtime-0.20.2: UPDATING ... - python3.12-flet-runtime-0.20.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/flet-runtime/default.nix b/pkgs/development/python-modules/flet-runtime/default.nix index 9e643fa81289..d0d6cc2cc05f 100644 --- a/pkgs/development/python-modules/flet-runtime/default.nix +++ b/pkgs/development/python-modules/flet-runtime/default.nix @@ -10,13 +10,13 @@ buildPythonPackage rec { pname = "flet-runtime"; - version = "0.20.2"; + version = "0.21.1"; pyproject = true; src = fetchPypi { pname = "flet_runtime"; inherit version; - hash = "sha256-92gyaMME2R7k3AAFKsl7kIv8mVwi8pwQsGLD0ml82Q0="; + hash = "sha256-48diTMTWbiZNF4jU6ABgWYsdhNNs3bte7brgdEJE3es="; }; nativeBuildInputs = [ No auto update branch exists There might already be an open PR for this update: - python311Packages.flet-core: 0.20.2 -> 0.21.1 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/294702" [result] Failed to update python312Packages.flet-runtime 0.20.2 -> 0.21.1 https://repology.org/project/python:flet-runtime/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libxml2, using log file: /var/log/nixpkgs-update/libxml2/2024-03-16.log libxml2 2.12.5 -> 2.12.6 https://repology.org/project/libxml2/versions attrpath: libxml2 Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/c3868hzb6218hpf1g02wr81dx01v71qr-packages.json.drv building '/nix/store/c3868hzb6218hpf1g02wr81dx01v71qr-packages.json.drv'... Going to be running update for following packages: - libxml2-2.12.5 Press Enter key to continue... Running update for: - libxml2-2.12.5: UPDATING ... - libxml2-2.12.5: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/libraries/libxml2/default.nix b/pkgs/development/libraries/libxml2/default.nix index 78c5d09889aa..3a85582f6b1d 100644 --- a/pkgs/development/libraries/libxml2/default.nix +++ b/pkgs/development/libraries/libxml2/default.nix @@ -35,7 +35,7 @@ in let libxml = stdenv.mkDerivation (finalAttrs: rec { pname = "libxml2"; - version = "2.12.5"; + version = "2.12.6"; outputs = [ "bin" "dev" "out" "doc" ] ++ lib.optional pythonSupport "py" @@ -44,7 +44,7 @@ libxml = stdenv.mkDerivation (finalAttrs: rec { src = fetchurl { url = "mirror://gnome/sources/libxml2/${lib.versions.majorMinor version}/libxml2-${version}.tar.xz"; - hash = "sha256-qXJ5Zpav04Bz4PWcKDw6L1pWC1JotLq8ORsoYWZSayE="; + hash = "sha256-iJxZOogaPbX92WzJMYyH3zTrZI7fxFgnKtRv1gc1P7s="; }; strictDeps = true; No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/qfhw0fl3zszmzlzw546f0lrkksf19mm4-libxml2-2.12.6-bin" 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 libxml2 is: XML parsing library for C meta.homepage for libxml2 is: https://gitlab.gnome.org/GNOME/libxml2 ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 2.12.6 with grep in /nix/store/qfhw0fl3zszmzlzw546f0lrkksf19mm4-libxml2-2.12.6-bin - found 2.12.6 in filename of file in /nix/store/qfhw0fl3zszmzlzw546f0lrkksf19mm4-libxml2-2.12.6-bin ---
Rebuild report (if merged into master) (click to expand) ``` 52359 total rebuild path(s) 52359 package rebuild(s) First fifty rebuilds by attrpath ArchiSteamFarm BeatSaberModManager CHOWTapeModel ChowCentaur 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 Fabric HentaiAtHome LAStools LASzip LASzip2 LibreArp LibreArp-lv2 Literate MIDIVisualizer MMA OSCAR OVMF OVMFFull QuadProgpp R SDL SDL2 SDL2_Pango SDL2_gfx ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/qfhw0fl3zszmzlzw546f0lrkksf19mm4-libxml2-2.12.6-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 libxml2 https://github.com/r-ryantm/nixpkgs/archive/4e522853c09643db0f41a0420560f2fdceb98f29.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/4e522853c09643db0f41a0420560f2fdceb98f29#libxml2 ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/qfhw0fl3zszmzlzw546f0lrkksf19mm4-libxml2-2.12.6-bin ls -la /nix/store/qfhw0fl3zszmzlzw546f0lrkksf19mm4-libxml2-2.12.6-bin/bin ``` ---

### Pre-merge build results NixPkgs review skipped --- ###### Maintainer pings cc @edolstra @jtojnar 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/296300 [result] Success updating libxml2 2.12.5 -> 2.12.6 https://repology.org/project/libxml2/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath bosh-cli, using log file: /var/log/nixpkgs-update/bosh-cli/2024-03-16.log bosh-cli 7.5.4 -> 7.5.5 https://github.com/cloudfoundry/bosh-cli/releases attrpath: bosh-cli Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] 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/applications/networking/cluster/bosh-cli/default.nix b/pkgs/applications/networking/cluster/bosh-cli/default.nix index ab20b2dc72cc..0daf7ae97ba1 100644 --- a/pkgs/applications/networking/cluster/bosh-cli/default.nix +++ b/pkgs/applications/networking/cluster/bosh-cli/default.nix @@ -8,13 +8,13 @@ buildGoModule rec { pname = "bosh-cli"; - version = "7.5.4"; + version = "7.5.5"; src = fetchFromGitHub { owner = "cloudfoundry"; repo = pname; rev = "v${version}"; - sha256 = "sha256-aNzKp7QwyhC/ado0NrCyxrRZu+ePGBNSq31/Iw6k6n0="; + sha256 = "sha256-LjqMCkEIl+0psxIys/tvJPkEQqDRzLOsaFUfAVG+RrE="; }; vendorHash = null; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/1aqkzbw3zqjcw9qnrp3s7v3p1y4r78k9-bosh-cli-7.5.5" [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/cloudfoundry/bosh-cli/releases. meta.description for bosh-cli is: A command line interface to CloudFoundry BOSH meta.homepage for bosh-cli is: https://bosh.io meta.changelog for bosh-cli is: https://github.com/cloudfoundry/bosh-cli/releases/tag/v7.5.5 ###### Updates performed - Golang update ###### To inspect upstream changes - [Release on GitHub](https://github.com/cloudfoundry/bosh-cli/releases/tag/v7.5.5) - [Compare changes on GitHub](https://github.com/cloudfoundry/bosh-cli/compare/v7.5.4...v7.5.5) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 7.5.5 with grep in /nix/store/1aqkzbw3zqjcw9qnrp3s7v3p1y4r78k9-bosh-cli-7.5.5 - found 7.5.5 in filename of file in /nix/store/1aqkzbw3zqjcw9qnrp3s7v3p1y4r78k9-bosh-cli-7.5.5 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath bosh-cli ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/1aqkzbw3zqjcw9qnrp3s7v3p1y4r78k9-bosh-cli-7.5.5 \ --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 bosh-cli https://github.com/r-ryantm/nixpkgs/archive/916ec360dbb50a74acfa40eccbc830eec4c5eb6f.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/916ec360dbb50a74acfa40eccbc830eec4c5eb6f#bosh-cli ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/1aqkzbw3zqjcw9qnrp3s7v3p1y4r78k9-bosh-cli-7.5.5 ls -la /nix/store/1aqkzbw3zqjcw9qnrp3s7v3p1y4r78k9-bosh-cli-7.5.5/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 @risicle 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/296303 [result] Success updating bosh-cli 7.5.4 -> 7.5.5 https://github.com/cloudfoundry/bosh-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 openapi-tui, using log file: /var/log/nixpkgs-update/openapi-tui/2024-03-16.log openapi-tui 0.4.0 -> 0.5.0 https://github.com/zaghaghi/openapi-tui/releases attrpath: openapi-tui 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] Replacing cargoHash with sha256-vfEDbUrIXc498QnMJJlMGyTUDvlHgquB5GpWTe7yCvM= [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/op/openapi-tui/package.nix b/pkgs/by-name/op/openapi-tui/package.nix index e2c88c4f4efc..fdbc0b6cb1d3 100644 --- a/pkgs/by-name/op/openapi-tui/package.nix +++ b/pkgs/by-name/op/openapi-tui/package.nix @@ -6,16 +6,16 @@ rustPlatform.buildRustPackage rec { pname = "openapi-tui"; - version = "0.4.0"; + version = "0.5.0"; src = fetchFromGitHub { owner = "zaghaghi"; repo = "openapi-tui"; rev = version; - hash = "sha256-7xkjlX3+/hdVN2PXoiXbouSoMLy0Qe8uMRlPHWJO5Ts="; + hash = "sha256-flxQ5+nLacQAkrxJafw9D3iXYTFpHcmTshEySmFJ0Cc="; }; - cargoHash = "sha256-U8TOms8C7vV64OKKdJhMAoOha9s2lBqfBWU7pyZ0h/s="; + cargoHash = "sha256-vfEDbUrIXc498QnMJJlMGyTUDvlHgquB5GpWTe7yCvM="; meta = with lib; { description = "Terminal UI to list, browse and run APIs defined with openapi spec"; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/a1l8b8m6j4pii4bncn2bfy46gwf23dgg-openapi-tui-0.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)
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/zaghaghi/openapi-tui/releases. meta.description for openapi-tui is: Terminal UI to list, browse and run APIs defined with openapi spec meta.homepage for openapi-tui is: https://github.com/zaghaghi/openapi-tui ###### Updates performed - Rust version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/zaghaghi/openapi-tui/releases/tag/0.5.0) - [Compare changes on GitHub](https://github.com/zaghaghi/openapi-tui/compare/0.4.0...0.5.0) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.5.0 with grep in /nix/store/a1l8b8m6j4pii4bncn2bfy46gwf23dgg-openapi-tui-0.5.0 - found 0.5.0 in filename of file in /nix/store/a1l8b8m6j4pii4bncn2bfy46gwf23dgg-openapi-tui-0.5.0 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath openapi-tui ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/a1l8b8m6j4pii4bncn2bfy46gwf23dgg-openapi-tui-0.5.0 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A openapi-tui https://github.com/r-ryantm/nixpkgs/archive/bbfdb9e2599ad25bcf71462c4dfb1b9eecc4b38d.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/bbfdb9e2599ad25bcf71462c4dfb1b9eecc4b38d#openapi-tui ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/a1l8b8m6j4pii4bncn2bfy46gwf23dgg-openapi-tui-0.5.0 ls -la /nix/store/a1l8b8m6j4pii4bncn2bfy46gwf23dgg-openapi-tui-0.5.0/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
--- ###### Maintainer pings cc @matthiasbeyer 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/296307 [result] Success updating openapi-tui 0.4.0 -> 0.5.0 https://github.com/zaghaghi/openapi-tui/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath php83Extensions.mongodb, using log file: /var/log/nixpkgs-update/php83Extensions.mongodb/2024-03-16.log php83Extensions.mongodb 1.17.2 -> 1.17.3 https://github.com/mongodb/mongo-php-driver/releases attrpath: php83Extensions.mongodb Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bk0q7zf3av8f7vvmyxpbyg1fs69sh0ll-packages.json.drv building '/nix/store/bk0q7zf3av8f7vvmyxpbyg1fs69sh0ll-packages.json.drv'... Going to be running update for following packages: - php-mongodb-1.17.2 Press Enter key to continue... Running update for: - php-mongodb-1.17.2: UPDATING ... - php-mongodb-1.17.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/php-packages/mongodb/default.nix b/pkgs/development/php-packages/mongodb/default.nix index 4402ecda0a8f..e3f79cee61f1 100644 --- a/pkgs/development/php-packages/mongodb/default.nix +++ b/pkgs/development/php-packages/mongodb/default.nix @@ -15,13 +15,13 @@ buildPecl rec { pname = "mongodb"; - version = "1.17.2"; + version = "1.17.3"; src = fetchFromGitHub { owner = "mongodb"; repo = "mongo-php-driver"; rev = version; - hash = "sha256-7JzFls5cMzlA2aEM7M4+Dg4yIJNzz/vNOXNEITejePk="; + hash = "sha256-5luaCrrnL7l9zhbxYUMSlID7Sx0MQhgFKgl8F6GkGsE="; fetchSubmodules = true; }; No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/m707y05072df66jflp2fmxnqd2q75w1s-php-mongodb-1.17.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)
3 packages built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. meta.description for php83Extensions.mongodb is: The Official MongoDB PHP driver meta.homepage for php83Extensions.mongodb is: https://github.com/mongodb/mongo-php-driver ###### 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.17.3 with grep in /nix/store/m707y05072df66jflp2fmxnqd2q75w1s-php-mongodb-1.17.3 - found 1.17.3 in filename of file in /nix/store/m707y05072df66jflp2fmxnqd2q75w1s-php-mongodb-1.17.3 ---
Rebuild report (if merged into master) (click to expand) ``` 3 total rebuild path(s) 3 package rebuild(s) First fifty rebuilds by attrpath php81Extensions.mongodb php82Extensions.mongodb php83Extensions.mongodb ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/m707y05072df66jflp2fmxnqd2q75w1s-php-mongodb-1.17.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 php83Extensions.mongodb https://github.com/r-ryantm/nixpkgs/archive/c6c0634dbef99650dd96dab065d7ad8511a0cea4.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/c6c0634dbef99650dd96dab065d7ad8511a0cea4#php83Extensions.mongodb ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/m707y05072df66jflp2fmxnqd2q75w1s-php-mongodb-1.17.3 ls -la /nix/store/m707y05072df66jflp2fmxnqd2q75w1s-php-mongodb-1.17.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)
3 packages built:
--- ###### Maintainer pings cc @aanderse @drupol @Ma27 @talyz 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/296313 [result] Success updating php83Extensions.mongodb 1.17.2 -> 1.17.3 https://github.com/mongodb/mongo-php-driver/releases [options] github_user: r-ryantm, pull_request: YES, batch_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_xanmod_stable.tmon, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_xanmod_stable.tmon/2024-03-16.log linuxKernel.packages.linux_xanmod_stable.tmon 6.7.9 -> 6.8.1-xanmod1 https://github.com/xanmod/linux/releases attrpath: linuxKernel.packages.linux_xanmod_stable.tmon Checking auto update branch... No auto update branch exists Old version 6.7.9" not present in master derivation file with contents: { lib, stdenv, kernel, ncurses }: stdenv.mkDerivation { pname = "tmon"; version = kernel.version; inherit (kernel) src; buildInputs = [ ncurses ]; configurePhase = '' cd tools/thermal/tmon ''; makeFlags = kernel.makeFlags ++ [ "INSTALL_ROOT=\"$(out)\"" "BINDIR=bin" ]; NIX_CFLAGS_LINK = "-lgcc_s"; enableParallelBuilding = true; meta = with lib; { description = "Monitoring and Testing Tool for Linux kernel thermal subsystem"; homepage = "https://www.kernel.org/"; license = licenses.gpl2; platforms = platforms.linux; }; } [result] Failed to update linuxKernel.packages.linux_xanmod_stable.tmon 6.7.9 -> 6.8.1-xanmod1 https://github.com/xanmod/linux/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_xanmod_latest.x86_energy_perf_policy, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_xanmod_latest.x86_energy_perf_policy/2024-03-16.log linuxKernel.packages.linux_xanmod_latest.x86_energy_perf_policy 6.7.9 -> 6.8.1-xanmod1 https://github.com/xanmod/linux/releases attrpath: linuxKernel.packages.linux_xanmod_latest.x86_energy_perf_policy Checking auto update branch... No auto update branch exists Old version 6.7.9" not present in master derivation file with contents: { lib, stdenv, kernel }: stdenv.mkDerivation { pname = "x86_energy_perf_policy"; version = kernel.version; src = kernel.src; postPatch = '' cd tools/power/x86/x86_energy_perf_policy sed -i 's,/usr,,g' Makefile ''; preInstall = '' mkdir -p $out/bin $out/share/man/man8 ''; makeFlags = [ "DESTDIR=$(out)" ]; meta = with lib; { description = "Set the energy versus performance policy preference bias on recent X86 processors"; homepage = "https://www.kernel.org/"; license = licenses.gpl2; platforms = [ "i686-linux" "x86_64-linux" ]; # x86-specific }; } [result] Failed to update linuxKernel.packages.linux_xanmod_latest.x86_energy_perf_policy 6.7.9 -> 6.8.1-xanmod1 https://github.com/xanmod/linux/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_xanmod_stable.x86_energy_perf_policy, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_xanmod_stable.x86_energy_perf_policy/2024-03-16.log linuxKernel.packages.linux_xanmod_stable.x86_energy_perf_policy 6.7.9 -> 6.8.1-xanmod1 https://github.com/xanmod/linux/releases attrpath: linuxKernel.packages.linux_xanmod_stable.x86_energy_perf_policy Checking auto update branch... No auto update branch exists Old version 6.7.9" not present in master derivation file with contents: { lib, stdenv, kernel }: stdenv.mkDerivation { pname = "x86_energy_perf_policy"; version = kernel.version; src = kernel.src; postPatch = '' cd tools/power/x86/x86_energy_perf_policy sed -i 's,/usr,,g' Makefile ''; preInstall = '' mkdir -p $out/bin $out/share/man/man8 ''; makeFlags = [ "DESTDIR=$(out)" ]; meta = with lib; { description = "Set the energy versus performance policy preference bias on recent X86 processors"; homepage = "https://www.kernel.org/"; license = licenses.gpl2; platforms = [ "i686-linux" "x86_64-linux" ]; # x86-specific }; } [result] Failed to update linuxKernel.packages.linux_xanmod_stable.x86_energy_perf_policy 6.7.9 -> 6.8.1-xanmod1 https://github.com/xanmod/linux/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_xanmod_latest.tmon, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_xanmod_latest.tmon/2024-03-16.log linuxKernel.packages.linux_xanmod_latest.tmon 6.7.9 -> 6.8.1-xanmod1 https://github.com/xanmod/linux/releases attrpath: linuxKernel.packages.linux_xanmod_latest.tmon Checking auto update branch... No auto update branch exists Old version 6.7.9" not present in master derivation file with contents: { lib, stdenv, kernel, ncurses }: stdenv.mkDerivation { pname = "tmon"; version = kernel.version; inherit (kernel) src; buildInputs = [ ncurses ]; configurePhase = '' cd tools/thermal/tmon ''; makeFlags = kernel.makeFlags ++ [ "INSTALL_ROOT=\"$(out)\"" "BINDIR=bin" ]; NIX_CFLAGS_LINK = "-lgcc_s"; enableParallelBuilding = true; meta = with lib; { description = "Monitoring and Testing Tool for Linux kernel thermal subsystem"; homepage = "https://www.kernel.org/"; license = licenses.gpl2; platforms = platforms.linux; }; } [result] Failed to update linuxKernel.packages.linux_xanmod_latest.tmon 6.7.9 -> 6.8.1-xanmod1 https://github.com/xanmod/linux/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_xanmod_stable.cpupower, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_xanmod_stable.cpupower/2024-03-16.log linuxKernel.packages.linux_xanmod_stable.cpupower 6.7.9 -> 6.8.1-xanmod1 https://github.com/xanmod/linux/releases attrpath: linuxKernel.packages.linux_xanmod_stable.cpupower Checking auto update branch... No auto update branch exists Old version 6.7.9" not present in master derivation file with contents: { lib, stdenv, buildPackages, kernel, pciutils, gettext }: stdenv.mkDerivation { pname = "cpupower"; inherit (kernel) version src patches; nativeBuildInputs = [ gettext ]; buildInputs = [ pciutils ]; postPatch = '' cd tools/power/cpupower sed -i 's,/bin/true,${buildPackages.coreutils}/bin/true,' Makefile sed -i 's,/bin/pwd,${buildPackages.coreutils}/bin/pwd,' Makefile sed -i 's,/usr/bin/install,${buildPackages.coreutils}/bin/install,' Makefile ''; makeFlags = [ "CROSS=${stdenv.cc.targetPrefix}" "CC=${stdenv.cc.targetPrefix}cc" "LD=${stdenv.cc.targetPrefix}cc" ]; installFlags = lib.mapAttrsToList (n: v: "${n}dir=${placeholder "out"}/${v}") { bin = "bin"; sbin = "sbin"; man = "share/man"; include = "include"; lib = "lib"; locale = "share/locale"; doc = "share/doc/cpupower"; conf = "etc"; bash_completion_ = "share/bash-completion/completions"; }; enableParallelBuilding = true; meta = with lib; { description = "Tool to examine and tune power saving features"; homepage = "https://www.kernel.org/"; license = licenses.gpl2; platforms = platforms.linux; }; } [result] Failed to update linuxKernel.packages.linux_xanmod_stable.cpupower 6.7.9 -> 6.8.1-xanmod1 https://github.com/xanmod/linux/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_xanmod_latest.turbostat, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_xanmod_latest.turbostat/2024-03-16.log linuxKernel.packages.linux_xanmod_latest.turbostat 6.7.9 -> 6.8.1-xanmod1 https://github.com/xanmod/linux/releases attrpath: linuxKernel.packages.linux_xanmod_latest.turbostat Checking auto update branch... No auto update branch exists Old version 6.7.9" not present in master derivation file with contents: { lib, stdenv, kernel, libcap }: stdenv.mkDerivation { pname = "turbostat"; inherit (kernel) src version; buildInputs = [ libcap ]; makeFlags = [ "PREFIX=${placeholder "out"}" ]; postPatch = '' cd tools/power/x86/turbostat ''; meta = with lib; { description = "Report processor frequency and idle statistics"; homepage = "https://www.kernel.org/"; license = licenses.gpl2; platforms = [ "i686-linux" "x86_64-linux" ]; # x86-specific }; } [result] Failed to update linuxKernel.packages.linux_xanmod_latest.turbostat 6.7.9 -> 6.8.1-xanmod1 https://github.com/xanmod/linux/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath backintime, using log file: /var/log/nixpkgs-update/backintime/2024-03-16.log backintime 1.3.3 -> 1.4.3 https://github.com/bit-team/backintime/releases attrpath: backintime Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/networking/sync/backintime/common.nix b/pkgs/applications/networking/sync/backintime/common.nix index 059716277032..b297de87608b 100644 --- a/pkgs/applications/networking/sync/backintime/common.nix +++ b/pkgs/applications/networking/sync/backintime/common.nix @@ -7,13 +7,13 @@ let apps = lib.makeBinPath [ openssh python' cron rsync sshfs-fuse encfs ]; in stdenv.mkDerivation rec { pname = "backintime-common"; - version = "1.3.3"; + version = "1.4.3"; src = fetchFromGitHub { owner = "bit-team"; repo = "backintime"; rev = "v${version}"; - sha256 = "sha256-cKmzq155/dCl5wZA2SE3XjfCocHxTh4Wa2IdfzSfQHg="; + sha256 = "sha256-2q2Q4rnxXwVnfH1YEBwY35B2ctG9+qpOIAHqPOjjArg="; }; nativeBuildInputs = [ makeWrapper gettext ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A backintime Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . backintime Standard output: error: build log of 'backintime' is not available [result] Failed to update backintime 1.3.3 -> 1.4.3 https://github.com/bit-team/backintime/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.werkzeug, using log file: /var/log/nixpkgs-update/python311Packages.werkzeug/2024-03-16.log python311Packages.werkzeug 0 -> 1 attrpath: python311Packages.werkzeug Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vp7qs1r1ybqj1khxgyz9x0x9xqg30rdb-packages.json.drv building '/nix/store/vp7qs1r1ybqj1khxgyz9x0x9xqg30rdb-packages.json.drv'... Going to be running update for following packages: - python3.11-werkzeug-3.0.1 Press Enter key to continue... Running update for: - python3.11-werkzeug-3.0.1: UPDATING ... - python3.11-werkzeug-3.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.werkzeug 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-cinderclient, using log file: /var/log/nixpkgs-update/python311Packages.python-cinderclient/2024-03-16.log python311Packages.python-cinderclient 0 -> 1 attrpath: python311Packages.python-cinderclient Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/njpnmjisq4a1azpy1siz3j53ha6z1f7q-packages.json.drv building '/nix/store/njpnmjisq4a1azpy1siz3j53ha6z1f7q-packages.json.drv'... Going to be running update for following packages: - python3.11-python-cinderclient-9.5.0 Press Enter key to continue... Running update for: - python3.11-python-cinderclient-9.5.0: UPDATING ... - python3.11-python-cinderclient-9.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-cinderclient 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libcloudproviders, using log file: /var/log/nixpkgs-update/libcloudproviders/2024-03-16.log libcloudproviders 0 -> 1 attrpath: libcloudproviders Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/0nf5k2qwhr2mdrhyrls926m2y5r7r9gl-gnome-update-script.drv /nix/store/8wa779zw709nf69q5j53zd8lc2lplz7k-packages.json.drv building '/nix/store/0nf5k2qwhr2mdrhyrls926m2y5r7r9gl-gnome-update-script.drv'... building '/nix/store/8wa779zw709nf69q5j53zd8lc2lplz7k-packages.json.drv'... Going to be running update for following packages: - libcloudproviders-0.3.5 Press Enter key to continue... Running update for: - libcloudproviders-0.3.5: UPDATING ... - libcloudproviders-0.3.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update libcloudproviders 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.supervise-api, using log file: /var/log/nixpkgs-update/python311Packages.supervise-api/2024-03-16.log python311Packages.supervise-api 0 -> 1 attrpath: python311Packages.supervise-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/c387vi16flv8nv76miygj9khk6brgh2b-packages.json.drv building '/nix/store/c387vi16flv8nv76miygj9khk6brgh2b-packages.json.drv'... Going to be running update for following packages: - python3.11-supervise-api-0.6.0 Press Enter key to continue... Running update for: - python3.11-supervise-api-0.6.0: UPDATING ... - python3.11-supervise-api-0.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.supervise-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 scriv, using log file: /var/log/nixpkgs-update/scriv/2024-03-16.log scriv 0 -> 1 attrpath: scriv Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kmsq6ga0v0ha12wgyd776m425m92hvc5-packages.json.drv building '/nix/store/kmsq6ga0v0ha12wgyd776m425m92hvc5-packages.json.drv'... Going to be running update for following packages: - scriv-1.5.1 Press Enter key to continue... Running update for: - scriv-1.5.1: UPDATING ... - scriv-1.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update scriv 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dirbuster, using log file: /var/log/nixpkgs-update/dirbuster/2024-03-16.log dirbuster 1.0-RC1 -> 1.0 https://repology.org/project/dirbuster/versions attrpath: dirbuster Checking auto update branch... No auto update branch exists 1.0 is not newer than 1.0-RC1 according to Nix; versionComparison: -1 [result] Failed to update dirbuster 1.0-RC1 -> 1.0 https://repology.org/project/dirbuster/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.hermiter, using log file: /var/log/nixpkgs-update/rPackages.hermiter/2024-03-16.log rPackages.hermiter 2.3.0 -> 2.3.1 https://repology.org/project/r:hermiter/versions attrpath: rPackages.hermiter Checking auto update branch... No auto update branch exists Old version 2.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.hermiter 2.3.0 -> 2.3.1 https://repology.org/project/r:hermiter/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.betafunctions, using log file: /var/log/nixpkgs-update/rPackages.betafunctions/2024-03-16.log rPackages.betafunctions 1.8.1 -> 1.9.0 https://repology.org/project/r:betafunctions/versions attrpath: rPackages.betafunctions Checking auto update branch... No auto update branch exists Old version 1.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.betafunctions 1.8.1 -> 1.9.0 https://repology.org/project/r:betafunctions/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath zabbix-agent2-plugin-postgresql, using log file: /var/log/nixpkgs-update/zabbix-agent2-plugin-postgresql/2024-03-16.log zabbix-agent2-plugin-postgresql 6.0.25 -> 6.4.12 https://repology.org/project/zabbix-agent2-plugin-postgresql/versions attrpath: zabbix-agent2-plugin-postgresql Checking auto update branch... An auto update branch exists with message `zabbix-agent2-plugin-postgresql: 6.0.25 -> 6.4.12`. New version is 6.4.12. An auto update branch exists with an equal or greater version [result] Failed to update zabbix-agent2-plugin-postgresql 6.0.25 -> 6.4.12 https://repology.org/project/zabbix-agent2-plugin-postgresql/versions [options] github_user: r-ryantm, pull_request: YES, batch_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_3_2.irb, using log file: /var/log/nixpkgs-update/rubyPackages_3_2.irb/2024-03-16.log rubyPackages_3_2.irb 1.11.2 -> 1.12.0 https://repology.org/project/ruby:irb/versions attrpath: rubyPackages_3_2.irb Checking auto update branch... No auto update branch exists Old version 1.11.2" not present in master derivation file with contents: { actioncable = { dependencies = ["actionpack" "activesupport" "nio4r" "websocket-driver" "zeitwerk"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0ifiz4nd6a34z2n8lpdgvlgwziy2g364b0xzghiqd3inji0cwqp1"; type = "gem"; }; version = "7.1.3.2"; }; actionmailbox = { dependencies = ["actionpack" "activejob" "activerecord" "activestorage" "activesupport" "mail" "net-imap" "net-pop" "net-smtp"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1adqnf5zc4fdr71ykxdv5b50h7n4xfvrc0qcgwmgidi0cxkzx4r4"; type = "gem"; }; version = "7.1.3.2"; }; actionmailer = { dependencies = ["actionpack" "actionview" "activejob" "activesupport" "mail" "net-imap" "net-pop" "net-smtp" "rails-dom-testing"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "012mxn5dfhwbssrckw6kvf851m6rlfa87n4nikk28g05ydfsvcys"; type = "gem"; }; version = "7.1.3.2"; }; actionpack = { dependencies = ["actionview" "activesupport" "nokogiri" "racc" "rack" "rack-session" "rack-test" "rails-dom-testing" "rails-html-sanitizer"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0n1v4r5cyac5wfdlf8bly45mnh60vbp067yjpkyb05vyszamiydq"; type = "gem"; }; version = "7.1.3.2"; }; actiontext = { dependencies = ["actionpack" "activerecord" "activestorage" "activesupport" "globalid" "nokogiri"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0an5sfy96cbd7f43igq47h3m228ivngqjj40gj6iqllhjhchgs7c"; type = "gem"; }; version = "7.1.3.2"; }; actionview = { dependencies = ["activesupport" "builder" "erubi" "rails-dom-testing" "rails-html-sanitizer"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1kq9b4xnwiknjqg4y6ixvv0cf1z0dcxs68inc8bx05s0fqrim6rn"; type = "gem"; }; version = "7.1.3.2"; }; activejob = { dependencies = ["activesupport" "globalid"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "08gjywvd65yzgjw7ynsgvi00scxc4fmgj70wajn7wsdqx00hbafj"; type = "gem"; }; version = "7.1.3.2"; }; activemodel = { dependencies = ["activesupport"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0p3ibps515151ja4gadrhh8frvjvvq4h5fpxw2acccv3z5i553hh"; type = "gem"; }; version = "7.1.3.2"; }; activerecord = { dependencies = ["activemodel" "activesupport" "timeout"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0ww1qxn12nlp0ivysq0pxj6cvajf0fbq781fr4pqx5206c690wj8"; type = "gem"; }; version = "7.1.3.2"; }; activestorage = { dependencies = ["actionpack" "activejob" "activerecord" "activesupport" "marcel"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "09wp0qqp7xr31ipcv42bs81fmyksz9l3jmraryf53qjsbbqpfdr8"; type = "gem"; }; version = "7.1.3.2"; }; activesupport = { dependencies = ["base64" "bigdecimal" "concurrent-ruby" "connection_pool" "drb" "i18n" "minitest" "mutex_m" "tzinfo"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0blbbf2x7dn7ar4g9aij403582zb6zscbj48bz63lvaamsvlb15d"; type = "gem"; }; version = "7.1.3.2"; }; addressable = { dependencies = ["public_suffix"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0irbdwkkjwzajq1ip6ba46q49sxnrl2cw7ddkdhsfhb6aprnm3vr"; type = "gem"; }; version = "2.8.6"; }; ansi = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "14ims9zfal4gs2wpx2m5rd8zsrl2k794d359shkrsgg3fhr2a22l"; type = "gem"; }; version = "1.5.0"; }; ast = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "04nc8x27hlzlrr5c2gn7mar4vdr0apw5xg22wp6m8dx3wqr04a0y"; type = "gem"; }; version = "2.4.2"; }; atk = { dependencies = ["glib2"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "11lcig7dr3nanwdgsacv2hbdpdk5yfaqzfjl8gav41mjbk90w15q"; type = "gem"; }; version = "4.2.1"; }; awesome_print = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0vkq6c8y2jvaw03ynds5vjzl1v9wg608cimkd3bidzxc0jvk56z9"; type = "gem"; }; version = "1.9.2"; }; backport = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0xbzzjrgah0f8ifgd449kak2vyf30micpz6x2g82aipfv7ypsb4i"; type = "gem"; }; version = "1.2.0"; }; bacon = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1f06gdj77bmwzc1k5iragl1595hbn67yc7sqvs56ca8plrr2vmai"; type = "gem"; }; version = "1.2.0"; }; base64 = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "01qml0yilb9basf7is2614skjp8384h2pycfx86cr8023arfj98g"; type = "gem"; }; version = "0.2.0"; }; benchmark = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0wghmhwjzv4r9mdcny4xfz2h2cm7ci24md79rvy2x65r4i99k9sc"; type = "gem"; }; version = "0.3.0"; }; bigdecimal = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0cq1c29zbkcxgdihqisirhcw76xc768z2zpd5vbccpq0l1lv76g7"; type = "gem"; }; version = "3.1.7"; }; bindata = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "08r67nglsqnxrbn803szf5bdnqhchhq8kf2by94f37fcl65wpp19"; type = "gem"; }; version = "2.5.0"; }; builder = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "045wzckxpwcqzrjr353cxnyaxgf0qg22jh00dcx7z38cys5g1jlr"; type = "gem"; }; version = "3.2.4"; }; byebug = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0nx3yjf4xzdgb8jkmk2344081gqr22pgjqnmjg2q64mj5d6r9194"; type = "gem"; }; version = "11.1.3"; }; cairo = { dependencies = ["native-package-installer" "pkg-config" "red-colors"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1a85gisjb2n236bpay7cjqlxq07m4swc8mqnwy8c5rkxfhil194c"; type = "gem"; }; version = "1.17.13"; }; cairo-gobject = { dependencies = ["cairo" "glib2"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "06y99zan4apgi4bsqqwnsdlsyss8dk2plr2gksh4yw8lkkk3a5zs"; type = "gem"; }; version = "4.2.1"; }; camping = { dependencies = ["kdl" "listen" "mab" "rack" "rack-session" "rackup" "zeitwerk"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1w6q8qfz05w0f530yfg8r134zkbsgis9fa0awbypdqfh9jmlhn0m"; type = "gem"; }; version = "3.1.3"; }; certified = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1706p6p0a8adyvd943af2a3093xakvislgffw3v9dvp7j07dyk5a"; type = "gem"; }; version = "1.0.0"; }; charlock_holmes = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0hybw8jw9ryvz5zrki3gc9r88jqy373m6v46ynxsdzv1ysiyr40p"; type = "gem"; }; version = "0.7.7"; }; claide = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1lpm76j8d648i4f41kk7gkc2kgvfsjvw0sf8zknlr1gm38q68i75"; type = "gem"; }; version = "0.9.1"; }; clamp = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1gpz9jvg1gpr8xmfqd35gvyzsvmjvlvwm2sq3pyhml3i84a6qjrq"; type = "gem"; }; version = "0.6.5"; }; cld3 = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0rn46vga5c1ww2vkf4dbg0w5g4h0vwx9idvdz3284188q4ksfbmg"; type = "gem"; }; version = "3.6.0"; }; cocoapods = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1sgw1aymfahgyhz1317mxglnajv5jrm6d5wai4c970avsrlc6qrm"; type = "gem"; }; version = "0.2.0"; }; cocoapods-acknowledgements = { dependencies = ["cocoapods" "redcarpet" "xcodeproj"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "04gaijs4djjkynan06wyaxxz48db0czzfrhh95jn3r201k2ypa7k"; type = "gem"; }; version = "1.3.0"; }; cocoapods-art = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1qxwlsqwg6wa2aa3acf4jvgi3vpxlpdj8qq35jyhkyl16n4hrr1b"; type = "gem"; }; version = "1.1.1"; }; cocoapods-browser = { dependencies = ["cocoapods"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1mq9mcw3xnf2nqkmcjg874sx422dbmfa99vhw31c9jb0cd4j3m9p"; type = "gem"; }; version = "0.1.5"; }; cocoapods-clean = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "16zy8xl94clblxivlcrw2jf3dnvmwlr6jni6kz74rnc8wj42sf1w"; type = "gem"; }; version = "0.0.1"; }; cocoapods-clean_build_phases_scripts = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0syya8l1kz36069y7cx4f37aihpmbm4yd5wvifs3j8qzz8bpxpfi"; type = "gem"; }; version = "0.0.3"; }; cocoapods-coverage = { dependencies = ["cocoapods-testing" "slather"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0y2mhsraf48ww9bp7c7ghrqh3kpx1f1djji5vpm4vh1gj4qz6669"; type = "gem"; }; version = "0.0.5"; }; cocoapods-deintegrate = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "18pnng0lv5z6kpp8hnki0agdxx979iq6hxkfkglsyqzmir22lz2i"; type = "gem"; }; version = "1.0.5"; }; cocoapods-dependencies = { dependencies = ["ruby-graphviz"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "10ssv98af44698kp4w0wfdrc7x3ccf2w9dhcva6i7hwlffjvcsz3"; type = "gem"; }; version = "1.3.0"; }; cocoapods-deploy = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1qnhl54z0dqyn0sk7rgn3vwmfax0yr3sk2r464h888d2qjxz6v7j"; type = "gem"; }; version = "0.0.12"; }; cocoapods-disable-podfile-validations = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0csgcp2kkmciavnic1yrb8z405dg4lqkzdlw2zscahvggpwr0j2p"; type = "gem"; }; version = "0.2.0"; }; cocoapods-downloader = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1ldnwwsx44i2xsdmsmyz9xrar19lfy5s5xslvral1p3674dvwvmv"; type = "gem"; }; version = "2.1"; }; cocoapods-expert-difficulty = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "19shjj4kj9rqg1a3pax568q0w9rkq8jcba2mycvq0szbv7bw6pgl"; type = "gem"; }; version = "1.0.0"; }; cocoapods-fix-react-native = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0jhgg3amman51hvk0x7h1xqqdb71kfmbzfziaip6fxkl7sjr43ix"; type = "gem"; }; version = "2019.09.17.15"; }; cocoapods-generate = { dependencies = ["cocoapods-disable-podfile-validations"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0216rwc4r0z0a1gvckphn7x9qk7zn00ivc49kv0hgafmrmaf2wy3"; type = "gem"; }; version = "2.2.5"; }; cocoapods-git_url_rewriter = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1cmyrj92d781pkq1b6qbvpmxvfx8k3l36cdqsi46w55icjm1jqbw"; type = "gem"; }; version = "1.0.1"; }; cocoapods-keys = { dependencies = ["dotenv" "ruby-keychain"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1zycjq1i3kqzpixngm1jp66r075yrb54qcd0xxxa8rmxngimqhff"; type = "gem"; }; version = "2.3.1"; }; cocoapods-open = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1z9x1cqrz4zc6yd08clawi8gg7ip8vbhkh9lkrdkzw7i6lqyrp0j"; type = "gem"; }; version = "0.0.8"; }; cocoapods-plugins = { dependencies = ["nap"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "16na82sfyc8801qs1n22nwq486s4j7yj6rj7fcp8cbxmj371fpbj"; type = "gem"; }; version = "1.0.0"; }; cocoapods-search = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "12amy0nknv09bvzix8bkmcjn996c50c4ms20v2dl7v8rcw73n4qv"; type = "gem"; }; version = "1.0.1"; }; cocoapods-testing = { dependencies = ["xctasks"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "03dqcz9pks7mbzq3zkfm2rzbjwkcwp8z3rip60d4pqs8b2bb61bg"; type = "gem"; }; version = "0.0.6"; }; cocoapods-trunk = { dependencies = ["nap" "netrc"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0cgdx7z9psxxrsa13fk7qc9i6jskrwcafhrdz94avzia2y6dlnsz"; type = "gem"; }; version = "1.6.0"; }; cocoapods-try = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1znyp625rql37ivb5rk9fk9564cmax8icxfr041ysivpdrn98nql"; type = "gem"; }; version = "1.2.0"; }; cocoapods-try-release-fix = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0a7hbc5j0p507cyd9a0rd2mf2d525ia3gcnx7bdspxqnhl0a43bf"; type = "gem"; }; version = "0.1.2"; }; cocoapods-update-if-you-dare = { dependencies = ["colored2"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0nqvywrbfxiagip2vl9kj71h39g4idq1lshkxl5bqh1hq57g4k9q"; type = "gem"; }; version = "0.2.0"; }; cocoapods-whitelist = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0imaai3zmm3mx35kmfhsir8c3ijcs0s2zm8gd2rhqmk26gn3xqbm"; type = "gem"; }; version = "0.5.4"; }; cocoapods-wholemodule = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "03gr4r0aa9mrj8i27dd6l87jzq78sid3jbywmkazg3yrq6y38i21"; type = "gem"; }; version = "0.0.1"; }; coderay = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0jvxqxzply1lwp7ysn94zjhh57vc14mcshw1ygw14ib8lhc00lyw"; type = "gem"; }; version = "1.1.3"; }; coffee-script = { dependencies = ["coffee-script-source" "execjs"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0rc7scyk7mnpfxqv5yy4y5q1hx3i7q3ahplcp4bq2g5r24g2izl2"; type = "gem"; }; version = "2.4.1"; }; coffee-script-source = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1907v9q1zcqmmyqzhzych5l7qifgls2rlbnbhy5vzyr7i7yicaz1"; type = "gem"; }; version = "1.12.2"; }; colorator = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0f7wvpam948cglrciyqd798gdc6z3cfijciavd0dfixgaypmvy72"; type = "gem"; }; version = "1.1.0"; }; colored = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0b0x5jmsyi0z69bm6sij1k89z7h0laag3cb4mdn7zkl9qmxb90lx"; type = "gem"; }; version = "1.2"; }; colored2 = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1zj06gjqwykgzxmbkp2hmg3wv5kv8zz5d77acxipzcgicdjgvfan"; type = "gem"; }; version = "4.0.0"; }; commonmarker = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1lb5slzbqrca49h0gaifg82xky5r7i9xgm4560pin1xl5fp15lzx"; type = "gem"; }; version = "0.23.10"; }; concurrent-ruby = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1qh1b14jwbbj242klkyz5fc7npd4j0mvndz62gajhvl1l3wd7zc2"; type = "gem"; }; version = "1.2.3"; }; connection_pool = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1x32mcpm2cl5492kd6lbjbaf17qsssmpx9kdyr7z1wcif2cwyh0g"; type = "gem"; }; version = "2.4.1"; }; crabstone = { dependencies = ["ffi"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "154g3l1flndm5pvnhjnrn47ndnsxvfm8y1kv4zhnwiys28pv40nb"; type = "gem"; }; version = "4.0.4"; }; crass = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0pfl5c0pyqaparxaqxi6s4gfl21bdldwiawrc0aknyvflli60lfw"; type = "gem"; }; version = "1.0.6"; }; curb = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1lgga9ina9gnpp9ycj8lpqkc5hm5qlxb41s4pfg0w6fnnpgmairc"; type = "gem"; }; version = "1.0.5"; }; curses = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "00y9g79lzfffxarj3rmhnkblsnyx7izx91mh8c1sdcs9y2pdfq53"; type = "gem"; }; version = "1.4.4"; }; daemons = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "07cszb0zl8mqmwhc8a2yfg36vi6lbgrp4pa5bvmryrpcz9v6viwg"; type = "gem"; }; version = "1.4.1"; }; data_objects = { dependencies = ["addressable"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "19fw1ckqc5f1wc4r72qrymy2k6cmd8azbxpn61ksbsjqhzc2bgqd"; type = "gem"; }; version = "0.10.17"; }; date = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "149jknsq999gnhy865n33fkk22s0r447k76x9pmcnnwldfv2q7wp"; type = "gem"; }; version = "3.3.4"; }; dentaku = { dependencies = ["concurrent-ruby"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0ssmjs7x733n7x6zvcwkaq2rnl0sz1qslli19s730a7ny7pialqg"; type = "gem"; }; version = "3.4.2"; }; dep-selector-libgecode = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "09frwp3np5c64y8g5rnbl46n7riknmdjprhndsh6zzajkjr9m3xj"; type = "gem"; }; version = "1.3.5"; }; diff-lcs = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1znxccz83m4xgpd239nyqxlifdb7m8rlfayk6s259186nkgj6ci7"; type = "gem"; }; version = "1.5.1"; }; differ = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0iayb71yqw5bgarq829fwchykw8lsqm8alnjc6c2m6k74fvnvkjy"; type = "gem"; }; version = "0.1.2"; }; digest-sha3 = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0x8fcwqn6b1l227w38l4hy6i28cpbfbp2yrmklgfy8nb7hq2k1gk"; type = "gem"; }; version = "1.0.2"; }; dip = { dependencies = ["thor"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0ffcxmrm1dnqip6xq9hsrycz4dggk8pj3cd6q99ji6024npjaal6"; type = "gem"; }; version = "7.8.0"; }; dnsruby = { dependencies = ["simpleidn"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "15zh7qi60zwzy184rdmmp55d857ss96f2lad78gcwnpr1223q4mj"; type = "gem"; }; version = "1.71.0"; }; do_sqlite3 = { dependencies = ["data_objects"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0gxz54qjgwg6a2mkqpai28m0i5swbyxpr4qmh9x1nwf20lysrgcf"; type = "gem"; }; version = "0.10.17"; }; docile = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1lxqxgq71rqwj1lpl9q1mbhhhhhhdkkj7my341f2889pwayk85sz"; type = "gem"; }; version = "1.4.0"; }; domain_name = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0cyr2xm576gqhqicsyqnhanni47408w2pgvrfi8pd13h2li3nsaz"; type = "gem"; }; version = "0.6.20240107"; }; dotenv = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1d5jv27p3gpj68pc1cxj3cp1bs11r25w2336sndsdfkx34p6hzlb"; type = "gem"; }; version = "3.1.0"; }; drb = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0h5kbj9hvg5hb3c7l425zpds0vb42phvln2knab8nmazg2zp5m79"; type = "gem"; }; version = "2.2.1"; }; e2mmap = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0n8gxjb63dck3vrmsdcqqll7xs7f3wk78mw8w0gdk9wp5nx6pvj5"; type = "gem"; }; version = "0.1.0"; }; elftools = { dependencies = ["bindata"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0p96wj4sz3sfv9yxyl8z530554bkbf82vj24w6x7yf91qa1p8z6i"; type = "gem"; }; version = "1.1.3"; }; em-websocket = { dependencies = ["eventmachine" "http_parser.rb"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1a66b0kjk6jx7pai9gc7i27zd0a128gy73nmas98gjz6wjyr4spm"; type = "gem"; }; version = "0.5.3"; }; erb-formatter = { dependencies = ["syntax_tree"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0g2jghbn2pmi1k8lnqbslyjix2rablalp4gjjsh4k9gxpvx5r1x1"; type = "gem"; }; version = "0.7.2"; }; erubi = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "08s75vs9cxlc4r1q2bjg4br8g9wc5lc5x5vl0vv4zq5ivxsdpgi7"; type = "gem"; }; version = "1.12.0"; }; ethon = { dependencies = ["ffi"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "17ix0mijpsy3y0c6ywrk5ibarmvqzjsirjyprpsy3hwax8fdm85v"; type = "gem"; }; version = "0.16.0"; }; eventmachine = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0wh9aqb0skz80fhfn66lbpr4f86ya2z5rx6gm5xlfhd05bj1ch4r"; type = "gem"; }; version = "1.2.7"; }; excon = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1m3gzvp1wqki0yh4b7761qhdy4pyr4phy429b7s9w25nrkhp4lsz"; type = "gem"; }; version = "0.110.0"; }; execjs = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1yywajqlpjhrj1m43s3lfg3i4lkb6pxwccmwps7qw37ndmphdzg8"; type = "gem"; }; version = "2.9.1"; }; faraday = { dependencies = ["faraday-net_http"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1qqb1rmk0f9m82iijjlqadh5yby1bhnr6svjk9vxdvh6f181988s"; type = "gem"; }; version = "2.9.0"; }; faraday-net_http = { dependencies = ["net-http"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "17w51yk4rrm9rpnbc3x509s619kba0jga3qrj4b17l30950vw9qn"; type = "gem"; }; version = "3.1.0"; }; ffi = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1yvii03hcgqj30maavddqamqy50h7y6xcn2wcyq72wn823zl4ckd"; type = "gem"; }; version = "1.16.3"; }; ffi-compiler = { dependencies = ["ffi" "rake"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1844j58cdg2q6g0rqfwg4rrambnhf059h4yg9rfmrbrcs60kskx9"; type = "gem"; }; version = "1.3.2"; }; ffi-rzmq-core = { dependencies = ["ffi"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0amkbvljpjfnv0jpdmz71p1i3mqbhyrnhamjn566w0c01xd64hb5"; type = "gem"; }; version = "1.0.7"; }; fiddle = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0x504023g56y32r81l6i4pqbhn46szzy6s5bcdlc7kb5iv1iigar"; type = "gem"; }; version = "1.1.2"; }; fog-core = { dependencies = ["builder" "excon" "formatador" "mime-types"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0p2xiw0n4l1k3ynma1vl0fzw5w8xhkv70x4f829nydxv7hply80y"; type = "gem"; }; version = "2.4.0"; }; fog-dnsimple = { dependencies = ["fog-core" "fog-json"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0lbzkc0w96a62ahjw0b7mfbqgg9x2jp7khg5hvpbgw0kfs5xza63"; type = "gem"; }; version = "2.1.0"; }; fog-json = { dependencies = ["fog-core" "multi_json"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1zj8llzc119zafbmfa4ai3z5s7c4vp9akfs0f9l2piyvcarmlkyx"; type = "gem"; }; version = "1.2.0"; }; formatador = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1l06bv4avphbdmr1y4g0rqlczr38k6r65b3zghrbj2ynyhm3xqjl"; type = "gem"; }; version = "1.1.0"; }; forwardable-extended = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "15zcqfxfvsnprwm8agia85x64vjzr2w0xn9vxfnxzgcv8s699v0v"; type = "gem"; }; version = "2.6.0"; }; gdk3 = { dependencies = ["cairo-gobject" "gdk_pixbuf2" "pango"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0nbzvmg3aa0r9iadkpiz3fzr1dnv09vx6bi7cc5wgpg13d3i3rbl"; type = "gem"; }; version = "4.2.1"; }; gdk_pixbuf2 = { dependencies = ["gio2"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1lrs0g6s5l050ld8mfjscijg0iycx9hq2wgdwc76y3nm47gs78na"; type = "gem"; }; version = "4.2.1"; }; gemoji = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0vgklpmhdz98xayln5hhqv4ffdyrglzwdixkn5gsk9rj94pkymc0"; type = "gem"; }; version = "3.0.1"; }; gio2 = { dependencies = ["fiddle" "gobject-introspection"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1zpz71ybilrk7i9ym7jx807fza22sdjm18l6qydds3gm7bpybvdz"; type = "gem"; }; version = "4.2.1"; }; git = { dependencies = ["addressable" "rchardet"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0w3xhay1z7qx9ab04wmy5p4f1fadvqa6239kib256wsiyvcj595h"; type = "gem"; }; version = "1.19.1"; }; github-pages = { dependencies = ["github-pages-health-check" "jekyll" "jekyll-avatar" "jekyll-coffeescript" "jekyll-commonmark-ghpages" "jekyll-default-layout" "jekyll-feed" "jekyll-gist" "jekyll-github-metadata" "jekyll-include-cache" "jekyll-mentions" "jekyll-optional-front-matter" "jekyll-paginate" "jekyll-readme-index" "jekyll-redirect-from" "jekyll-relative-links" "jekyll-remote-theme" "jekyll-sass-converter" "jekyll-seo-tag" "jekyll-sitemap" "jekyll-swiss" "jekyll-theme-architect" "jekyll-theme-cayman" "jekyll-theme-dinky" "jekyll-theme-hacker" "jekyll-theme-leap-day" "jekyll-theme-merlot" "jekyll-theme-midnight" "jekyll-theme-minimal" "jekyll-theme-modernist" "jekyll-theme-primer" "jekyll-theme-slate" "jekyll-theme-tactile" "jekyll-theme-time-machine" "jekyll-titles-from-headings" "jemoji" "kramdown" "kramdown-parser-gfm" "liquid" "mercenary" "minima" "nokogiri" "rouge" "terminal-table"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0608fr1ggyrk2f6pfc4zwy9i9prkxx0dsfb4k9j8s249kczqmlbr"; type = "gem"; }; version = "231"; }; github-pages-health-check = { dependencies = ["addressable" "dnsruby" "octokit" "public_suffix" "typhoeus"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0gc431xd6vwrh1p7pc3gp3xn7sy1w7dr7f95hmz4fqa1b97kv2fz"; type = "gem"; }; version = "1.18.2"; }; gitlab-markup = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1m3ypny84jyvlxf060p3q3d8pb4yihxa2br5hh012bgc11d09nky"; type = "gem"; }; version = "1.9.0"; }; glib2 = { dependencies = ["native-package-installer" "pkg-config"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0lbvk3jz21kw811hn411xvql7l14bb8kfnqc10inkkyli3a2ifv3"; type = "gem"; }; version = "4.2.1"; }; globalid = { dependencies = ["activesupport"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1sbw6b66r7cwdx3jhs46s4lr991969hvigkjpbdl7y3i31qpdgvh"; type = "gem"; }; version = "1.2.1"; }; gobject-introspection = { dependencies = ["glib2"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "08ysbhg8njdf1sb4mmx90baswqbya5ihw8kyym3rw43sl2gswnsk"; type = "gem"; }; version = "4.2.1"; }; gpgme = { dependencies = ["mini_portile2"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0r1vmql7w7ka5xzj1aqf8pk2a4sv0znwj2zkg1fgvd5b89qcvv2k"; type = "gem"; }; version = "2.0.24"; }; gtk3 = { dependencies = ["atk" "gdk3"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1hk0anmyczicvjzri5pdj6f65ibf1pyarychayhzxjl50n9sf1wd"; type = "gem"; }; version = "4.2.1"; }; haml = { dependencies = ["temple" "thor" "tilt"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "15yxph91zswbnfy7szpdcfbdfqqn595ff290hm4f6fcnhryvhvlf"; type = "gem"; }; version = "6.3.0"; }; hashie = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1nh3arcrbz1rc1cr59qm53sdhqm137b258y8rcb4cvd3y98lwv4x"; type = "gem"; }; version = "5.0.0"; }; highline = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "02ghhvigqbq4252gsi4w8a9klkdkybmbz29ghfp1y6sqzlcb466a"; type = "gem"; }; version = "3.0.1"; }; hike = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0hbhmchyhm1xf632cczmyg3fsbn7zly988q3fjpi8l3nb4cn40xj"; type = "gem"; }; version = "2.1.3"; }; hitimes = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0ix9rp9rsrwin38z2aqiwpxc8p2dzl6m3ra47az47fsija1cb2qf"; type = "gem"; }; version = "2.0.0"; }; hpricot = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1jn8x9ch79gqmnzgyz78kppavjh5lqx0y0r6frykga2b86rz9s6z"; type = "gem"; }; version = "0.8.6"; }; html-pipeline = { dependencies = ["activesupport" "nokogiri"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "180kjksi0sdlqb0aq0bhal96ifwqm25hzb3w709ij55j51qls7ca"; type = "gem"; }; version = "2.14.3"; }; htmlbeautifier = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0nrqvgja3pbmz4v27zc5ir58sk4mv177nq7hlssy2smawbvhhgdl"; type = "gem"; }; version = "1.4.3"; }; http = { dependencies = ["addressable" "base64" "http-cookie" "http-form_data" "llhttp-ffi"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "05b1khh7wxga9jviy9yi8z1nckxbm3svlzv40y0zvq3nag3d77mr"; type = "gem"; }; version = "5.2.0"; }; http-accept = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "09m1facypsdjynfwrcv19xcb1mqg8z6kk31g8r33pfxzh838c9n6"; type = "gem"; }; version = "1.7.0"; }; http-cookie = { dependencies = ["domain_name"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "13rilvlv8kwbzqfb644qp6hrbsj82cbqmnzcvqip1p6vqx36sxbk"; type = "gem"; }; version = "1.0.5"; }; http-form_data = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1wx591jdhy84901pklh1n9sgh74gnvq1qyqxwchni1yrc49ynknc"; type = "gem"; }; version = "2.3.0"; }; "http_parser.rb" = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1gj4fmls0mf52dlr928gaq0c0cb0m3aqa9kaa6l0ikl2zbqk42as"; type = "gem"; }; version = "0.8.0"; }; httpclient = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "19mxmvghp7ki3klsxwrlwr431li7hm1lczhhj8z4qihl2acy8l99"; type = "gem"; }; version = "2.8.3"; }; i18n = { dependencies = ["concurrent-ruby"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0lbm33fpb3w06wd2231sg58dwlwgjsvym93m548ajvl6s3mfvpn7"; type = "gem"; }; version = "1.14.4"; }; iconv = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "00fppiz9ypy7xpc08xdk6glq842rbc69c7a1p0kmv195271i4yqv"; type = "gem"; }; version = "1.0.8"; }; idn-ruby = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0dy04jx3n1ddz744b80mg7hp87miysnjp0h21lqr43hpmhdglxih"; type = "gem"; }; version = "0.1.5"; }; indieweb-endpoints = { dependencies = ["http" "link-header-parser" "nokogiri"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1yqy5clqrqwprmk8vwzni0vdgyvbzm5x36bj33qhv5b11kgskbwp"; type = "gem"; }; version = "8.0.0"; }; io-console = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "08d2lx42pa8jjav0lcjbzfzmw61b8imxr9041pva8xzqabrczp7h"; type = "gem"; }; version = "0.7.2"; }; irb = { dependencies = ["rdoc" "reline"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "17ak21ybbprj9vg0hk8pb1r2yk9vlh50v9bdwh3qvlmpzcvljqq7"; type = "gem"; }; version = "1.12.0"; }; jaro_winkler = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "10fd3i92897blalxfkgc0jjv0qqx31v7cm7j2b6a3b97an0bfz80"; type = "gem"; }; version = "1.5.6"; }; jbuilder = { dependencies = ["actionview" "activesupport"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1h58xgmp0fqpnd6mvw0zl0f76119v8lnf4xabqhckbzl6jrk8qpa"; type = "gem"; }; version = "2.11.5"; }; jekyll = { dependencies = ["addressable" "colorator" "em-websocket" "i18n" "jekyll-sass-converter" "jekyll-watch" "kramdown" "liquid" "mercenary" "pathutil" "rouge" "safe_yaml"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1w36kbn1ijbqfn33xbx14rpzr6adgiw2ip5g95jrzi1nh3qraan2"; type = "gem"; }; version = "3.9.5"; }; jekyll-archives = { dependencies = ["jekyll"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0c2rks7xf6ajp18h4f4wmmbqm5ljprv70bqcz2sabi17zncmz9n0"; type = "gem"; }; version = "2.2.1"; }; jekyll-avatar = { dependencies = ["jekyll"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0jzxmfcljfvjz21wls2w5mr2m5qp0mq9c80j009s4m6yq9vn4wza"; type = "gem"; }; version = "0.8.0"; }; jekyll-coffeescript = { dependencies = ["coffee-script" "coffee-script-source"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "040i6cyv20qmxlpm74kh5hfci8208ja4903yxdv4x0qs0z172kl9"; type = "gem"; }; version = "1.2.2"; }; jekyll-commonmark = { dependencies = ["commonmarker"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0i281yiwqiim6jzh7b8hgg8zifs5mn1qz1z6f4109kh9zrcfcc8p"; type = "gem"; }; version = "1.4.0"; }; jekyll-commonmark-ghpages = { dependencies = ["commonmarker" "jekyll" "jekyll-commonmark" "rouge"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1zps7bb9kc4qf32b9y9h47z08wpsziklg0jnhcrcz2wxn09fijgd"; type = "gem"; }; version = "0.4.0"; }; jekyll-default-layout = { dependencies = ["jekyll"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1br08grgv7h36jhlvzfaa3ikp1zz4b6s57ak4fhzrsjx997bw9n6"; type = "gem"; }; version = "0.1.5"; }; jekyll-favicon = { dependencies = ["jekyll" "mini_magick" "rexml"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0dyksm4i11n0qshd7wh6dvk8d0fc70dd32ir2dxs6igxq0gd6hi1"; type = "gem"; }; version = "1.1.0"; }; jekyll-feed = { dependencies = ["jekyll"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1hzwmjrxi57x68i7jx5rxi8qlcbqcbg3di55wywrp53pr0bap6k8"; type = "gem"; }; version = "0.17.0"; }; jekyll-gist = { dependencies = ["octokit"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "03wz9j6yq3552nzf4g71qrdm9pfdgbm68abml9sjjgiaan1n8ns9"; type = "gem"; }; version = "1.5.0"; }; jekyll-github-metadata = { dependencies = ["jekyll" "octokit"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0k2vnq6ns0x3iwnp8pw9lbxds924wmqswzy0gd57f95gpn49kwjc"; type = "gem"; }; version = "2.16.1"; }; jekyll-include-cache = { dependencies = ["jekyll"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "01d2l6qrmjc42664ns83cv36jbvalcxqbkmj5i22fakka7jvkm67"; type = "gem"; }; version = "0.2.1"; }; jekyll-mentions = { dependencies = ["html-pipeline" "jekyll"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1n8y67plydfmay3jn865igvgb3h6s2crk8kq7ydk3wmn9h103s1r"; type = "gem"; }; version = "1.6.0"; }; jekyll-optional-front-matter = { dependencies = ["jekyll"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "06vnxcmgkxm5nvrpv89qq0afjlxmadv63nh4ryglcwhlf4fhdp7c"; type = "gem"; }; version = "0.3.2"; }; jekyll-paginate = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0r7bcs8fq98zldih4787zk5i9w24nz5wa26m84ssja95n3sas2l8"; type = "gem"; }; version = "1.1.0"; }; jekyll-readme-index = { dependencies = ["jekyll"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0chybr1zgnrmc7zf6psszcqnlrcy2jar8h77kci51lxj8vgc8k6p"; type = "gem"; }; version = "0.3.0"; }; jekyll-redirect-from = { dependencies = ["jekyll"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1nz6kd6qsa160lmjmls4zgx7fwcpp8ac07mpzy80z6zgd7jwldb6"; type = "gem"; }; version = "0.16.0"; }; jekyll-relative-links = { dependencies = ["jekyll"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0vfx90ajxyj24lz406k3pqknlbzy8nqs7wpz0in4ps9rggsh24yi"; type = "gem"; }; version = "0.6.1"; }; jekyll-remote-theme = { dependencies = ["addressable" "jekyll" "jekyll-sass-converter" "rubyzip"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0h2bwl42dig0282366kpxazxb8xafnppnd4yvq2dzcsg90kfgzfk"; type = "gem"; }; version = "0.4.3"; }; jekyll-sass-converter = { dependencies = ["sass"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "008ikh5fk0n6ri54mylcl8jn0mq8p2nfyfqif2q3pp0lwilkcxsk"; type = "gem"; }; version = "1.5.2"; }; jekyll-seo-tag = { dependencies = ["jekyll"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0638mqhqynghnlnaz0xi1kvnv53wkggaq94flfzlxwandn8x2biz"; type = "gem"; }; version = "2.8.0"; }; jekyll-sitemap = { dependencies = ["jekyll"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0622rwsn5i0m5xcyzdn86l68wgydqwji03lqixdfm1f1xdfqrq0d"; type = "gem"; }; version = "1.4.0"; }; jekyll-spaceship = { dependencies = ["gemoji" "jekyll" "nokogiri" "rainbow"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "142bp48vq9aqwpqig54anbv7ncwqv1h78mbqhckmnx0glnqlkyzh"; type = "gem"; }; version = "0.10.2"; }; jekyll-swiss = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "18w893f2snpbvgl80jnmq3xxsl5yi5a5qm11iy3gx0d8viasi6f2"; type = "gem"; }; version = "1.0.0"; }; jekyll-theme-architect = { dependencies = ["jekyll" "jekyll-seo-tag"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0h04zxlcdsb73qxh08xmsc36gmj95plwxr9g5zwzqd3bmbfd6xbj"; type = "gem"; }; version = "0.2.0"; }; jekyll-theme-cayman = { dependencies = ["jekyll" "jekyll-seo-tag"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0ajzhqhnj8gc5ns7i69kh69mzidvxkjs7yblrhzb13iaqzwi8prw"; type = "gem"; }; version = "0.2.0"; }; jekyll-theme-dinky = { dependencies = ["jekyll" "jekyll-seo-tag"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0z1clccf4q0g2zzhl1hfy3x2rcdjs6bzs9ab76lkmpphj5q2a2vj"; type = "gem"; }; version = "0.2.0"; }; jekyll-theme-hacker = { dependencies = ["jekyll" "jekyll-seo-tag"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "12ppp0bxffy838p4my79nppq112fazifr3cxwvhv3l6yjbwzjsw1"; type = "gem"; }; version = "0.2.0"; }; jekyll-theme-leap-day = { dependencies = ["jekyll" "jekyll-seo-tag"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1lf7bbpr2s2rir2nf07rnh2g9mjy6zidpacs3j45la70b8qah7lj"; type = "gem"; }; version = "0.2.0"; }; jekyll-theme-merlot = { dependencies = ["jekyll" "jekyll-seo-tag"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0ifmvq44vwmkp6sb79ys8lx5w24gn3dhdr32bg562da2c8dv5wnb"; type = "gem"; }; version = "0.2.0"; }; jekyll-theme-midnight = { dependencies = ["jekyll" "jekyll-seo-tag"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1plindxr5vrk98frzxbnkashgnqs86xkg26rjmhgz0qf6mkz77q0"; type = "gem"; }; version = "0.2.0"; }; jekyll-theme-minimal = { dependencies = ["jekyll" "jekyll-seo-tag"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "10idwpbqjqfc5i895ijf74ac79lccxpz30bvwp4x4fjp6l6229d2"; type = "gem"; }; version = "0.2.0"; }; jekyll-theme-modernist = { dependencies = ["jekyll" "jekyll-seo-tag"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1kzvdnk1vw8y6x8gy340mhnxipxh9p1h1h20br68clyxbsy7brsb"; type = "gem"; }; version = "0.2.0"; }; jekyll-theme-primer = { dependencies = ["jekyll" "jekyll-github-metadata" "jekyll-seo-tag"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1cq7lfwa3xs8hkx3cmv2ics7cr4r2azv66m0gfav0zi1k0kjh9yf"; type = "gem"; }; version = "0.6.0"; }; jekyll-theme-slate = { dependencies = ["jekyll" "jekyll-seo-tag"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0f9l7kaafab2cphkx8gh4b12d8zzbg2ig7x2qzxvxfqjwyfr0h2y"; type = "gem"; }; version = "0.2.0"; }; jekyll-theme-tactile = { dependencies = ["jekyll" "jekyll-seo-tag"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0li64hnjp4qw7fwsdx0767z7mwxn3kri6sqlg9fkicnmmr41p1mp"; type = "gem"; }; version = "0.2.0"; }; jekyll-theme-time-machine = { dependencies = ["jekyll" "jekyll-seo-tag"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1qjgsw2n3zny345h540n6rm9600mad7rs33qf6k4rhngxjkr0d5w"; type = "gem"; }; version = "0.2.0"; }; jekyll-titles-from-headings = { dependencies = ["jekyll"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "10c4sa3gwyidmkcs8h6223lmqpw3h09mn7w8hxfppsk1wda6fdkp"; type = "gem"; }; version = "0.5.3"; }; jekyll-watch = { dependencies = ["listen"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1qd7hy1kl87fl7l0frw5qbn22x7ayfzlv9a5ca1m59g0ym1ysi5w"; type = "gem"; }; version = "2.2.1"; }; jekyll-webmention_io = { dependencies = ["activesupport" "htmlbeautifier" "jekyll" "json" "jsonpath" "openssl" "uglifier" "webmention"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0kkxvr1gfbmfbhy13syq4pqwmfqwhnbfcwjiqrwahf99gfcj5izh"; type = "gem"; }; version = "4.0.0"; }; jemoji = { dependencies = ["gemoji" "html-pipeline" "jekyll"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0z4yabsvqdb8x1rr60yyzbaf950cyzv984n3jwwvgcmv5j73wk2x"; type = "gem"; }; version = "0.13.0"; }; jmespath = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1cdw9vw2qly7q7r41s7phnac264rbsdqgj4l0h4nqgbjb157g393"; type = "gem"; }; version = "1.6.2"; }; json = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0r9jmjhg2ly3l736flk7r2al47b5c8cayh0gqkq0yhjqzc9a6zhq"; type = "gem"; }; version = "2.7.1"; }; json_pure = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "09w7f7xlcas9irlaavhz0rnh17cjvjmmqm07drgghx5gwjcrar31"; type = "gem"; }; version = "2.7.1"; }; jsonpath = { dependencies = ["multi_json"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0xxklfvmwz8z6l08704x65gnq6r8r1pb9qk125qjbndnb1zz6fsp"; type = "gem"; }; version = "1.0.7"; }; jwt = { dependencies = ["base64"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "02m3vza49pb9dirwpn8vmzbcypi3fc6l3a9dh253jwm1121g7ajb"; type = "gem"; }; version = "2.8.1"; }; kdl = { dependencies = ["base64" "bigdecimal" "simpleidn"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "02kpqgss9psmxb1c2gzq6l5i41ykskwqiacppqdm86ky0f88j6cb"; type = "gem"; }; version = "1.0.4"; }; keystone-engine = { dependencies = ["ffi"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0waz2bj1dsl63416k1n0vvrwva425rm94gsza7ci49mm1wjdabh2"; type = "gem"; }; version = "0.9.0"; }; kramdown = { dependencies = ["rexml"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1ic14hdcqxn821dvzki99zhmcy130yhv5fqfffkcf87asv5mnbmn"; type = "gem"; }; version = "2.4.0"; }; kramdown-parser-gfm = { dependencies = ["kramdown"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0a8pb3v951f4x7h968rqfsa19c8arz21zw1vaj42jza22rap8fgv"; type = "gem"; }; version = "1.1.0"; }; kramdown-rfc2629 = { dependencies = ["certified" "differ" "json_pure" "kramdown" "kramdown-parser-gfm" "net-http-persistent" "unicode-blocks" "unicode-name" "unicode-scripts"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "00sms1hsjsw3w9a7z4qn3sl1dhkjg9wfnfmjbxk6n5glz7ymfwnj"; type = "gem"; }; version = "1.7.8"; }; language_server-protocol = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0gvb1j8xsqxms9mww01rmdl78zkd72zgxaap56bhv8j45z05hp1x"; type = "gem"; }; version = "3.17.0.3"; }; libv8 = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0kd4d5x9sxsbpbsk4xp66rxbmj2x3iglwirqws56wp7dzf7cd978"; type = "gem"; }; version = "8.4.255.0.1"; }; libxml-ruby = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1pib5bfwg684f1sczrhf3lzk9hb24dhsw5cmlnxm4rq66sx0slss"; type = "gem"; }; version = "5.0.3"; }; link-header-parser = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1bm32imabc12rjjw8ysca55c99flcsichynfflphxy8gda07dj9x"; type = "gem"; }; version = "5.1.1"; }; liquid = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1czxv2i1gv3k7hxnrgfjb0z8khz74l4pmfwd70c7kr25l2qypksg"; type = "gem"; }; version = "4.0.4"; }; listen = { dependencies = ["rb-fsevent" "rb-inotify"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "13rgkfar8pp31z1aamxf5y7cfq88wv6rxxcwy7cmm177qq508ycn"; type = "gem"; }; version = "3.8.0"; }; llhttp-ffi = { dependencies = ["ffi-compiler" "rake"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1yph78m8w8l6i9833fc7shy5krk4mnqjc7ys0bg9kgxw8jnl0vs9"; type = "gem"; }; version = "0.5.0"; }; loofah = { dependencies = ["crass" "nokogiri"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1zkjqf37v2d7s11176cb35cl83wls5gm3adnfkn2zcc61h3nxmqh"; type = "gem"; }; version = "2.22.0"; }; mab = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0manxbilpx0hdi19lhdsr4ncvbzgmwh279b64j8w60dg0p0i4b4j"; type = "gem"; }; version = "0.0.3"; }; magic = { dependencies = ["ffi"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "18vkdq2748wxg0kr923fbhx92wikh2dwv2hp8xind57qs7gn26pr"; type = "gem"; }; version = "0.2.9"; }; mail = { dependencies = ["mini_mime" "net-imap" "net-pop" "net-smtp"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1bf9pysw1jfgynv692hhaycfxa8ckay1gjw5hz3madrbrynryfzc"; type = "gem"; }; version = "2.8.1"; }; marcel = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "190n2mk8m1l708kr88fh6mip9sdsh339d2s6sgrik3sbnvz4jmhd"; type = "gem"; }; version = "1.0.4"; }; markaby = { dependencies = ["builder"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0da76p1gvfabm49a0g0pppxgcdackw8f3qhljalqykd4d5mb828j"; type = "gem"; }; version = "0.9.3"; }; matrix = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1h2cgkpzkh3dd0flnnwfq6f3nl2b1zff9lvqz8xs853ssv5kq23i"; type = "gem"; }; version = "0.4.2"; }; mercenary = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "10la0xw82dh5mqab8bl0dk21zld63cqxb1g16fk8cb39ylc4n21a"; type = "gem"; }; version = "0.3.6"; }; method_source = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1pnyh44qycnf9mzi1j6fywd5fkskv3x7nmsqrrws0rjn5dd4ayfp"; type = "gem"; }; version = "1.0.0"; }; mime-types = { dependencies = ["mime-types-data"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1r64z0m5zrn4k37wabfnv43wa6yivgdfk6cf2rpmmirlz889yaf1"; type = "gem"; }; version = "3.5.2"; }; mime-types-data = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "00x7w5xqsj9m33v3vkmy23wipkkysafksib53ypzn27p5g81w455"; type = "gem"; }; version = "3.2024.0305"; }; mini_magick = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0slh78f9z6n0l1i2km7m48yz7l4fjrk88sj1f4mh1wb39sl2yc37"; type = "gem"; }; version = "4.12.0"; }; mini_mime = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1vycif7pjzkr29mfk4dlqv3disc5dn0va04lkwajlpr1wkibg0c6"; type = "gem"; }; version = "1.1.5"; }; mini_portile2 = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1kl9c3kdchjabrihdqfmcplk3lq4cw1rr9f378y6q22qwy5dndvs"; type = "gem"; }; version = "2.8.5"; }; minima = { dependencies = ["jekyll" "jekyll-feed" "jekyll-seo-tag"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1gk7jmriiswda1ykjzpsw9cpiya4m9n0yrh0h6xnrc8zcfy543jj"; type = "gem"; }; version = "2.5.1"; }; minitest = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "07lq26b86giy3ha3fhrywk9r1ajhc2pm2mzj657jnpnbj1i6g17a"; type = "gem"; }; version = "5.22.3"; }; msgpack = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1a5adcb7bwan09mqhj3wi9ib52hmdzmqg7q08pggn3adibyn5asr"; type = "gem"; }; version = "1.7.2"; }; multi_json = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0pb1g1y3dsiahavspyzkdy39j4q377009f6ix0bh1ag4nqw43l0z"; type = "gem"; }; version = "1.15.0"; }; mustermann = { dependencies = ["ruby2_keywords"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0rwbq20s2gdh8dljjsgj5s6wqqfmnbclhvv2c2608brv7jm6jdbd"; type = "gem"; }; version = "3.0.0"; }; mutex_m = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1ma093ayps1m92q845hmpk0dmadicvifkbf05rpq9pifhin0rvxn"; type = "gem"; }; version = "0.2.0"; }; mysql2 = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0cysv1wdfdbizwkd0d9s16s832khdwv31pgp01mw2g3bbpa4gx3h"; type = "gem"; }; version = "0.5.6"; }; nap = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0xm5xssxk5s03wjarpipfm39qmgxsalb46v1prsis14x1xk935ll"; type = "gem"; }; version = "1.1.0"; }; native-package-installer = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0bvr9q7qwbmg9jfg85r1i5l7d0yxlgp0l2jg62j921vm49mipd7v"; type = "gem"; }; version = "1.1.9"; }; ncursesw = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1nc14wls1yiigz593vw7580hb99lf4n485axapiz6sqpg1jnlhcr"; type = "gem"; }; version = "1.4.10"; }; net-http = { dependencies = ["uri"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "10n2n9aq00ih8v881af88l1zyrqgs5cl3njdw8argjwbl5ggqvm9"; type = "gem"; }; version = "0.4.1"; }; net-http-persistent = { dependencies = ["connection_pool"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0i1as2lgnw7b4jid0gw5glv5hnxz36nmfsbr9rmxbcap72ijgy03"; type = "gem"; }; version = "4.0.2"; }; net-imap = { dependencies = ["date" "net-protocol"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0zn7j2w0hc622ig0rslk4iy6yp3937dy9ibhyr1mwwx39n7paxaj"; type = "gem"; }; version = "0.4.10"; }; net-pop = { dependencies = ["net-protocol"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1wyz41jd4zpjn0v1xsf9j778qx1vfrl24yc20cpmph8k42c4x2w4"; type = "gem"; }; version = "0.1.2"; }; net-protocol = { dependencies = ["timeout"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1a32l4x73hz200cm587bc29q8q9az278syw3x6fkc9d1lv5y0wxa"; type = "gem"; }; version = "0.2.2"; }; net-scp = { dependencies = ["net-ssh"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1si2nq9l6jy5n2zw1q59a5gaji7v9vhy8qx08h4fg368906ysbdk"; type = "gem"; }; version = "4.0.0"; }; net-smtp = { dependencies = ["net-protocol"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0csspzqrg7s2v2wdp6vqqs1rra6w5ilpgnps5h52ig6rp7x2i389"; type = "gem"; }; version = "0.4.0.1"; }; net-ssh = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1i01340c4i144vvn3x54lc2rb77ch829qipl1rh6rqwm3yxzml9w"; type = "gem"; }; version = "7.2.1"; }; netrc = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0gzfmcywp1da8nzfqsql2zqi648mfnx6qwkig3cv36n9m0yy676y"; type = "gem"; }; version = "0.11.0"; }; nio4r = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0xkjz56qc7hl7zy7i7bhiyw5pl85wwjsa4p70rj6s958xj2sd1lm"; type = "gem"; }; version = "2.7.0"; }; nokogiri = { dependencies = ["mini_portile2" "racc"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "173zavvxlwyi48lfskk48wcrdbkvjlhjhvy4jpcrfx72rpjjx4k8"; type = "gem"; }; version = "1.16.2"; }; observer = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1b2h1642jy1xrgyakyzz6bkq43gwp8yvxrs8sww12rms65qi18yq"; type = "gem"; }; version = "0.1.2"; }; octokit = { dependencies = ["faraday" "sawyer"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "15lvy06h276jryxg19258b2yqaykf0567sp0n16yipywhbp94860"; type = "gem"; }; version = "4.25.1"; }; og-corefoundation = { dependencies = ["ffi"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0xmz13rb92xy55askn5f3kkmz14qwyyhkdsikk2gd1ydicnaqkh8"; type = "gem"; }; version = "0.2.3"; }; one_gadget = { dependencies = ["elftools"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0v079xkzzr1bjff5z2wlzs0k11nk4b04kgy1p63lwhbl12jl7qz1"; type = "gem"; }; version = "1.7.4"; }; openssl = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "054d6ybgjdzxw567m7rbnd46yp6gkdbc5ihr536vxd3p15vbhjrw"; type = "gem"; }; version = "3.2.0"; }; optimist = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1vg2chy1cfmdj6c1gryl8zvjhhmb3plwgyh1jfnpq4fnfqv7asrk"; type = "gem"; }; version = "3.0.1"; }; opus-ruby = { dependencies = ["ffi"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0lyf2a8f1w1jk0qrl8h0gsydfalbh19g5k2c6xlq8j1sfzb0ij4d"; type = "gem"; }; version = "1.0.1"; }; ovirt-engine-sdk = { dependencies = ["json"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1vmacvx9q8iwnfbmybi7wlrvz0z47l8j5vgh3cm4pnsb35k95dsa"; type = "gem"; }; version = "4.6.0"; }; pandocomatic = { dependencies = ["optimist" "paru"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "04gq05mgy3v8gac0dk8ldr59865vbjhkzna51w8wh900512lakyq"; type = "gem"; }; version = "1.1.2"; }; pango = { dependencies = ["cairo-gobject" "gobject-introspection"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1lpl4klg2f1rq8rpsgkmjndkpf4zh2b8jjwryi8s3s5w9lb3314y"; type = "gem"; }; version = "4.2.1"; }; parallel = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "15wkxrg1sj3n1h2g8jcrn7gcapwcgxr659ypjf75z1ipkgxqxwsv"; type = "gem"; }; version = "1.24.0"; }; parser = { dependencies = ["ast" "racc"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "11r6kp8wam0nkfvnwyc1fmvky102r1vcfr84vi2p1a2wa0z32j3p"; type = "gem"; }; version = "3.3.0.5"; }; paru = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "10jiv4c28bdvp4r98s042ilzks8wx36qw5a4byragwa1fzwy87va"; type = "gem"; }; version = "1.2.0"; }; pastel = { dependencies = ["tty-color"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0xash2gj08dfjvq4hy6l1z22s5v30fhizwgs10d6nviggpxsj7a8"; type = "gem"; }; version = "0.8.0"; }; pathutil = { dependencies = ["forwardable-extended"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "12fm93ljw9fbxmv2krki5k5wkvr7560qy8p4spvb9jiiaqv78fz4"; type = "gem"; }; version = "0.16.2"; }; patron = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0523gddx88zql2mq6655k60gy2ac8vybpzkcf90lmd9nx7wl3fi9"; type = "gem"; }; version = "0.13.3"; }; pcaprub = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0886fcc5bi0kc0rbma5fj3wa3hbg2nl7ivnbi2j995yzg36zq7xy"; type = "gem"; }; version = "0.13.1"; }; pg = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "071b55bhsz7mivlnp2kv0a11msnl7xg5awvk8mlflpl270javhsb"; type = "gem"; }; version = "1.5.6"; }; pkg-config = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "04wi7n51w42v9s958gfmxwkg5iikq25whacyflpi307517ymlaya"; type = "gem"; }; version = "1.5.6"; }; polyglot = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1bqnxwyip623d8pr29rg6m8r0hdg08fpr2yb74f46rn1wgsnxmjr"; type = "gem"; }; version = "0.3.5"; }; prettier = { dependencies = ["syntax_tree" "syntax_tree-haml" "syntax_tree-rbs"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1iavhgs7iahjz28sks5kkml9gr43fx5rpq5l0ql81pkmfv3i0cbi"; type = "gem"; }; version = "4.0.4"; }; prettier_print = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1ybgks9862zmlx71zd4j20ky86fsrp6j6m0az4hzzb1zyaskha57"; type = "gem"; }; version = "1.2.1"; }; prism = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0pgxgng905jbhp0pr54w4w2pr4nqcq80ijj48204bj4x4nigj8ji"; type = "gem"; }; version = "0.24.0"; }; pry = { dependencies = ["coderay" "method_source"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0k9kqkd9nps1w1r1rb7wjr31hqzkka2bhi8b518x78dcxppm9zn4"; type = "gem"; }; version = "0.14.2"; }; pry-byebug = { dependencies = ["byebug" "pry"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1y41al94ks07166qbp2200yzyr5y60hm7xaiw4lxpgsm4b1pbyf8"; type = "gem"; }; version = "3.10.1"; }; pry-doc = { dependencies = ["pry" "yard"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0xgsr1agv754709fb7x11zn07skmbwlds88sa5s57d7x1apswmkd"; type = "gem"; }; version = "1.5.0"; }; psych = { dependencies = ["stringio"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0s5383m6004q76xm3lb732bp4sjzb6mxb6rbgn129gy2izsj4wrk"; type = "gem"; }; version = "5.1.2"; }; public_suffix = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1bni4qjrsh2q49pnmmd6if4iv3ak36bd2cckrs6npl111n769k9m"; type = "gem"; }; version = "5.0.4"; }; puma = { dependencies = ["nio4r"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0i2vaww6qcazj0ywva1plmjnj6rk23b01szswc5jhcq7s2cikd1y"; type = "gem"; }; version = "6.4.2"; }; pwntools = { dependencies = ["crabstone" "dentaku" "elftools" "keystone-engine" "method_source" "one_gadget" "rainbow" "ruby2ruby" "rubyserial"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0pxc3lcgnywglv0skzj1r8i4p8mwcj27hlwzwqf8sj2mn3iqyjnd"; type = "gem"; }; version = "1.2.1"; }; racc = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "01b9662zd2x9bp4rdjfid07h09zxj7kvn7f5fghbqhzc625ap1dp"; type = "gem"; }; version = "1.7.3"; }; rack = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1m76b32zh6mgql7mzfx36rijnygjl2nzkdj909mn87isfgzdf9jl"; type = "gem"; }; version = "3.0.9.1"; }; rack-protection = { dependencies = ["base64" "rack"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1xmvcxgm1jq92hqxm119gfk95wzl0d46nb2c2c6qqsm4ra2n3nyh"; type = "gem"; }; version = "4.0.0"; }; rack-session = { dependencies = ["rack"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "10afdpmy9kh0qva96slcyc59j4gkk9av8ilh58cnj0qq7q3b416v"; type = "gem"; }; version = "2.0.0"; }; rack-test = { dependencies = ["rack"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1ysx29gk9k14a14zsp5a8czys140wacvp91fja8xcja0j1hzqq8c"; type = "gem"; }; version = "2.1.0"; }; rackup = { dependencies = ["rack" "webrick"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0kbcka30g681cqasw47pq93fxjscq7yvs5zf8lp3740rb158ijvf"; type = "gem"; }; version = "2.1.0"; }; rails = { dependencies = ["actioncable" "actionmailbox" "actionmailer" "actionpack" "actiontext" "actionview" "activejob" "activemodel" "activerecord" "activestorage" "activesupport" "railties"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "185zq5r9g56sfks852992bm0xf2vm9569jyiz5jyww3vx1jply1d"; type = "gem"; }; version = "7.1.3.2"; }; rails-dom-testing = { dependencies = ["activesupport" "minitest" "nokogiri"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0fx9dx1ag0s1lr6lfr34lbx5i1bvn3bhyf3w3mx6h7yz90p725g5"; type = "gem"; }; version = "2.2.0"; }; rails-html-sanitizer = { dependencies = ["loofah" "nokogiri"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1pm4z853nyz1bhhqr7fzl44alnx4bjachcr6rh6qjj375sfz3sc6"; type = "gem"; }; version = "1.6.0"; }; railties = { dependencies = ["actionpack" "activesupport" "irb" "rackup" "rake" "thor" "zeitwerk"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0435sfvhhrd4b2ic9b4c2df3i1snryidx7ry9km4805rpxfdbz2r"; type = "gem"; }; version = "7.1.3.2"; }; rainbow = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0smwg4mii0fm38pyb5fddbmrdpifwv22zv3d3px2xx497am93503"; type = "gem"; }; version = "3.1.1"; }; rake = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1ilr853hawi09626axx0mps4rkkmxcs54mapz9jnqvpnlwd3wsmy"; type = "gem"; }; version = "13.1.0"; }; rb-fsevent = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1zmf31rnpm8553lqwibvv3kkx0v7majm1f341xbxc0bk5sbhp423"; type = "gem"; }; version = "0.11.2"; }; rb-inotify = { dependencies = ["ffi"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1jm76h8f8hji38z3ggf4bzi8vps6p7sagxn3ab57qc0xyga64005"; type = "gem"; }; version = "0.10.1"; }; rb-readline = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "14w79a121czmvk1s953qfzww30mqjb2zc0k9qhi0ivxxk3hxg6wy"; type = "gem"; }; version = "0.5.5"; }; rbnacl = { dependencies = ["ffi"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0y8yzianlkc9w6sbqy8iy8l0yym0y6x7p5rjflkfixq76fqmhvzk"; type = "gem"; }; version = "7.1.1"; }; rbs = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0dgj5n7rj83981fvrhswfwsh88x42p7r00nvd80hkxmdcjvda2h6"; type = "gem"; }; version = "2.8.4"; }; rchardet = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1isj1b3ywgg2m1vdlnr41lpvpm3dbyarf1lla4dfibfmad9csfk9"; type = "gem"; }; version = "1.8.0"; }; rdoc = { dependencies = ["psych"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "14wnrpd1kl43ynk1wwwgv9avsw84d1lrvlfyrjy3d4h7h7ndnqzp"; type = "gem"; }; version = "6.6.2"; }; re2 = { dependencies = ["mini_portile2"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1lx4wsrk7gd6733sjgrkwmj1x9jalnbfppawqfk0ljnw95c0557c"; type = "gem"; }; version = "2.9.0"; }; red-colors = { dependencies = ["json" "matrix"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "16lj0h6gzmc07xp5rhq5b7c1carajjzmyr27m96c99icg2hfnmi3"; type = "gem"; }; version = "0.4.0"; }; redcarpet = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1sg9sbf9pm91l7lac7fs4silabyn0vflxwaa2x3lrzsm0ff8ilca"; type = "gem"; }; version = "3.6.0"; }; redis = { dependencies = ["redis-client"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1yv9z3cch7aay3rs2iildk7jnvhijhwyyxvcn2nfdn6yp9vn7kxz"; type = "gem"; }; version = "5.1.0"; }; redis-client = { dependencies = ["connection_pool"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1swaj27qiix9r92hcvjxf6fzd817i7lfgfg2r50ifs41407rzhq3"; type = "gem"; }; version = "0.21.0"; }; redis-rack = { dependencies = ["rack-session" "redis-store"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "10438w0y1jbgr205zndvmz6md0mrqazh2j9fr88lvb8hms10pddb"; type = "gem"; }; version = "3.0.0"; }; redis-store = { dependencies = ["redis"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "17mhr1g3lmacrgjndbmrklngy32g55165n53111q70kykx7qjn7j"; type = "gem"; }; version = "1.10.0"; }; regexp_parser = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1ndxm0xnv27p4gv6xynk6q41irckj76q1jsqpysd9h6f86hhp841"; type = "gem"; }; version = "2.9.0"; }; reline = { dependencies = ["io-console"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1zx7sdh11p4z77c3f9ka6f065mgl6xwbamnsq4rrgwk310qhn41n"; type = "gem"; }; version = "0.4.3"; }; rest-client = { dependencies = ["http-accept" "http-cookie" "mime-types" "netrc"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1qs74yzl58agzx9dgjhcpgmzfn61fqkk33k1js2y5yhlvc5l19im"; type = "gem"; }; version = "2.1.0"; }; reverse_markdown = { dependencies = ["nokogiri"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0087vhw5ik50lxvddicns01clkx800fk5v5qnrvi3b42nrk6885j"; type = "gem"; }; version = "2.1.1"; }; rexml = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "05i8518ay14kjbma550mv0jm8a6di8yp5phzrd8rj44z9qnrlrp0"; type = "gem"; }; version = "3.2.6"; }; rmagick = { dependencies = ["observer" "pkg-config"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1blqchqfbvqrwn9izzqf8wzkgfw6zafyrsl2ksg1w1d9qxj0c15s"; type = "gem"; }; version = "5.4.4"; }; rouge = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1dnfkrk8xx2m8r3r9m2p5xcq57viznyc09k7r3i4jbm758i57lx3"; type = "gem"; }; version = "3.30.0"; }; rpam2 = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1zvli3s4z1hf2l7gyfickm5i3afjrnycc3ihbiax6ji6arpbyf33"; type = "gem"; }; version = "4.0.2"; }; rspec = { dependencies = ["rspec-core" "rspec-expectations" "rspec-mocks"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "14xrp8vq6i9zx37vh0yp4h9m0anx9paw200l1r5ad9fmq559346l"; type = "gem"; }; version = "3.13.0"; }; rspec-core = { dependencies = ["rspec-support"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0k252n7s80bvjvpskgfm285a3djjjqyjcarlh3aq7a4dx2s94xsm"; type = "gem"; }; version = "3.13.0"; }; rspec-expectations = { dependencies = ["diff-lcs" "rspec-support"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0bhhjzwdk96vf3gq3rs7mln80q27fhq82hda3r15byb24b34h7b2"; type = "gem"; }; version = "3.13.0"; }; rspec-mocks = { dependencies = ["diff-lcs" "rspec-support"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0rkzkcfk2x0qjr5fxw6ib4wpjy0hqbziywplnp6pg3bm2l98jnkk"; type = "gem"; }; version = "3.13.0"; }; rspec-support = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "03z7gpqz5xkw9rf53835pa8a9vgj4lic54rnix9vfwmp2m7pv1s8"; type = "gem"; }; version = "3.13.1"; }; rubocop = { dependencies = ["json" "language_server-protocol" "parallel" "parser" "rainbow" "regexp_parser" "rexml" "rubocop-ast" "ruby-progressbar" "unicode-display_width"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0daamn13fbm77rdwwa4w6j6221iq6091asivgdhk6n7g398frcdf"; type = "gem"; }; version = "1.62.1"; }; rubocop-ast = { dependencies = ["parser"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1v3q8n48w8h809rqbgzihkikr4g3xk72m1na7s97jdsmjjq6y83w"; type = "gem"; }; version = "1.31.2"; }; rubocop-performance = { dependencies = ["rubocop" "rubocop-ast"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0cf7fn4dwf45r3nhnda0dhnwn8qghswyqbfxr2ippb3z8a6gmc8v"; type = "gem"; }; version = "1.20.2"; }; ruby-graphviz = { dependencies = ["rexml"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "010m283gk4qgzxkgrldlnrglh8d5fn6zvrzm56wf5abd7x7b8aqw"; type = "gem"; }; version = "1.2.5"; }; ruby-keychain = { dependencies = ["ffi" "og-corefoundation"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1g57fr1r39bfh1r887hp87mawfg3miidagvpqyqq3l0152ya43wr"; type = "gem"; }; version = "0.4.0"; }; ruby-libvirt = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0v6vj5vs9v01zr00bflqpfczhwcyc6jdf8k2dqn42lq6d87si77d"; type = "gem"; }; version = "0.8.2"; }; ruby-lsp = { dependencies = ["language_server-protocol" "prism" "sorbet-runtime"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0scavp3jlgzbg7bh6y5rd110aak03l9zw56smazahq3lcjxgfc49"; type = "gem"; }; version = "0.14.5"; }; ruby-lxc = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "08pnghqp15fwylq6w2qh7x1ikkiq87irpy0z03n0gma4gdzzx2qa"; type = "gem"; }; version = "1.2.3"; }; ruby-progressbar = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0cwvyb7j47m7wihpfaq7rc47zwwx9k4v7iqd9s1xch5nm53rrz40"; type = "gem"; }; version = "1.13.0"; }; ruby-terminfo = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0rl4ic5pzvrpgd42z0c1s2n3j39c9znksblxxvmhkzrc0ckyg2cm"; type = "gem"; }; version = "0.1.1"; }; ruby-vips = { dependencies = ["ffi"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0yycazz91ywwwv2iz3fgjkfn1z687bl4z5jjn7cwmky507b43652"; type = "gem"; }; version = "2.2.1"; }; ruby2_keywords = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1vz322p8n39hz3b4a9gkmz9y7a5jaz41zrm2ywf31dvkqm03glgz"; type = "gem"; }; version = "0.0.5"; }; ruby2ruby = { dependencies = ["ruby_parser" "sexp_processor"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "04bz2jw3ida07mgk450l9m6xklhzbv0z4s6ak6bl7vp4rhcy41f8"; type = "gem"; }; version = "2.5.0"; }; ruby_parser = { dependencies = ["racc" "sexp_processor"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0sy5y7w89ii5iqym7b21glcwxqg8kizxfy8a7kcxq0j65wyqjhiq"; type = "gem"; }; version = "3.21.0"; }; rubyserial = { dependencies = ["ffi"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1vj5yan6srbvkf5vfp9d9b9z8wyygd0zxcy54c35yhkjl6kwd22q"; type = "gem"; }; version = "0.6.0"; }; rubyzip = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0grps9197qyxakbpw02pda59v45lfgbgiyw48i0mq9f2bn9y6mrz"; type = "gem"; }; version = "2.3.2"; }; rugged = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1sccng15h8h3mcjxfgvxy85lfpswbj0nhmzwwsqdffbzqgsb2jch"; type = "gem"; }; version = "1.7.2"; }; safe_yaml = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0j7qv63p0vqcd838i2iy2f76c3dgwzkiz1d1xkg7n0pbnxj2vb56"; type = "gem"; }; version = "1.0.5"; }; sass = { dependencies = ["sass-listen"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0p95lhs0jza5l7hqci1isflxakz83xkj97lkvxl919is0lwhv2w0"; type = "gem"; }; version = "3.7.4"; }; sass-listen = { dependencies = ["rb-fsevent" "rb-inotify"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0xw3q46cmahkgyldid5hwyiwacp590zj2vmswlll68ryvmvcp7df"; type = "gem"; }; version = "4.0.0"; }; sassc = { dependencies = ["ffi"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0gpqv48xhl8mb8qqhcifcp0pixn206a7imc07g48armklfqa4q2c"; type = "gem"; }; version = "2.4.0"; }; sawyer = { dependencies = ["addressable" "faraday"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1jks1qjbmqm8f9kvwa81vqj39avaj9wdnzc531xm29a55bb74fps"; type = "gem"; }; version = "0.9.2"; }; scrypt = { dependencies = ["ffi-compiler"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0jw2bn6mqpw2wbjpmsfz44pppwa6zmhg9lywimm684sxkmlxscbl"; type = "gem"; }; version = "3.0.7"; }; semian = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0qs5mrjsr2hs03f2c1a611qrvxsk8pqlmhymxgwccwvr6arh3iby"; type = "gem"; }; version = "0.21.3"; }; sequel = { dependencies = ["bigdecimal"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "186wldacv9zdd3bxi85lika9hz6ac09r7kp1h4cjv23436qmsjq2"; type = "gem"; }; version = "5.78.0"; }; sequel_pg = { dependencies = ["pg" "sequel"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "01j51vn47ynyhlxpgz6wj8swm3d8g1hrad1678s0sd43kh2hqxdg"; type = "gem"; }; version = "1.17.1"; }; sexp_processor = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "182x05kpdjlckh31qizws50fz7sjk86yjjfmy45z61q3f930j4ci"; type = "gem"; }; version = "4.17.1"; }; simplecov = { dependencies = ["docile" "simplecov-html" "simplecov_json_formatter"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "198kcbrjxhhzca19yrdcd6jjj9sb51aaic3b0sc3pwjghg3j49py"; type = "gem"; }; version = "0.22.0"; }; simplecov-html = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0yx01bxa8pbf9ip4hagqkp5m0mqfnwnw2xk8kjraiywz4lrss6jb"; type = "gem"; }; version = "0.12.3"; }; simplecov_json_formatter = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0a5l0733hj7sk51j81ykfmlk2vd5vaijlq9d5fn165yyx3xii52j"; type = "gem"; }; version = "0.1.4"; }; simpleidn = { dependencies = ["unf"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "06f7w6ph3bzzqk212yylfp4jfx275shgp9zg3xszbpv1ny2skp9m"; type = "gem"; }; version = "0.2.1"; }; sinatra = { dependencies = ["mustermann" "rack" "rack-protection" "rack-session" "tilt"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0za92lv4s7xhgkkm6xxf7ib0b3bsyj8drxgkrskgsb5g3mxnixjl"; type = "gem"; }; version = "4.0.0"; }; slather = { dependencies = ["clamp" "xcodeproj"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0i1h1kr5j6v8kzrcdfrjxdf1qnnrwhxl9i5vkr8wgbspp5raissq"; type = "gem"; }; version = "1.3.0"; }; slop = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1iyrjskgxyn8i1679qwkzns85p909aq77cgx2m4fs5ygzysj4hw4"; type = "gem"; }; version = "4.10.1"; }; snappy = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1ndib94d181y5gd7qg515ralb02zri91vd3q94k21fgc4r897cd4"; type = "gem"; }; version = "0.4.0"; }; snmp = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1xr7rwfk7mwxzqcgir0glmyy4j27g6yixfaswsbd2qn6r8c980qf"; type = "gem"; }; version = "1.3.2"; }; solargraph = { dependencies = ["backport" "benchmark" "diff-lcs" "e2mmap" "jaro_winkler" "kramdown" "kramdown-parser-gfm" "parser" "rbs" "reverse_markdown" "rubocop" "thor" "tilt" "yard"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0qbjgsrlrwvbywzi0shf3nmfhb52y5fmp9al9nk7c4qqwxyhz397"; type = "gem"; }; version = "0.50.0"; }; sorbet-runtime = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1xnq3zdrnwhncfxvrhvkil26dq9v1h196i54l936l36zxdhnf383"; type = "gem"; }; version = "0.5.11292"; }; sqlite3 = { dependencies = ["mini_portile2"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "137xkh8jnk3xyajvzmn2390yzs13hnb37jylr0sm02d3zrshf18n"; type = "gem"; }; version = "1.7.2"; }; stringio = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "063psvsn1aq6digpznxfranhcpmi0sdv2jhra5g0459sw0x2dxn1"; type = "gem"; }; version = "3.1.0"; }; syntax_tree = { dependencies = ["prettier_print"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0g9l9acknjr2yz8ynfxbcrwx2ws3wh96pfzdb31g66k08v1022m5"; type = "gem"; }; version = "6.2.0"; }; syntax_tree-haml = { dependencies = ["haml" "prettier_print" "syntax_tree"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0nb335cn093qnc3hyb8s4vbgn8apwz019m4dj15hz2y2gmkpdxnw"; type = "gem"; }; version = "4.0.3"; }; syntax_tree-rbs = { dependencies = ["prettier_print" "rbs" "syntax_tree"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1g9n2i99y6b5l3x3vp2nk0fss2x0b2gd1h5hynbs2y4ab35jhrsr"; type = "gem"; }; version = "1.0.0"; }; taglib-ruby = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0yvchq3j0splz70796a27hr1v6ifhyab5ddc9fl1x734nhmsy4rb"; type = "gem"; }; version = "1.1.3"; }; temple = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0fwia5hvc1xz9w7vprzjnsym3v9j5l9ggdvy70jixbvpcpz4acfz"; type = "gem"; }; version = "0.10.3"; }; terminal-table = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0hbmzfr17ji5ws5x5z3kypmb5irwwss7q7kkad0gs005ibqrxv0a"; type = "gem"; }; version = "1.6.0"; }; thor = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1vq1fjp45az9hfp6fxljhdrkv75cvbab1jfrwcw738pnsiqk8zps"; type = "gem"; }; version = "1.3.1"; }; thrift = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "17cwh2ivvkfzv7m0m3rpyagwqz20mcincvjvz7cg3g21xzannqys"; type = "gem"; }; version = "0.19.0"; }; tilt = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0p3l7v619hwfi781l3r7ypyv1l8hivp09r18kmkn6g11c4yr1pc2"; type = "gem"; }; version = "2.3.0"; }; timeout = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "16mvvsmx90023wrhf8dxc1lpqh0m8alk65shb7xcya6a9gflw7vg"; type = "gem"; }; version = "0.4.1"; }; tiny_tds = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1nva5glid3mpwqk0siws74r6qfv89n0amw9ffzwnwlm12cd4ahdm"; type = "gem"; }; version = "2.1.7"; }; treetop = { dependencies = ["polyglot"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0adc8qblz8ii668r3rksjx83p675iryh52rvdvysimx2hkbasj7d"; type = "gem"; }; version = "1.6.12"; }; tty-color = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0aik4kmhwwrmkysha7qibi2nyzb4c8kp42bd5vxnf8sf7b53g73g"; type = "gem"; }; version = "0.6.0"; }; tty-command = { dependencies = ["pastel"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "14hi8xiahfrrnydw6g3i30lxvvz90wp4xsrlhx8mabckrcglfv0c"; type = "gem"; }; version = "0.10.1"; }; tty-option = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "019ir4bcr8fag7dmq7ph6ilpvwjbv4qalip0bz7dlddbd6fk4vjs"; type = "gem"; }; version = "0.3.0"; }; typhoeus = { dependencies = ["ethon"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0z7gamf6s83wy0yqms3bi4srirn3fc0lc7n65lqanidxcj1xn5qw"; type = "gem"; }; version = "1.4.1"; }; tzinfo = { dependencies = ["concurrent-ruby"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "16w2g84dzaf3z13gxyzlzbf748kylk5bdgg3n1ipvkvvqy685bwd"; type = "gem"; }; version = "2.0.6"; }; uglifier = { dependencies = ["execjs"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0wgh7bzy68vhv9v68061519dd8samcy8sazzz0w3k8kqpy3g4s5f"; type = "gem"; }; version = "4.2.0"; }; unf = { dependencies = ["unf_ext"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0bh2cf73i2ffh4fcpdn9ir4mhq8zi50ik0zqa1braahzadx536a9"; type = "gem"; }; version = "0.1.4"; }; unf_ext = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1sf6bxvf6x8gihv6j63iakixmdddgls58cpxpg32chckb2l18qcj"; type = "gem"; }; version = "0.0.9.1"; }; unicode-blocks = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0zf98czws958zyniwb0wvcxifpcr850qfp4m9g6q90qpdh9c61s1"; type = "gem"; }; version = "1.9.0"; }; unicode-display_width = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1d0azx233nags5jx3fqyr23qa2rhgzbhv8pxp46dgbg1mpf82xky"; type = "gem"; }; version = "2.5.0"; }; unicode-name = { dependencies = ["unicode-types"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0177232y0di7klwy0nsixbjfs5mym334y6b3lbfczl8953ybdmg6"; type = "gem"; }; version = "1.12.0"; }; unicode-scripts = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0m2xcss5nr9q6312c4dir54537skpdmwdp5s7gxgjrsv82pzpjdr"; type = "gem"; }; version = "1.9.0"; }; unicode-types = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1wlqwz1cq4bis4r2h8ghbp5c56867a86nnzp2pxnlq48mnjnmgww"; type = "gem"; }; version = "1.9.0"; }; uri = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "094gk72ckazf495qc76gk09b5i318d5l9m7bicg2wxlrjcm3qm96"; type = "gem"; }; version = "0.13.0"; }; uuid4r = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0qlcxzn8pnql34pcdrkd20kdla3k6n2sspaxp3lwwx8a87jnzbc3"; type = "gem"; }; version = "0.2.0"; }; webmention = { dependencies = ["http" "indieweb-endpoints" "nokogiri"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1ag06gal14r3rlcv0c951w1a9wb0d04mk5pz2v0f71q9fzwxwwmi"; type = "gem"; }; version = "7.0.0"; }; webrick = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "13qm7s0gr2pmfcl7dxrmq38asaza4w0i2n9my4yzs499j731wh8r"; type = "gem"; }; version = "1.8.1"; }; websocket-driver = { dependencies = ["websocket-extensions"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1nyh873w4lvahcl8kzbjfca26656d5c6z3md4sbqg5y1gfz0157n"; type = "gem"; }; version = "0.7.6"; }; websocket-extensions = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0hc2g9qps8lmhibl5baa91b4qx8wqw872rgwagml78ydj8qacsqw"; type = "gem"; }; version = "0.1.5"; }; whois = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "109v9vgkry317v5vc3b5dwgxpp1if3q9m26mrpl6052m020q05qx"; type = "gem"; }; version = "5.1.1"; }; xcodeproj = { dependencies = ["activesupport" "claide" "colored"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "080xdnlkx8zfh2ka5jzgmj4k5jqxirfzggpjrc5q5q1mh5jamfwj"; type = "gem"; }; version = "0.28.2"; }; xctasks = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1jmxq0dv2q4qs628cykrhsm9piysjsacbq5blsf35a0fj015bw7l"; type = "gem"; }; version = "0.2.2"; }; yard = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1r0b8w58p7gy06wph1qdjv2p087hfnmhd9jk23vjdj803dn761am"; type = "gem"; }; version = "0.9.36"; }; zeitwerk = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1m67qmsak3x8ixs8rb971azl3l7wapri65pmbf5z886h46q63f1d"; type = "gem"; }; version = "2.6.13"; }; zookeeper = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1hc87pbmgc53lksa1aql61kxn9d2kjzmlhnjxa5rcn01qhm3pkvg"; type = "gem"; }; version = "1.5.5"; }; } [result] Failed to update rubyPackages_3_2.irb 1.11.2 -> 1.12.0 https://repology.org/project/ruby:irb/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.GSVA, using log file: /var/log/nixpkgs-update/rPackages.GSVA/2024-03-16.log rPackages.GSVA 1.50.0 -> 1.50.1 https://repology.org/project/r:gsva/versions attrpath: rPackages.GSVA Checking auto update branch... No auto update branch exists Old version 1.50.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.GSVA 1.50.0 -> 1.50.1 https://repology.org/project/r:gsva/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath coqPackages.metacoq-safechecker, using log file: /var/log/nixpkgs-update/coqPackages.metacoq-safechecker/2024-03-16.log coqPackages.metacoq-safechecker 1.2.1-8.18 -> 1.3-8.17 https://github.com/MetaCoq/metacoq/releases attrpath: coqPackages.metacoq-safechecker Checking auto update branch... No auto update branch exists Old version 1.2.1-8.18" not present in master derivation file with contents: { lib, stdenv, coqPackages, coq, which, fetchzip }@args: let lib = import ./extra-lib.nix {inherit (args) lib;}; in with builtins; with lib; let isGitHubDomain = d: match "^github.*" d != null; isGitLabDomain = d: match "^gitlab.*" d != null; in { pname, version ? null, fetcher ? null, owner ? "coq-community", domain ? "github.com", repo ? pname, defaultVersion ? null, releaseRev ? (v: v), displayVersion ? {}, release ? {}, buildInputs ? [], nativeBuildInputs ? [], extraBuildInputs ? [], extraNativeBuildInputs ? [], overrideBuildInputs ? [], overrideNativeBuildInputs ? [], namePrefix ? [ "coq" ], enableParallelBuilding ? true, extraInstallFlags ? [], setCOQBIN ? true, mlPlugin ? false, useMelquiondRemake ? null, dropAttrs ? [], keepAttrs ? [], dropDerivationAttrs ? [], useDuneifVersion ? (x: false), useDune ? false, opam-name ? (concatStringsSep "-" (namePrefix ++ [ pname ])), ... }@args: let args-to-remove = foldl (flip remove) ([ "version" "fetcher" "repo" "owner" "domain" "releaseRev" "displayVersion" "defaultVersion" "useMelquiondRemake" "release" "buildInputs" "nativeBuildInputs" "extraBuildInputs" "extraNativeBuildInputs" "overrideBuildInputs" "overrideNativeBuildInputs" "namePrefix" "meta" "useDuneifVersion" "useDune" "opam-name" "extraInstallFlags" "setCOQBIN" "mlPlugin" "dropAttrs" "dropDerivationAttrs" "keepAttrs" ] ++ dropAttrs) keepAttrs; fetch = import ../coq/meta-fetch/default.nix { inherit lib stdenv fetchzip; } ({ inherit release releaseRev; location = { inherit domain owner repo; }; } // optionalAttrs (args?fetcher) {inherit fetcher;}); fetched = fetch (if version != null then version else defaultVersion); display-pkg = n: sep: v: let d = displayVersion.${n} or (if sep == "" then ".." else true); in n + optionalString (v != "" && v != null) (switch d [ { case = true; out = sep + v; } { case = "."; out = sep + versions.major v; } { case = ".."; out = sep + versions.majorMinor v; } { case = "..."; out = sep + versions.majorMinorPatch v; } { case = isFunction; out = optionalString (d v != "") (sep + d v); } { case = isString; out = optionalString (d != "") (sep + d); } ] "") + optionalString (v == null) "-broken"; append-version = p: n: p + display-pkg n "" coqPackages.${n}.version + "-"; prefix-name = foldl append-version "" namePrefix; useDune = args.useDune or (useDuneifVersion fetched.version); coqlib-flags = switch coq.coq-version [ { case = v: versions.isLe "8.6" v && v != "dev" ; out = [ "COQLIB=$(out)/lib/coq/${coq.coq-version}/" ]; } ] [ "COQLIBINSTALL=$(out)/lib/coq/${coq.coq-version}/user-contrib" "COQPLUGININSTALL=$(OCAMLFIND_DESTDIR)" ]; docdir-flags = switch coq.coq-version [ { case = v: versions.isLe "8.6" v && v != "dev"; out = [ "DOCDIR=$(out)/share/coq/${coq.coq-version}/" ]; } ] [ "COQDOCINSTALL=$(out)/share/coq/${coq.coq-version}/user-contrib" ]; in stdenv.mkDerivation (removeAttrs ({ name = prefix-name + (display-pkg pname "-" fetched.version); inherit (fetched) version src; nativeBuildInputs = args.overrideNativeBuildInputs or ([ which ] ++ optional useDune coq.ocamlPackages.dune_3 ++ optionals (useDune || mlPlugin) [ coq.ocamlPackages.ocaml coq.ocamlPackages.findlib ] ++ (args.nativeBuildInputs or []) ++ extraNativeBuildInputs); buildInputs = args.overrideBuildInputs or ([ coq ] ++ (args.buildInputs or []) ++ extraBuildInputs); inherit enableParallelBuilding; meta = ({ platforms = coq.meta.platforms; } // (switch domain [{ case = pred.union isGitHubDomain isGitLabDomain; out = { homepage = "https://${domain}/${owner}/${repo}"; }; }] {}) // optionalAttrs (fetched.broken or false) { coqFilter = true; broken = true; }) // (args.meta or {}) ; } // (optionalAttrs setCOQBIN { COQBIN = "${coq}/bin/"; }) // (optionalAttrs (!args?installPhase && !args?useMelquiondRemake) { installFlags = coqlib-flags ++ docdir-flags ++ extraInstallFlags; }) // (optionalAttrs useDune { buildPhase = '' runHook preBuild dune build -p ${opam-name} ''${enableParallelBuilding:+-j $NIX_BUILD_CORES} runHook postBuild ''; installPhase = '' runHook preInstall dune install ${opam-name} --prefix=$out mv $out/lib/coq $out/lib/TEMPORARY mkdir $out/lib/coq/ mv $out/lib/TEMPORARY $out/lib/coq/${coq.coq-version} runHook postInstall ''; }) // (optionalAttrs (args?useMelquiondRemake) rec { COQUSERCONTRIB = "$out/lib/coq/${coq.coq-version}/user-contrib"; preConfigurePhases = "autoconf"; configureFlags = [ "--libdir=${COQUSERCONTRIB}/${useMelquiondRemake.logpath or ""}" ]; buildPhase = "./remake -j$NIX_BUILD_CORES"; installPhase = "./remake install"; }) // (removeAttrs args args-to-remove)) dropDerivationAttrs) [result] Failed to update coqPackages.metacoq-safechecker 1.2.1-8.18 -> 1.3-8.17 https://github.com/MetaCoq/metacoq/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath decker, using log file: /var/log/nixpkgs-update/decker/2024-03-16.log decker 1.39 -> 1.40 https://repology.org/project/decker/versions attrpath: decker Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - decker: 1.39 -> 1.40 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/292985" [result] Failed to update decker 1.39 -> 1.40 https://repology.org/project/decker/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libffi_3_3, using log file: /var/log/nixpkgs-update/libffi_3_3/2024-03-16.log libffi_3_3 3.3 -> 3.4.6 https://github.com/libffi/libffi/releases attrpath: libffi_3_3 Checking auto update branch... No auto update branch exists Version in attr path libffi_3_3 not compatible with 3.4.6 [result] Failed to update libffi_3_3 3.3 -> 3.4.6 https://github.com/libffi/libffi/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cie-middleware-linux, using log file: /var/log/nixpkgs-update/cie-middleware-linux/2024-03-16.log cie-middleware-linux 1.5.0 -> 1.5.1 https://github.com/M0rf30/cie-middleware-linux/releases attrpath: cie-middleware-linux Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update cie-middleware-linux 1.5.0 -> 1.5.1 https://github.com/M0rf30/cie-middleware-linux/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pplpy, using log file: /var/log/nixpkgs-update/python311Packages.pplpy/2024-03-16.log python311Packages.pplpy 0 -> 1 attrpath: python311Packages.pplpy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bzyskad4mmv9b8hz0vvihhzlplyjfcls-packages.json.drv building '/nix/store/bzyskad4mmv9b8hz0vvihhzlplyjfcls-packages.json.drv'... Going to be running update for following packages: - python3.11-pplpy-0.8.9 Press Enter key to continue... Running update for: - python3.11-pplpy-0.8.9: UPDATING ... - python3.11-pplpy-0.8.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pplpy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aemet-opendata, using log file: /var/log/nixpkgs-update/python311Packages.aemet-opendata/2024-03-16.log python311Packages.aemet-opendata 0 -> 1 attrpath: python311Packages.aemet-opendata Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/g93s9ik5nfidi03wgz9kyj9dciirpns9-packages.json.drv building '/nix/store/g93s9ik5nfidi03wgz9kyj9dciirpns9-packages.json.drv'... Going to be running update for following packages: - python3.11-aemet-opendata-0.5.1 Press Enter key to continue... Running update for: - python3.11-aemet-opendata-0.5.1: UPDATING ... - python3.11-aemet-opendata-0.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aemet-opendata 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath flatbuffers, using log file: /var/log/nixpkgs-update/flatbuffers/2024-03-16.log flatbuffers 23.5.26 -> 24.3.7 https://github.com/google/flatbuffers/releases attrpath: flatbuffers Checking auto update branch... An auto update branch exists with message `flatbuffers: 23.5.26 -> 24.3.7`. New version is 24.3.7. An auto update branch exists with an equal or greater version [result] Failed to update flatbuffers 23.5.26 -> 24.3.7 https://github.com/google/flatbuffers/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.flatbuffers, using log file: /var/log/nixpkgs-update/python312Packages.flatbuffers/2024-03-16.log python312Packages.flatbuffers 23.5.26 -> 24.3.7 https://github.com/google/flatbuffers/releases attrpath: python312Packages.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/rmplhqvip88c4bndshndzpivyy1fdj6i-packages.json.drv building '/nix/store/rmplhqvip88c4bndshndzpivyy1fdj6i-packages.json.drv'... Going to be running update for following packages: - python3.12-flatbuffers-23.5.26 Press Enter key to continue... Running update for: - python3.12-flatbuffers-23.5.26: UPDATING ... - python3.12-flatbuffers-23.5.26: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.flatbuffers 23.5.26 -> 24.3.7 https://github.com/google/flatbuffers/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath surrealdb, using log file: /var/log/nixpkgs-update/surrealdb/2024-03-16.log surrealdb 1.2.1 -> 1.3.0 https://github.com/surrealdb/surrealdb/releases attrpath: surrealdb 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-/ueqNaKa69asv3lpqmZQ0ke3Dc7UdpxFP1doSRMJeP8= Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A surrealdb Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . surrealdb Standard output: error: … in the condition of the assert statement at /var/cache/nixpkgs-update/worker/worktree/surrealdb/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/surrealdb/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 ‘surrealdb-1.3.0’ in /var/cache/nixpkgs-update/worker/worktree/surrealdb/pkgs/servers/nosql/surrealdb/default.nix:57 has an unfree license (‘bsl11’), 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) [ "surrealdb-1.3.0" ]; } 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 surrealdb 1.2.1 -> 1.3.0 https://github.com/surrealdb/surrealdb/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath yamlscript, using log file: /var/log/nixpkgs-update/yamlscript/2024-03-16.log yamlscript 0.1.41 -> 0.1.42 https://github.com/yaml/yamlscript/releases attrpath: yamlscript 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/ya/yamlscript/package.nix b/pkgs/by-name/ya/yamlscript/package.nix index 9e320617ab6f..d84c5b9ad488 100644 --- a/pkgs/by-name/ya/yamlscript/package.nix +++ b/pkgs/by-name/ya/yamlscript/package.nix @@ -2,11 +2,11 @@ buildGraalvmNativeImage rec { pname = "yamlscript"; - version = "0.1.41"; + version = "0.1.42"; src = fetchurl { url = "https://github.com/yaml/yamlscript/releases/download/${version}/yamlscript.cli-${version}-standalone.jar"; - hash = "sha256-/Kke7MH0DsBpo8AEIr8XVDKqbSshz0Ql8S5KzrPB9jk="; + hash = "sha256-myIkXS9PdHu3l81lw3F6tnxws1KdyoffU6i0CJczfms="; }; executable = "ys"; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/n35yyc8wgkx53bnbqff28b56hmqbvajh-yamlscript-0.1.42" [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/yaml/yamlscript/releases. meta.description for yamlscript is: Programming in YAML meta.homepage for yamlscript is: https://github.com/yaml/yamlscript ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/yaml/yamlscript/releases/tag/0.1.42) - [Compare changes on GitHub](https://github.com/yaml/yamlscript/compare/0.1.41...0.1.42) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.1.42 with grep in /nix/store/n35yyc8wgkx53bnbqff28b56hmqbvajh-yamlscript-0.1.42 - found 0.1.42 in filename of file in /nix/store/n35yyc8wgkx53bnbqff28b56hmqbvajh-yamlscript-0.1.42 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath yamlscript ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/n35yyc8wgkx53bnbqff28b56hmqbvajh-yamlscript-0.1.42 \ --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 yamlscript https://github.com/r-ryantm/nixpkgs/archive/484ec7b9793dbd840a30e549c93d017977518e78.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/484ec7b9793dbd840a30e549c93d017977518e78#yamlscript ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/n35yyc8wgkx53bnbqff28b56hmqbvajh-yamlscript-0.1.42 ls -la /nix/store/n35yyc8wgkx53bnbqff28b56hmqbvajh-yamlscript-0.1.42/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 @stigtsp 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/296331 [result] Success updating yamlscript 0.1.41 -> 0.1.42 https://github.com/yaml/yamlscript/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.BRGenomics, using log file: /var/log/nixpkgs-update/rPackages.BRGenomics/2024-03-16.log rPackages.BRGenomics 1.13.0 -> 1.14.1 https://repology.org/project/r:brgenomics/versions attrpath: rPackages.BRGenomics Checking auto update branch... No auto update branch exists Old version 1.13.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.BRGenomics 1.13.0 -> 1.14.1 https://repology.org/project/r:brgenomics/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.shinytest, using log file: /var/log/nixpkgs-update/rPackages.shinytest/2024-03-16.log rPackages.shinytest 1.5.3 -> 1.5.4 https://repology.org/project/r:shinytest/versions attrpath: rPackages.shinytest Checking auto update branch... No auto update branch exists Old version 1.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.shinytest 1.5.3 -> 1.5.4 https://repology.org/project/r:shinytest/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cadvisor, using log file: /var/log/nixpkgs-update/cadvisor/2024-03-16.log cadvisor unstable-2023-10-22 -> 0.49.1 https://github.com/google/cadvisor/releases attrpath: cadvisor 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 cadvisor unstable-2023-10-22 -> 0.49.1 https://github.com/google/cadvisor/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath jetbrains.idea-community, using log file: /var/log/nixpkgs-update/jetbrains.idea-community/2024-03-16.log jetbrains.idea-community 2023.3.3 -> 2023.3.5 https://repology.org/project/intellij-idea-community/versions attrpath: jetbrains.idea-community Checking auto update branch... No auto update branch exists Old version 2023.3.3" not present in master derivation file with contents: { lib , stdenv , callPackage , fetchurl , jdk , zlib , python3 , lldb , dotnet-sdk_7 , maven , openssl , expat , libxcrypt , libxcrypt-legacy , fontconfig , libxml2 , runCommand , musl , R , libgcc , lttng-ust_2_12 , xz , xorg , libGL , vmopts ? null }: let inherit (stdenv.hostPlatform) system; # `ides.json` is handwritten and contains information that doesn't change across updates, like maintainers and other metadata # `versions.json` contains everything generated/needed by the update script version numbers, build numbers and tarball hashes ideInfo = lib.importJSON ./bin/ides.json; versions = lib.importJSON ./bin/versions.json; products = versions.${system} or (throw "Unsupported system: ${system}"); package = if stdenv.isDarwin then ./bin/darwin.nix else ./bin/linux.nix; mkJetBrainsProductCore = callPackage package { inherit vmopts; }; mkMeta = meta: fromSource: { inherit (meta) homepage longDescription; description = meta.description + lib.optionalString meta.isOpenSource (if fromSource then " (built from source)" else " (patched binaries from jetbrains)"); maintainers = map (x: lib.maintainers."${x}") meta.maintainers; license = if meta.isOpenSource then lib.licenses.asl20 else lib.licenses.unfree; }; mkJetBrainsProduct = { pname , fromSource ? false , extraWrapperArgs ? [ ] , extraLdPath ? [ ] , extraBuildInputs ? [ ] }: mkJetBrainsProductCore { inherit pname jdk extraWrapperArgs extraLdPath extraBuildInputs; src = if fromSource then communitySources."${pname}" else fetchurl { url = products."${pname}".url; sha256 = products."${pname}".sha256; }; inherit (products."${pname}") version; buildNumber = products."${pname}".build_number; inherit (ideInfo."${pname}") wmClass product; productShort = ideInfo."${pname}".productShort or ideInfo."${pname}".product; meta = mkMeta ideInfo."${pname}".meta fromSource; libdbm = if ideInfo."${pname}".meta.isOpenSource then communitySources."${pname}".libdbm else communitySources.idea-community.libdbm; fsnotifier = if ideInfo."${pname}".meta.isOpenSource then communitySources."${pname}".fsnotifier else communitySources.idea-community.fsnotifier; }; communitySources = callPackage ./source { }; buildIdea = args: mkJetBrainsProduct (args // { extraLdPath = [ zlib ]; extraWrapperArgs = [ ''--set M2_HOME "${maven}/maven"'' ''--set M2 "${maven}/maven/bin"'' ]; }); buildPycharm = args: (mkJetBrainsProduct args).overrideAttrs (finalAttrs: previousAttrs: lib.optionalAttrs stdenv.isLinux { buildInputs = with python3.pkgs; (previousAttrs.buildInputs or []) ++ [ python3 setuptools ]; preInstall = '' echo "compiling cython debug speedups" if [[ -d plugins/python-ce ]]; then ${python3.interpreter} plugins/python-ce/helpers/pydev/setup_cython.py build_ext --inplace else ${python3.interpreter} plugins/python/helpers/pydev/setup_cython.py build_ext --inplace fi ''; # See https://www.jetbrains.com/help/pycharm/2022.1/cython-speedups.html }); in rec { # Sorted alphabetically clion = (mkJetBrainsProduct { pname = "clion"; extraBuildInputs = lib.optionals (stdenv.isLinux) [ python3 stdenv.cc.cc openssl libxcrypt-legacy musl ] ++ lib.optionals (stdenv.isLinux && stdenv.isAarch64) [ expat libxml2 xz ]; }).overrideAttrs (attrs: { postFixup = (attrs.postFixup or "") + lib.optionalString (stdenv.isLinux) '' ( cd $out/clion # I think the included gdb has a couple of patches, so we patch it instead of replacing ls -d $PWD/bin/gdb/linux/*/lib/python3.8/lib-dynload/* | xargs patchelf \ --replace-needed libssl.so.10 libssl.so \ --replace-needed libcrypto.so.10 libcrypto.so ls -d $PWD/bin/lldb/linux/*/lib/python3.8/lib-dynload/* | xargs patchelf \ --replace-needed libssl.so.10 libssl.so \ --replace-needed libcrypto.so.10 libcrypto.so ) ''; }); datagrip = mkJetBrainsProduct { pname = "datagrip"; extraBuildInputs = [ stdenv.cc.cc ]; }; dataspell = let libr = runCommand "libR" {} '' mkdir -p $out/lib ln -s ${R}/lib/R/lib/libR.so $out/lib/libR.so ''; in mkJetBrainsProduct { pname = "dataspell"; extraBuildInputs = [ libgcc libr stdenv.cc.cc ]; }; gateway = mkJetBrainsProduct { pname = "gateway"; }; goland = (mkJetBrainsProduct { pname = "goland"; extraWrapperArgs = [ # fortify source breaks build since delve compiles with -O0 ''--prefix CGO_CPPFLAGS " " "-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"'' ]; extraBuildInputs = [ libgcc stdenv.cc.cc ]; }).overrideAttrs (attrs: { postFixup = (attrs.postFixup or "") + lib.optionalString stdenv.isLinux '' interp="$(cat $NIX_CC/nix-support/dynamic-linker)" patchelf --set-interpreter $interp $out/goland/plugins/go-plugin/lib/dlv/linux/dlv chmod +x $out/goland/plugins/go-plugin/lib/dlv/linux/dlv ''; }); idea-community-bin = buildIdea { pname = "idea-community"; extraBuildInputs = [ stdenv.cc.cc ]; }; idea-community-src = buildIdea { pname = "idea-community"; extraBuildInputs = [ stdenv.cc.cc ]; fromSource = true; }; idea-community = if stdenv.isDarwin || stdenv.isAarch64 then idea-community-bin else idea-community-src; idea-ultimate = buildIdea { pname = "idea-ultimate"; extraBuildInputs = [ stdenv.cc.cc lldb musl ]; }; mps = mkJetBrainsProduct { pname = "mps"; }; phpstorm = mkJetBrainsProduct { pname = "phpstorm"; extraBuildInputs = [ stdenv.cc.cc musl ]; }; pycharm-community-bin = buildPycharm { pname = "pycharm-community"; }; pycharm-community-src = buildPycharm { pname = "pycharm-community"; fromSource = true; }; pycharm-community = if stdenv.isDarwin then pycharm-community-bin else pycharm-community-src; pycharm-professional = buildPycharm { pname = "pycharm-professional"; extraBuildInputs = [ musl ]; }; rider = (mkJetBrainsProduct { pname = "rider"; extraBuildInputs = [ fontconfig stdenv.cc.cc openssl libxcrypt lttng-ust_2_12 musl ]; }).overrideAttrs (attrs: { postInstall = (attrs.postInstall or "") + lib.optionalString (stdenv.isLinux) '' ( cd $out/rider ls -d $PWD/plugins/cidr-debugger-plugin/bin/lldb/linux/*/lib/python3.8/lib-dynload/* | xargs patchelf \ --replace-needed libssl.so.10 libssl.so \ --replace-needed libcrypto.so.10 libcrypto.so \ --replace-needed libcrypt.so.1 libcrypt.so for dir in lib/ReSharperHost/linux-*; do rm -rf $dir/dotnet ln -s ${dotnet-sdk_7} $dir/dotnet done ) ''; }); ruby-mine = mkJetBrainsProduct { pname = "ruby-mine"; extraBuildInputs = [ stdenv.cc.cc musl ]; }; rust-rover = (mkJetBrainsProduct { pname = "rust-rover"; extraBuildInputs = lib.optionals (stdenv.isLinux) [ python3 openssl libxcrypt-legacy fontconfig xorg.libX11 libGL ] ++ lib.optionals (stdenv.isLinux && stdenv.isAarch64) [ expat libxml2 xz ]; }).overrideAttrs (attrs: { postFixup = (attrs.postFixup or "") + lib.optionalString (stdenv.isLinux) '' ( cd $out/rust-rover # Copied over from clion (gdb seems to have a couple of patches) ls -d $PWD/bin/gdb/linux/*/lib/python3.8/lib-dynload/* | xargs patchelf \ --replace-needed libssl.so.10 libssl.so \ --replace-needed libcrypto.so.10 libcrypto.so ls -d $PWD/bin/lldb/linux/*/lib/python3.8/lib-dynload/* | xargs patchelf \ --replace-needed libssl.so.10 libssl.so \ --replace-needed libcrypto.so.10 libcrypto.so interp="$(cat $NIX_CC/nix-support/dynamic-linker)" patchelf --set-interpreter $interp $PWD/plugins/intellij-rust/bin/linux/*/intellij-rust-native-helper chmod +x $PWD/plugins/intellij-rust/bin/linux/*/intellij-rust-native-helper ) ''; }); webstorm = mkJetBrainsProduct { pname = "webstorm"; extraBuildInputs = [ stdenv.cc.cc musl ]; }; plugins = callPackage ./plugins { } // { __attrsFailEvaluation = true; }; } [result] Failed to update jetbrains.idea-community 2023.3.3 -> 2023.3.5 https://repology.org/project/intellij-idea-community/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gruvbox-plus-icons, using log file: /var/log/nixpkgs-update/gruvbox-plus-icons/2024-03-16.log gruvbox-plus-icons unstable-2023-12-07 -> 5.2 https://github.com/SylEleuth/gruvbox-plus-icon-pack/releases attrpath: gruvbox-plus-icons Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update gruvbox-plus-icons unstable-2023-12-07 -> 5.2 https://github.com/SylEleuth/gruvbox-plus-icon-pack/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libdeltachat, using log file: /var/log/nixpkgs-update/libdeltachat/2024-03-16.log libdeltachat 1.136.3 -> 1.136.4 https://github.com/deltachat/deltachat-core-rust/releases attrpath: libdeltachat 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/libdeltachat/default.nix b/pkgs/development/libraries/libdeltachat/default.nix index 75ba9ab621b2..b07a94b2656a 100644 --- a/pkgs/development/libraries/libdeltachat/default.nix +++ b/pkgs/development/libraries/libdeltachat/default.nix @@ -30,13 +30,13 @@ let }; in stdenv.mkDerivation rec { pname = "libdeltachat"; - version = "1.136.3"; + version = "1.136.4"; src = fetchFromGitHub { owner = "deltachat"; repo = "deltachat-core-rust"; rev = "v${version}"; - hash = "sha256-/ZWpPpxnOCLGswrfbEPvfUn1LpdBQeR5LecRAB0PEhI="; + hash = "sha256-1tvsMtDiLHnYDNVGAg5cEopG5YkBlUvJm9yLnlP5Gwc="; }; patches = [ [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A libdeltachat nix build failed. < version = "1.136.4" --- > version = "1.136.3" 1172c1172 < version = "1.136.4" --- > version = "1.136.3" 1196c1196 < version = "1.136.4" --- > version = "1.136.3" 1211c1211 < version = "1.136.4" --- > version = "1.136.3" 1240c1240 < version = "1.136.4" --- > version = "1.136.3" 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 libdeltachat 1.136.3 -> 1.136.4 https://github.com/deltachat/deltachat-core-rust/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.wheel-inspect, using log file: /var/log/nixpkgs-update/python311Packages.wheel-inspect/2024-03-16.log python311Packages.wheel-inspect 0 -> 1 attrpath: python311Packages.wheel-inspect Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4swllxwc7jlfhl08iswb5pcxz0yh3sms-packages.json.drv building '/nix/store/4swllxwc7jlfhl08iswb5pcxz0yh3sms-packages.json.drv'... Going to be running update for following packages: - python3.11-wheel-inspect-1.7.1 Press Enter key to continue... Running update for: - python3.11-wheel-inspect-1.7.1: UPDATING ... - python3.11-wheel-inspect-1.7.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.wheel-inspect 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath eget, using log file: /var/log/nixpkgs-update/eget/2024-03-16.log eget 0 -> 1 attrpath: eget 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/fvn8pg7j35jc568nbmrb4rq17agimzm0-packages.json.drv building '/nix/store/fvn8pg7j35jc568nbmrb4rq17agimzm0-packages.json.drv'... Going to be running update for following packages: - eget-1.3.3 Press Enter key to continue... Running update for: - eget-1.3.3: UPDATING ... - eget-1.3.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update eget 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath freerdp, using log file: /var/log/nixpkgs-update/freerdp/2024-03-16.log freerdp 2.11.5 -> 3.4.0 https://github.com/FreeRDP/FreeRDP/releases attrpath: freerdp Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/networking/remote/freerdp/default.nix b/pkgs/applications/networking/remote/freerdp/default.nix index fc3cbbcd1109..82e7b4097655 100644 --- a/pkgs/applications/networking/remote/freerdp/default.nix +++ b/pkgs/applications/networking/remote/freerdp/default.nix @@ -76,13 +76,13 @@ let in stdenv.mkDerivation rec { pname = "freerdp"; - version = "2.11.5"; + version = "3.4.0"; src = fetchFromGitHub { owner = "FreeRDP"; repo = "FreeRDP"; rev = version; - hash = "sha256-WyYBIiIQNDHydJqU3jWNItJU2/sYnRpGHCXE9Xhom5M="; + hash = "sha256-ZOYHhldTdV8DrOHoXS42NXB6JHBJMGRswgTczn1S6BE="; }; postPatch = '' [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A freerdp nix build failed. got build log for 'freerdp' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/0b0j59by8kk730nlyz4r5b28fp0q3qma-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase substituteStream(): WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'libfreerdp/crypto/test/CMakeLists.txt') substituteStream(): WARNING: pattern Test_x509_cert_info.c doesn't match anything in file 'libfreerdp/crypto/test/CMakeLists.txt' rm: cannot remove 'libfreerdp/crypto/test/Test_x509_cert_info.c': No such file or directory /nix/store/v099hqvw5z87423p4hz1vfhzaqa07dii-stdenv-linux/setup: line 131: pop_var_context: head of shell_variables not a function context [result] Failed to update freerdp 2.11.5 -> 3.4.0 https://github.com/FreeRDP/FreeRDP/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.azure-mgmt-containerregistry, using log file: /var/log/nixpkgs-update/python311Packages.azure-mgmt-containerregistry/2024-03-16.log python311Packages.azure-mgmt-containerregistry 0 -> 1 attrpath: python311Packages.azure-mgmt-containerregistry Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/b92lsqhjnlmpyl5qq3ijnqlbdv42ac9x-packages.json.drv building '/nix/store/b92lsqhjnlmpyl5qq3ijnqlbdv42ac9x-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-mgmt-containerregistry-10.3.0 Press Enter key to continue... Running update for: - python3.11-azure-mgmt-containerregistry-10.3.0: UPDATING ... - python3.11-azure-mgmt-containerregistry-10.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-mgmt-containerregistry 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.indexed-zstd, using log file: /var/log/nixpkgs-update/python311Packages.indexed-zstd/2024-03-16.log python311Packages.indexed-zstd 0 -> 1 attrpath: python311Packages.indexed-zstd Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/89nrwdk0syqjnf020ia985s7vsph6m2r-packages.json.drv building '/nix/store/89nrwdk0syqjnf020ia985s7vsph6m2r-packages.json.drv'... Going to be running update for following packages: - python3.11-indexed_zstd-1.6.0 Press Enter key to continue... Running update for: - python3.11-indexed_zstd-1.6.0: UPDATING ... - python3.11-indexed_zstd-1.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.indexed-zstd 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.molecule-plugins, using log file: /var/log/nixpkgs-update/python311Packages.molecule-plugins/2024-03-16.log python311Packages.molecule-plugins 0 -> 1 attrpath: python311Packages.molecule-plugins Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8slwzdh0rfmbha89rrbzgnzqwxi1jjnn-packages.json.drv building '/nix/store/8slwzdh0rfmbha89rrbzgnzqwxi1jjnn-packages.json.drv'... Going to be running update for following packages: - python3.11-molecule-plugins-23.5.3 Press Enter key to continue... Running update for: - python3.11-molecule-plugins-23.5.3: UPDATING ... - python3.11-molecule-plugins-23.5.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.molecule-plugins 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyduotecno, using log file: /var/log/nixpkgs-update/python311Packages.pyduotecno/2024-03-16.log python311Packages.pyduotecno 0 -> 1 attrpath: python311Packages.pyduotecno Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ksjgn1ya3xmy388hvqnq5jzmgdv7bs63-packages.json.drv building '/nix/store/ksjgn1ya3xmy388hvqnq5jzmgdv7bs63-packages.json.drv'... Going to be running update for following packages: - python3.11-pyduotecno-2024.1.2 Press Enter key to continue... Running update for: - python3.11-pyduotecno-2024.1.2: UPDATING ... - python3.11-pyduotecno-2024.1.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pyduotecno/default.nix b/pkgs/development/python-modules/pyduotecno/default.nix index d3fbc87e25d8..384dfca14116 100644 --- a/pkgs/development/python-modules/pyduotecno/default.nix +++ b/pkgs/development/python-modules/pyduotecno/default.nix @@ -8,7 +8,7 @@ buildPythonPackage rec { pname = "pyduotecno"; - version = "2024.1.2"; + version = "2024.3.0"; format = "pyproject"; disabled = pythonOlder "3.9"; @@ -17,7 +17,7 @@ buildPythonPackage rec { owner = "Cereal2nd"; repo = "pyDuotecno"; rev = "refs/tags/${version}"; - hash = "sha256-lwtCTzZJn3bamZWbJoeiyxnzrIRZAi9JPjVgiVR0LG8="; + hash = "sha256-a5uS1Th/ENXovAX2TaNPbHlpLWiaAG4B6Gd53ryiukE="; }; nativeBuildInputs = [ No auto update branch exists There might already be an open PR for this update: - python312Packages.pyduotecno: 2024.1.2 -> 2024.3.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/296131" [result] Failed to update python311Packages.pyduotecno 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.click-aliases, using log file: /var/log/nixpkgs-update/python311Packages.click-aliases/2024-03-16.log python311Packages.click-aliases 0 -> 1 attrpath: python311Packages.click-aliases Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pyx68hkhl68bxayqzyr66fzfqchsyrh3-packages.json.drv building '/nix/store/pyx68hkhl68bxayqzyr66fzfqchsyrh3-packages.json.drv'... Going to be running update for following packages: - python3.11-click-aliases-1.0.4 Press Enter key to continue... Running update for: - python3.11-click-aliases-1.0.4: UPDATING ... - python3.11-click-aliases-1.0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.click-aliases 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.fnvhash, using log file: /var/log/nixpkgs-update/python311Packages.fnvhash/2024-03-16.log python311Packages.fnvhash 0 -> 1 attrpath: python311Packages.fnvhash Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/n0qcw53xqxbb2mlsnzny0lmxm9s01wjc-packages.json.drv building '/nix/store/n0qcw53xqxbb2mlsnzny0lmxm9s01wjc-packages.json.drv'... Going to be running update for following packages: - python3.11-fnvhash-0.1.0 Press Enter key to continue... Running update for: - python3.11-fnvhash-0.1.0: UPDATING ... - python3.11-fnvhash-0.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.fnvhash 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyfakefs, using log file: /var/log/nixpkgs-update/python311Packages.pyfakefs/2024-03-16.log python311Packages.pyfakefs 0 -> 1 attrpath: python311Packages.pyfakefs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/z48924rhl7yzqrsshkhqq9yw9ps45sdp-packages.json.drv building '/nix/store/z48924rhl7yzqrsshkhqq9yw9ps45sdp-packages.json.drv'... Going to be running update for following packages: - python3.11-pyfakefs-5.3.2 Press Enter key to continue... Running update for: - python3.11-pyfakefs-5.3.2: UPDATING ... - python3.11-pyfakefs-5.3.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pyfakefs/default.nix b/pkgs/development/python-modules/pyfakefs/default.nix index fdd7982a7898..84e6e9c89f5d 100644 --- a/pkgs/development/python-modules/pyfakefs/default.nix +++ b/pkgs/development/python-modules/pyfakefs/default.nix @@ -13,14 +13,14 @@ buildPythonPackage rec { pname = "pyfakefs"; - version = "5.3.2"; + version = "5.3.5"; pyproject = true; disabled = pythonOlder "3.5"; src = fetchPypi { inherit pname version; - hash = "sha256-qDd2o8EEbU0QPy9TACmqbN/18Dht/9WcFe4WkmE1STw="; + hash = "sha256-fNxQCzWiFMt6YU4ZQFQ6zGZQ5pqUrHbjDzPJNzvZz5A="; }; postPatch = '' No auto update branch exists Old version 5.3.2" not present in staging derivation file with contents: { lib , stdenv , buildPythonPackage , fetchPypi , pythonOlder # build-system , setuptools # tests , pytestCheckHook , undefined }: buildPythonPackage rec { pname = "pyfakefs"; version = "5.3.5"; pyproject = true; disabled = pythonOlder "3.5"; src = fetchPypi { inherit pname version; hash = "sha256-fNxQCzWiFMt6YU4ZQFQ6zGZQ5pqUrHbjDzPJNzvZz5A="; }; postPatch = '' # test doesn't work in sandbox substituteInPlace pyfakefs/tests/fake_filesystem_test.py \ --replace "test_expand_root" "notest_expand_root" substituteInPlace pyfakefs/tests/fake_os_test.py \ --replace "test_path_links_not_resolved" "notest_path_links_not_resolved" \ --replace "test_append_mode_tell_linux_windows" "notest_append_mode_tell_linux_windows" '' + (lib.optionalString stdenv.isDarwin '' # this test fails on darwin due to case-insensitive file system substituteInPlace pyfakefs/tests/fake_os_test.py \ --replace "test_rename_dir_to_existing_dir" "notest_rename_dir_to_existing_dir" ''); nativeBuildInputs = [ setuptools ]; pythonImportsCheck = [ "pyfakefs" ]; nativeCheckInputs = [ pytestCheckHook undefined ]; meta = with lib; { description = "Fake file system that mocks the Python file system modules"; homepage = "http://pyfakefs.org/"; changelog = "https://github.com/jmcgeheeiv/pyfakefs/blob/v${version}/CHANGES.md"; license = licenses.asl20; maintainers = with maintainers; [ gebner ]; }; } [result] Failed to update python311Packages.pyfakefs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath just, using log file: /var/log/nixpkgs-update/just/2024-03-16.log just 0 -> 1 attrpath: just 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/aynjk8g1qf6yk48sjgyjzb05gg97pwdk-packages.json.drv building '/nix/store/aynjk8g1qf6yk48sjgyjzb05gg97pwdk-packages.json.drv'... Going to be running update for following packages: - just-1.25.2 Press Enter key to continue... Running update for: - just-1.25.2: UPDATING ... - just-1.25.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update just 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath calibre-web, using log file: /var/log/nixpkgs-update/calibre-web/2024-03-16.log calibre-web 0 -> 1 attrpath: calibre-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/q820ndhn914s38x55dphcyf5g5mb77sk-packages.json.drv building '/nix/store/q820ndhn914s38x55dphcyf5g5mb77sk-packages.json.drv'... Going to be running update for following packages: - calibre-web-0.6.21 Press Enter key to continue... Running update for: - calibre-web-0.6.21: UPDATING ... - calibre-web-0.6.21: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update calibre-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.boiboite-opener-framework, using log file: /var/log/nixpkgs-update/python311Packages.boiboite-opener-framework/2024-03-16.log python311Packages.boiboite-opener-framework 0 -> 1 attrpath: python311Packages.boiboite-opener-framework Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lqs41i95fw7lzwlhv0ay5cg2392ahzcd-packages.json.drv building '/nix/store/lqs41i95fw7lzwlhv0ay5cg2392ahzcd-packages.json.drv'... Going to be running update for following packages: - python3.11-boiboite-opener-framework-1.2.1 Press Enter key to continue... Running update for: - python3.11-boiboite-opener-framework-1.2.1: UPDATING ... - python3.11-boiboite-opener-framework-1.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.boiboite-opener-framework 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.html5tagger, using log file: /var/log/nixpkgs-update/python311Packages.html5tagger/2024-03-16.log python311Packages.html5tagger 0 -> 1 attrpath: python311Packages.html5tagger Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jzcjav5d3vaccrvl1vwzgcs3rx9lkqg7-packages.json.drv building '/nix/store/jzcjav5d3vaccrvl1vwzgcs3rx9lkqg7-packages.json.drv'... Going to be running update for following packages: - python3.11-html5tagger-1.3.0 Press Enter key to continue... Running update for: - python3.11-html5tagger-1.3.0: UPDATING ... - python3.11-html5tagger-1.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.html5tagger 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cssselect2, using log file: /var/log/nixpkgs-update/python311Packages.cssselect2/2024-03-16.log python311Packages.cssselect2 0 -> 1 attrpath: python311Packages.cssselect2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bdphx7ngnb1rl3xbm8wlld5dw9rzlclh-packages.json.drv building '/nix/store/bdphx7ngnb1rl3xbm8wlld5dw9rzlclh-packages.json.drv'... Going to be running update for following packages: - python3.11-cssselect2-0.7.0 Press Enter key to continue... Running update for: - python3.11-cssselect2-0.7.0: UPDATING ... - python3.11-cssselect2-0.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cssselect2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath asusctl, using log file: /var/log/nixpkgs-update/asusctl/2024-03-16.log asusctl 5.0.7 -> 5.0.10 https://repology.org/project/asusctl/versions attrpath: asusctl Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.ARPALData, using log file: /var/log/nixpkgs-update/rPackages.ARPALData/2024-03-16.log rPackages.ARPALData 1.5.0 -> 1.5.1 https://repology.org/project/r:arpaldata/versions attrpath: rPackages.ARPALData 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.ARPALData 1.5.0 -> 1.5.1 https://repology.org/project/r:arpaldata/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.rtweet, using log file: /var/log/nixpkgs-update/rPackages.rtweet/2024-03-16.log rPackages.rtweet 1.2.1 -> 2.0.0 https://repology.org/project/r:rtweet/versions attrpath: rPackages.rtweet 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.rtweet 1.2.1 -> 2.0.0 https://repology.org/project/r:rtweet/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.blastula, using log file: /var/log/nixpkgs-update/rPackages.blastula/2024-03-16.log rPackages.blastula 0.3.4 -> 0.3.5 https://repology.org/project/r:blastula/versions attrpath: rPackages.blastula 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.blastula 0.3.4 -> 0.3.5 https://repology.org/project/r:blastula/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.logr, using log file: /var/log/nixpkgs-update/rPackages.logr/2024-03-16.log rPackages.logr 1.3.5 -> 1.3.6 https://repology.org/project/r:logr/versions attrpath: rPackages.logr Checking auto update branch... No auto update branch exists Old version 1.3.5" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.logr 1.3.5 -> 1.3.6 https://repology.org/project/r:logr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.DMCfun, using log file: /var/log/nixpkgs-update/rPackages.DMCfun/2024-03-16.log rPackages.DMCfun 2.0.2 -> 3.5.4 https://repology.org/project/r:dmcfun/versions attrpath: rPackages.DMCfun Checking auto update branch... No auto update branch exists Old version 2.0.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.DMCfun 2.0.2 -> 3.5.4 https://repology.org/project/r:dmcfun/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.angrcli, using log file: /var/log/nixpkgs-update/python311Packages.angrcli/2024-03-16.log python311Packages.angrcli 0 -> 1 attrpath: python311Packages.angrcli Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/f1xgqis5r5xmg3k0bg1w7ywqyw8h42cn-packages.json.drv building '/nix/store/f1xgqis5r5xmg3k0bg1w7ywqyw8h42cn-packages.json.drv'... Going to be running update for following packages: - python3.11-angrcli-1.2.0 Press Enter key to continue... Running update for: - python3.11-angrcli-1.2.0: UPDATING ... - python3.11-angrcli-1.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.angrcli 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.auth0-python, using log file: /var/log/nixpkgs-update/python311Packages.auth0-python/2024-03-16.log python311Packages.auth0-python 0 -> 1 attrpath: python311Packages.auth0-python Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/slwlhlxrdibc52r697rn60vfy6g398kb-packages.json.drv building '/nix/store/slwlhlxrdibc52r697rn60vfy6g398kb-packages.json.drv'... Going to be running update for following packages: - python3.11-auth0-python-4.7.0 Press Enter key to continue... Running update for: - python3.11-auth0-python-4.7.0: UPDATING ... - python3.11-auth0-python-4.7.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/auth0-python/default.nix b/pkgs/development/python-modules/auth0-python/default.nix index 7f0540b6d096..217f76a1f49c 100644 --- a/pkgs/development/python-modules/auth0-python/default.nix +++ b/pkgs/development/python-modules/auth0-python/default.nix @@ -18,7 +18,7 @@ buildPythonPackage rec { pname = "auth0-python"; - version = "4.7.0"; + version = "4.7.1"; pyproject = true; disabled = pythonOlder "3.8"; @@ -27,7 +27,7 @@ buildPythonPackage rec { owner = "auth0"; repo = "auth0-python"; rev = "refs/tags/${version}"; - hash = "sha256-Z89T0HXB66MZTYNKSK8fHunUBFuI1wT5jcy+P3+9tIk="; + hash = "sha256-udtrvAr8wfg1DbNbBEjA/tlrYhIiXtTFqi4bZCuKI0Q="; }; nativeBuildInputs = [ No auto update branch exists Old version 4.7.0" not present in staging derivation file with contents: { lib , aiohttp , aioresponses , buildPythonPackage , callee , cryptography , fetchFromGitHub , mock , poetry-core , poetry-dynamic-versioning , pyjwt , pyopenssl , pytestCheckHook , pythonOlder , requests , urllib3 }: buildPythonPackage rec { pname = "auth0-python"; version = "4.7.1"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "auth0"; repo = "auth0-python"; rev = "refs/tags/${version}"; hash = "sha256-udtrvAr8wfg1DbNbBEjA/tlrYhIiXtTFqi4bZCuKI0Q="; }; nativeBuildInputs = [ poetry-core poetry-dynamic-versioning ]; propagatedBuildInputs = [ aiohttp cryptography pyjwt pyopenssl requests urllib3 ] ++ pyjwt.optional-dependencies.crypto; nativeCheckInputs = [ aiohttp aioresponses callee mock pytestCheckHook ]; disabledTests = [ # Tries to ping websites (e.g. google.com) "can_timeout" "test_options_are_created_by_default" "test_options_are_used_and_override" ]; pythonImportsCheck = [ "auth0" ]; meta = with lib; { description = "Auth0 Python SDK"; homepage = "https://github.com/auth0/auth0-python"; changelog = "https://github.com/auth0/auth0-python/blob/${version}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ ]; }; } [result] Failed to update python311Packages.auth0-python 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.jsonpointer, using log file: /var/log/nixpkgs-update/python311Packages.jsonpointer/2024-03-16.log python311Packages.jsonpointer 0 -> 1 attrpath: python311Packages.jsonpointer Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/c1mny9b4ypa4a5wvd1jj1kyd66fai4gc-packages.json.drv building '/nix/store/c1mny9b4ypa4a5wvd1jj1kyd66fai4gc-packages.json.drv'... Going to be running update for following packages: - python3.11-jsonpointer-2.4 Press Enter key to continue... Running update for: - python3.11-jsonpointer-2.4: UPDATING ... - python3.11-jsonpointer-2.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.jsonpointer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.colorcet, using log file: /var/log/nixpkgs-update/python311Packages.colorcet/2024-03-16.log python311Packages.colorcet 0 -> 1 attrpath: python311Packages.colorcet Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bgcbsw5y61y760nkyhpk9xkdzlbg53n7-packages.json.drv building '/nix/store/bgcbsw5y61y760nkyhpk9xkdzlbg53n7-packages.json.drv'... Going to be running update for following packages: - python3.11-colorcet-3.0.1 Press Enter key to continue... Running update for: - python3.11-colorcet-3.0.1: UPDATING ... - python3.11-colorcet-3.0.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/colorcet/default.nix b/pkgs/development/python-modules/colorcet/default.nix index efee49934d87..483d057e1db0 100644 --- a/pkgs/development/python-modules/colorcet/default.nix +++ b/pkgs/development/python-modules/colorcet/default.nix @@ -9,12 +9,12 @@ buildPythonPackage rec { pname = "colorcet"; - version = "3.0.1"; + version = "3.1.0"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-UUVaIDU9EvrJH5U3cthAnyR05qDbGvP6T3AF9AWiSAs="; + hash = "sha256-KSGzzYGiKIqvLWPbwM48JtzYgujDicxQXWiGv3qppOs="; }; propagatedBuildInputs = [ No auto update branch exists Old version 3.0.1" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , param , pyct , pytest-mpl , pytestCheckHook }: buildPythonPackage rec { pname = "colorcet"; version = "3.1.0"; format = "setuptools"; src = fetchPypi { inherit pname version; hash = "sha256-KSGzzYGiKIqvLWPbwM48JtzYgujDicxQXWiGv3qppOs="; }; propagatedBuildInputs = [ param pyct ]; nativeCheckInputs = [ pytest-mpl pytestCheckHook ]; preCheck = '' export HOME=$(mktemp -d) mkdir -p $HOME/.config/matplotlib echo "backend: ps" > $HOME/.config/matplotlib/matplotlibrc ln -s $HOME/.config/matplotlib $HOME/.matplotlib ''; disabledTests = [ "matplotlib_default_colormap_plot" ]; pythonImportsCheck = [ "colorcet" ]; meta = with lib; { description = "Collection of perceptually uniform colormaps"; homepage = "https://colorcet.pyviz.org"; license = licenses.cc-by-40; maintainers = with maintainers; [ ]; }; } [result] Failed to update python311Packages.colorcet 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath zeronet, using log file: /var/log/nixpkgs-update/zeronet/2024-03-16.log zeronet 0 -> 1 attrpath: zeronet Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/574br8f9fh6kli4hljs7k9d9y1amrmby-packages.json.drv building '/nix/store/574br8f9fh6kli4hljs7k9d9y1amrmby-packages.json.drv'... Going to be running update for following packages: - zeronet-0.7.1 Press Enter key to continue... Running update for: - zeronet-0.7.1: UPDATING ... - zeronet-0.7.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update zeronet 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sphinxcontrib-plantuml, using log file: /var/log/nixpkgs-update/python311Packages.sphinxcontrib-plantuml/2024-03-16.log python311Packages.sphinxcontrib-plantuml 0 -> 1 attrpath: python311Packages.sphinxcontrib-plantuml Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/f8rq2h7qrnk094rx5rqwmia91y2qc5rw-packages.json.drv building '/nix/store/f8rq2h7qrnk094rx5rqwmia91y2qc5rw-packages.json.drv'... Going to be running update for following packages: - python3.11-sphinxcontrib-plantuml-0.29 Press Enter key to continue... Running update for: - python3.11-sphinxcontrib-plantuml-0.29: UPDATING ... - python3.11-sphinxcontrib-plantuml-0.29: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sphinxcontrib-plantuml 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pysnmplib, using log file: /var/log/nixpkgs-update/python311Packages.pysnmplib/2024-03-16.log python311Packages.pysnmplib 0 -> 1 attrpath: python311Packages.pysnmplib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xdzmn5yyx9p08pa32vr640fcip97vvcf-packages.json.drv building '/nix/store/xdzmn5yyx9p08pa32vr640fcip97vvcf-packages.json.drv'... Going to be running update for following packages: - python3.11-pysnmplib-5.0.24 Press Enter key to continue... Running update for: - python3.11-pysnmplib-5.0.24: UPDATING ... - python3.11-pysnmplib-5.0.24: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pysnmplib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.h11, using log file: /var/log/nixpkgs-update/python311Packages.h11/2024-03-16.log python311Packages.h11 0 -> 1 attrpath: python311Packages.h11 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3zn3alj21lkzagg68j278nr8qg8g651i-packages.json.drv building '/nix/store/3zn3alj21lkzagg68j278nr8qg8g651i-packages.json.drv'... Going to be running update for following packages: - python3.11-h11-0.14.0 Press Enter key to continue... Running update for: - python3.11-h11-0.14.0: UPDATING ... - python3.11-h11-0.14.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.h11 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.asn1crypto, using log file: /var/log/nixpkgs-update/python311Packages.asn1crypto/2024-03-16.log python311Packages.asn1crypto 0 -> 1 attrpath: python311Packages.asn1crypto 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/mynix71akj7kwvdjffzf4ghizmwk5hl7-packages.json.drv building '/nix/store/mynix71akj7kwvdjffzf4ghizmwk5hl7-packages.json.drv'... Going to be running update for following packages: - python3.11-asn1crypto-1.5.1 Press Enter key to continue... Running update for: - python3.11-asn1crypto-1.5.1: UPDATING ... - python3.11-asn1crypto-1.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.asn1crypto 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.quantulum3, using log file: /var/log/nixpkgs-update/python311Packages.quantulum3/2024-03-16.log python311Packages.quantulum3 0 -> 1 attrpath: python311Packages.quantulum3 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/b7dawxiawxyvp2z00n38ggw28dmal4z6-packages.json.drv building '/nix/store/b7dawxiawxyvp2z00n38ggw28dmal4z6-packages.json.drv'... Going to be running update for following packages: - python3.11-quantulum3-0.9.0 Press Enter key to continue... Running update for: - python3.11-quantulum3-0.9.0: UPDATING ... - python3.11-quantulum3-0.9.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.quantulum3 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pomegranate, using log file: /var/log/nixpkgs-update/python311Packages.pomegranate/2024-03-16.log python311Packages.pomegranate 0 -> 1 attrpath: python311Packages.pomegranate Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0m84gs8n8gmc3px8vii64rh98cal0vza-packages.json.drv building '/nix/store/0m84gs8n8gmc3px8vii64rh98cal0vza-packages.json.drv'... Going to be running update for following packages: - python3.11-pomegranate-0.14.8 Press Enter key to continue... Running update for: - python3.11-pomegranate-0.14.8: UPDATING ... - python3.11-pomegranate-0.14.8: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pomegranate/default.nix b/pkgs/development/python-modules/pomegranate/default.nix index 0c07483b0711..077c3cb58b71 100644 --- a/pkgs/development/python-modules/pomegranate/default.nix +++ b/pkgs/development/python-modules/pomegranate/default.nix @@ -16,7 +16,7 @@ buildPythonPackage rec { pname = "pomegranate"; - version = "0.14.8"; + version = "1.0.0"; pyproject = true; src = fetchFromGitHub { @@ -24,7 +24,7 @@ buildPythonPackage rec { owner = "jmschrei"; # no tags for recent versions: https://github.com/jmschrei/pomegranate/issues/974 rev = "refs/tags/v${version}"; - hash = "sha256-PoDAtNm/snq4isotkoCTVYUuwr9AKKwiXIojUFMH/YE="; + hash = "sha256-EnxKlRRfsOIDLAhYOq7bUSbI/NvPoSyYCZ9D5VCXFGQ="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.pomegranate nix build failed. adding 'pomegranate/distributions/dirac_delta.py' adding 'pomegranate/distributions/exponential.py' adding 'pomegranate/distributions/gamma.py' adding 'pomegranate/distributions/independent_components.py' adding 'pomegranate/distributions/joint_categorical.py' adding 'pomegranate/distributions/normal.py' adding 'pomegranate/distributions/poisson.py' adding 'pomegranate/distributions/student_t.py' adding 'pomegranate/distributions/uniform.py' adding 'pomegranate/distributions/zero_inflated.py' adding 'pomegranate/hmm/__init__.py' adding 'pomegranate/hmm/_base.py' adding 'pomegranate/hmm/dense_hmm.py' adding 'pomegranate/hmm/sparse_hmm.py' adding 'pomegranate-1.0.0.dist-info/LICENSE' adding 'pomegranate-1.0.0.dist-info/METADATA' adding 'pomegranate-1.0.0.dist-info/WHEEL' adding 'pomegranate-1.0.0.dist-info/top_level.txt' adding 'pomegranate-1.0.0.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Successfully built pomegranate-1.0.0-py3-none-any.whl Finished creating a wheel... Finished executing pypaBuildPhase @nix { "action": "setPhase", "phase": "pythonRuntimeDepsCheckHook" } Running phase: pythonRuntimeDepsCheckHook Executing pythonRuntimeDepsCheck Checking runtime dependencies for pomegranate-1.0.0-py3-none-any.whl - scikit-learn not installed - torch not installed - apricot-select not installed [result] Failed to update python311Packages.pomegranate 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.matrix-api-async, using log file: /var/log/nixpkgs-update/python311Packages.matrix-api-async/2024-03-16.log python311Packages.matrix-api-async 0 -> 1 attrpath: python311Packages.matrix-api-async Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3z9iqw5hh4zg3kq1z5iy1f2ryfkbpm09-packages.json.drv building '/nix/store/3z9iqw5hh4zg3kq1z5iy1f2ryfkbpm09-packages.json.drv'... Going to be running update for following packages: - python3.11-matrix_api_async-0.1.0 Press Enter key to continue... Running update for: - python3.11-matrix_api_async-0.1.0: UPDATING ... - python3.11-matrix_api_async-0.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.matrix-api-async 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath telepresence, using log file: /var/log/nixpkgs-update/telepresence/2024-03-16.log telepresence 0 -> 1 attrpath: telepresence Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fsayzyh6km71iihp4kr1sx92m7pbcv65-packages.json.drv building '/nix/store/fsayzyh6km71iihp4kr1sx92m7pbcv65-packages.json.drv'... Going to be running update for following packages: - python3.11-telepresence-0.109 Press Enter key to continue... Running update for: - python3.11-telepresence-0.109: UPDATING ... - python3.11-telepresence-0.109: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/networking/telepresence/default.nix b/pkgs/tools/networking/telepresence/default.nix index 4866cfea41ee..7c355b50d524 100644 --- a/pkgs/tools/networking/telepresence/default.nix +++ b/pkgs/tools/networking/telepresence/default.nix @@ -8,13 +8,13 @@ let }); in pythonPackages.buildPythonPackage rec { pname = "telepresence"; - version = "0.109"; + version = "2.18.0"; src = fetchFromGitHub { owner = "telepresenceio"; repo = "telepresence"; - rev = version; - sha256 = "1ccc8bzcdxp6rh6llk7grcnmyc05fq7dz5w0mifdzjv3a473hsky"; + rev = "refs/tags/v${version}"; + sha256 = "sha256-zk6HyZfYeJecJgdMU3qnXIKDYuvnu5yjSZtVvKem4uI="; }; nativeBuildInputs = [ makeWrapper ]; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A telepresence nix build failed. Sourcing pypa-install-hook Using pypaInstallPhase Sourcing python-imports-check-hook.sh Using pythonImportsCheckPhase Sourcing python-namespaces-hook Sourcing python-catch-conflicts-hook.sh @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/nlmgpb1hv8pnjf10ppn39rc9anib1w49-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/tools/src/test-report/reporter.go @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase Executing setuptoolsBuildPhase Traceback (most recent call last): File "/build/source/nix_run_setup", line 8, in exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec')) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/lib/python3.11/tokenize.py", line 396, in open buffer = _builtin_open(filename, 'rb') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: 'setup.py' /nix/store/v099hqvw5z87423p4hz1vfhzaqa07dii-stdenv-linux/setup: line 1578: pop_var_context: head of shell_variables not a function context [result] Failed to update telepresence 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath terraform-providers.cloudfoundry, using log file: /var/log/nixpkgs-update/terraform-providers.cloudfoundry/2024-03-16.log terraform-providers.cloudfoundry 0 -> 1 attrpath: terraform-providers.cloudfoundry Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.cloudfoundry 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.granite7, using log file: /var/log/nixpkgs-update/pantheon.granite7/2024-03-16.log pantheon.granite7 0 -> 1 attrpath: pantheon.granite7 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/q6xaa6gpiiwpdg8jmvr6j5qr4vp5vvrr-packages.json.drv building '/nix/store/q6xaa6gpiiwpdg8jmvr6j5qr4vp5vvrr-packages.json.drv'... Going to be running update for following packages: - granite-7.4.0 Press Enter key to continue... Running update for: - granite-7.4.0: UPDATING ... - granite-7.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.granite7 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pyznap, using log file: /var/log/nixpkgs-update/pyznap/2024-03-16.log pyznap 0 -> 1 attrpath: pyznap Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6rqljaxgi4fm8sx5m73mfk4i4l2z0bx1-packages.json.drv building '/nix/store/6rqljaxgi4fm8sx5m73mfk4i4l2z0bx1-packages.json.drv'... Going to be running update for following packages: - pyznap-1.6.0 Press Enter key to continue... Running update for: - pyznap-1.6.0: UPDATING ... - pyznap-1.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pyznap 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sphinx-jupyterbook-latex, using log file: /var/log/nixpkgs-update/python311Packages.sphinx-jupyterbook-latex/2024-03-16.log python311Packages.sphinx-jupyterbook-latex 0 -> 1 attrpath: python311Packages.sphinx-jupyterbook-latex Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] cannot link '/nix/store/.links/1qvc9isy8h7yjvrchd4kwz10a62xz7pxai6c3s18i3cqswdmdjq1' to '/nix/store/v2aq6ldw4l4p47sj2gyrkzy9hyy7a6hr-packages.json.drv': No space left on device this derivation will be built: /nix/store/v2aq6ldw4l4p47sj2gyrkzy9hyy7a6hr-packages.json.drv building '/nix/store/v2aq6ldw4l4p47sj2gyrkzy9hyy7a6hr-packages.json.drv'... Going to be running update for following packages: - python3.11-sphinx-jupyterbook-latex-1.0.0 Press Enter key to continue... Running update for: - python3.11-sphinx-jupyterbook-latex-1.0.0: UPDATING ... - python3.11-sphinx-jupyterbook-latex-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sphinx-jupyterbook-latex 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.ga, using log file: /var/log/nixpkgs-update/octavePackages.ga/2024-03-16.log octavePackages.ga 0 -> 1 attrpath: octavePackages.ga Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/71klw7kywck3mbm6l7i8215414j53zdl-packages.json.drv building '/nix/store/71klw7kywck3mbm6l7i8215414j53zdl-packages.json.drv'... Going to be running update for following packages: - octave-8.4.0-ga-0.10.3 Press Enter key to continue... Running update for: - octave-8.4.0-ga-0.10.3: UPDATING ... - octave-8.4.0-ga-0.10.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update octavePackages.ga 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ovoenergy, using log file: /var/log/nixpkgs-update/python311Packages.ovoenergy/2024-03-16.log python311Packages.ovoenergy 0 -> 1 attrpath: python311Packages.ovoenergy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/r8f3g8kp4a9rqv9y1s5i1pahkpp34yzh-packages.json.drv building '/nix/store/r8f3g8kp4a9rqv9y1s5i1pahkpp34yzh-packages.json.drv'... Going to be running update for following packages: - python3.11-ovoenergy-1.3.1 Press Enter key to continue... Running update for: - python3.11-ovoenergy-1.3.1: UPDATING ... - python3.11-ovoenergy-1.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ovoenergy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath chirp, using log file: /var/log/nixpkgs-update/chirp/2024-03-16.log chirp 0 -> 1 attrpath: chirp Checking auto update branch... [version] [version] skipping because derivation has 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/0c8xmaa8wb9xcx9yx16wk40gfncswj77-packages.json.drv building '/nix/store/0c8xmaa8wb9xcx9yx16wk40gfncswj77-packages.json.drv'... Going to be running update for following packages: - chirp-unstable-2024-02-08 Press Enter key to continue... Running update for: - chirp-unstable-2024-02-08: UPDATING ... - chirp-unstable-2024-02-08: ERROR --- SHOWING ERROR LOG FOR chirp-unstable-2024-02-08 ---------------------- + url= + branch= + use_stable_version= + tag_prefix= + shallow_clone= + (( 3 > 0 )) + flag=--url= + shift 1 + case "$flag" in + url= + (( 2 > 0 )) + flag=--branch=py3 + shift 1 + case "$flag" in + branch=py3 + (( 1 > 0 )) + flag=--shallow-clone + shift 1 + case "$flag" in + shallow_clone=1 + (( 0 > 0 )) + [[ -z '' ]] ++ /nix/store/cs41wvvf98zsgw7vbpfabj5f8d2y0ihz-nix-2.18.2/bin/nix-instantiate --eval -E 'with import ./. {}; chirp.src.gitRepoUrl' ++ tr -d '"' + url=https://github.com/kk7ds/chirp.git ++ /nix/store/mb488rr560vq1xnl10hinnyfflcrd51n-coreutils-9.4/bin/mktemp -d + tmpdir=/run/nixpkgs-update-worker/tmp.V1ilXA8shG + cloneArgs=(--bare) + [[ 1 == \1 ]] + cloneArgs+=(--depth=1) + [[ -n py3 ]] + cloneArgs+=(--branch="$branch") + /nix/store/fmx804pc0bs1966xq5bb67kark2mww9r-git-2.43.2/bin/git clone --bare --depth=1 --branch=py3 https://github.com/kk7ds/chirp.git /run/nixpkgs-update-worker/tmp.V1ilXA8shG Cloning into bare repository '/run/nixpkgs-update-worker/tmp.V1ilXA8shG'... warning: Could not find remote branch py3 to clone. fatal: Remote branch py3 not found in upstream origin --- SHOWING ERROR LOG FOR chirp-unstable-2024-02-08 ---------------------- The update script for chirp-unstable-2024-02-08 failed with exit code 128 [result] Failed to update chirp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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, using log file: /var/log/nixpkgs-update/python311Packages.qtile/2024-03-16.log python311Packages.qtile 0 -> 1 attrpath: python311Packages.qtile Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9nav96zx5857ywr88n4p8a3db4bzjzw2-packages.json.drv building '/nix/store/9nav96zx5857ywr88n4p8a3db4bzjzw2-packages.json.drv'... Going to be running update for following packages: - python3.11-qtile-0.24.0 Press Enter key to continue... Running update for: - python3.11-qtile-0.24.0: UPDATING ... - python3.11-qtile-0.24.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.qtile 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pydash, using log file: /var/log/nixpkgs-update/python311Packages.pydash/2024-03-16.log python311Packages.pydash 0 -> 1 attrpath: python311Packages.pydash Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/85j9m9ghdin237r0zwglshw0r0n8y0nb-packages.json.drv building '/nix/store/85j9m9ghdin237r0zwglshw0r0n8y0nb-packages.json.drv'... Going to be running update for following packages: - python3.11-pydash-7.0.6 Press Enter key to continue... Running update for: - python3.11-pydash-7.0.6: UPDATING ... - python3.11-pydash-7.0.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pydash 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.google-cloud-bigquery-storage, using log file: /var/log/nixpkgs-update/python311Packages.google-cloud-bigquery-storage/2024-03-16.log python311Packages.google-cloud-bigquery-storage 0 -> 1 attrpath: python311Packages.google-cloud-bigquery-storage Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/123wr26p6njdp27cbnsh1q9q4m4dncq7-packages.json.drv building '/nix/store/123wr26p6njdp27cbnsh1q9q4m4dncq7-packages.json.drv'... Going to be running update for following packages: - python3.11-google-cloud-bigquery-storage-2.24.0 Press Enter key to continue... Running update for: - python3.11-google-cloud-bigquery-storage-2.24.0: UPDATING ... - python3.11-google-cloud-bigquery-storage-2.24.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.google-cloud-bigquery-storage 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.imagesize, using log file: /var/log/nixpkgs-update/python311Packages.imagesize/2024-03-16.log python311Packages.imagesize 0 -> 1 attrpath: python311Packages.imagesize Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/456xakw04m4x9rx02mi2c1pmmpram6xn-packages.json.drv building '/nix/store/456xakw04m4x9rx02mi2c1pmmpram6xn-packages.json.drv'... Going to be running update for following packages: - python3.11-imagesize-1.4.1 Press Enter key to continue... Running update for: - python3.11-imagesize-1.4.1: UPDATING ... - python3.11-imagesize-1.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.imagesize 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.nethsm, using log file: /var/log/nixpkgs-update/python311Packages.nethsm/2024-03-16.log python311Packages.nethsm 0 -> 1 attrpath: python311Packages.nethsm Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/b3xx6z3sq79vwc8mid9a8hzl6wqxp4kc-packages.json.drv building '/nix/store/b3xx6z3sq79vwc8mid9a8hzl6wqxp4kc-packages.json.drv'... Going to be running update for following packages: - python3.11-nethsm-1.0.0 Press Enter key to continue... Running update for: - python3.11-nethsm-1.0.0: UPDATING ... - python3.11-nethsm-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.nethsm 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.callee, using log file: /var/log/nixpkgs-update/python311Packages.callee/2024-03-16.log python311Packages.callee 0 -> 1 attrpath: python311Packages.callee Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/d6pddzc0paq82n2gwi8z84d30s2zq61d-packages.json.drv building '/nix/store/d6pddzc0paq82n2gwi8z84d30s2zq61d-packages.json.drv'... Going to be running update for following packages: - python3.11-callee-0.3.1 Press Enter key to continue... Running update for: - python3.11-callee-0.3.1: UPDATING ... - python3.11-callee-0.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.callee 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath wingpanel-indicator-ayatana, using log file: /var/log/nixpkgs-update/wingpanel-indicator-ayatana/2024-03-16.log wingpanel-indicator-ayatana 0 -> 1 attrpath: wingpanel-indicator-ayatana Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pvdq0wssrww1463rp65wbrkhkig6yvyc-packages.json.drv building '/nix/store/pvdq0wssrww1463rp65wbrkhkig6yvyc-packages.json.drv'... Going to be running update for following packages: - wingpanel-indicator-ayatana-unstable-2023-04-18 Press Enter key to continue... Running update for: - wingpanel-indicator-ayatana-unstable-2023-04-18: UPDATING ... - wingpanel-indicator-ayatana-unstable-2023-04-18: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update wingpanel-indicator-ayatana 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pydanfossair, using log file: /var/log/nixpkgs-update/python311Packages.pydanfossair/2024-03-16.log python311Packages.pydanfossair 0 -> 1 attrpath: python311Packages.pydanfossair Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/x7n5h35kljnr0bgh66qw4rmiixd84ga3-packages.json.drv building '/nix/store/x7n5h35kljnr0bgh66qw4rmiixd84ga3-packages.json.drv'... Going to be running update for following packages: - python3.11-pydanfossair-0.2.0 Press Enter key to continue... Running update for: - python3.11-pydanfossair-0.2.0: UPDATING ... - python3.11-pydanfossair-0.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pydanfossair 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tahoe-lafs, using log file: /var/log/nixpkgs-update/tahoe-lafs/2024-03-16.log tahoe-lafs 0 -> 1 attrpath: tahoe-lafs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] cannot link '/nix/store/.links/0dr96d1hjry2s3nbaq8dm87gixkxhn5pb66c93rxmbk1cxqj02kc' to '/nix/store/0szkbszfi9gn8hq8y5085h1ykg4p0w2j-packages.json.drv': No space left on device this derivation will be built: /nix/store/0szkbszfi9gn8hq8y5085h1ykg4p0w2j-packages.json.drv building '/nix/store/0szkbszfi9gn8hq8y5085h1ykg4p0w2j-packages.json.drv'... Going to be running update for following packages: - tahoe-lafs-unstable-2021-07-09 Press Enter key to continue... Running update for: - tahoe-lafs-unstable-2021-07-09: UPDATING ... - tahoe-lafs-unstable-2021-07-09: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update tahoe-lafs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sendgrid, using log file: /var/log/nixpkgs-update/python311Packages.sendgrid/2024-03-16.log python311Packages.sendgrid 0 -> 1 attrpath: python311Packages.sendgrid Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2bqsika35p4ahv7jdgfgp6zk9y21sj3k-packages.json.drv building '/nix/store/2bqsika35p4ahv7jdgfgp6zk9y21sj3k-packages.json.drv'... Going to be running update for following packages: - python3.11-sendgrid-6.11.0 Press Enter key to continue... Running update for: - python3.11-sendgrid-6.11.0: UPDATING ... - python3.11-sendgrid-6.11.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sendgrid 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.msg-parser, using log file: /var/log/nixpkgs-update/python311Packages.msg-parser/2024-03-16.log python311Packages.msg-parser 0 -> 1 attrpath: python311Packages.msg-parser Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fn03bcnjqgs0hfhi03dq6y4k15z0778v-packages.json.drv building '/nix/store/fn03bcnjqgs0hfhi03dq6y4k15z0778v-packages.json.drv'... Going to be running update for following packages: - python3.11-msg-parser-1.2.0 Press Enter key to continue... Running update for: - python3.11-msg-parser-1.2.0: UPDATING ... - python3.11-msg-parser-1.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.msg-parser 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath codespell, using log file: /var/log/nixpkgs-update/codespell/2024-03-16.log codespell 0 -> 1 attrpath: codespell Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qkh72s87lrrhaljvxwm97bvlclxckg9m-packages.json.drv building '/nix/store/qkh72s87lrrhaljvxwm97bvlclxckg9m-packages.json.drv'... Going to be running update for following packages: - codespell-2.2.6 Press Enter key to continue... Running update for: - codespell-2.2.6: UPDATING ... - codespell-2.2.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update codespell 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pymeteoclimatic, using log file: /var/log/nixpkgs-update/python311Packages.pymeteoclimatic/2024-03-16.log python311Packages.pymeteoclimatic 0 -> 1 attrpath: python311Packages.pymeteoclimatic Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/a849fqy9yhv3rb1n3r9g5cb3mx8hlk6m-packages.json.drv building '/nix/store/a849fqy9yhv3rb1n3r9g5cb3mx8hlk6m-packages.json.drv'... Going to be running update for following packages: - python3.11-pymeteoclimatic-0.1.0 Press Enter key to continue... Running update for: - python3.11-pymeteoclimatic-0.1.0: UPDATING ... - python3.11-pymeteoclimatic-0.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pymeteoclimatic 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath yelp-tools, using log file: /var/log/nixpkgs-update/yelp-tools/2024-03-16.log yelp-tools 0 -> 1 attrpath: yelp-tools Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update yelp-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 pwncat, using log file: /var/log/nixpkgs-update/pwncat/2024-03-16.log pwncat 0 -> 1 attrpath: pwncat Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/y2w1rvjzanw0fqjx5cwgfppc7yr878rq-packages.json.drv building '/nix/store/y2w1rvjzanw0fqjx5cwgfppc7yr878rq-packages.json.drv'... Going to be running update for following packages: - pwncat-0.1.2 Press Enter key to continue... Running update for: - pwncat-0.1.2: UPDATING ... - pwncat-0.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pwncat 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.azure-mgmt-iothubprovisioningservices, using log file: /var/log/nixpkgs-update/python311Packages.azure-mgmt-iothubprovisioningservices/2024-03-16.log python311Packages.azure-mgmt-iothubprovisioningservices 0 -> 1 attrpath: python311Packages.azure-mgmt-iothubprovisioningservices Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rf6nmnqj6jqkr8syz7k99035w4jcpxv7-packages.json.drv building '/nix/store/rf6nmnqj6jqkr8syz7k99035w4jcpxv7-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-mgmt-iothubprovisioningservices-1.1.0 Press Enter key to continue... Running update for: - python3.11-azure-mgmt-iothubprovisioningservices-1.1.0: UPDATING ... - python3.11-azure-mgmt-iothubprovisioningservices-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-mgmt-iothubprovisioningservices 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath timoni, using log file: /var/log/nixpkgs-update/timoni/2024-03-16.log timoni 0 -> 1 attrpath: timoni 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/kjagnpm550d264ad7g2mm25amsp1hqpa-packages.json.drv building '/nix/store/kjagnpm550d264ad7g2mm25amsp1hqpa-packages.json.drv'... Going to be running update for following packages: - timoni-0.20.0 Press Enter key to continue... Running update for: - timoni-0.20.0: UPDATING ... - timoni-0.20.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update timoni 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath fastlane, using log file: /var/log/nixpkgs-update/fastlane/2024-03-16.log fastlane 0 -> 1 attrpath: fastlane 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 fastlane 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath marksman, using log file: /var/log/nixpkgs-update/marksman/2024-03-16.log marksman 0 -> 1 attrpath: marksman Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/d9mipr9sipb85xjn2mar2svgbs4zjvh5-packages.json.drv building '/nix/store/d9mipr9sipb85xjn2mar2svgbs4zjvh5-packages.json.drv'... Going to be running update for following packages: - marksman-2023-12-09 Press Enter key to continue... Running update for: - marksman-2023-12-09: UPDATING ... - marksman-2023-12-09: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update marksman 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sphinxcontrib-jsmath, using log file: /var/log/nixpkgs-update/python311Packages.sphinxcontrib-jsmath/2024-03-16.log python311Packages.sphinxcontrib-jsmath 0 -> 1 attrpath: python311Packages.sphinxcontrib-jsmath Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7hrgyhkvksj14cpspwv2j95x6xvc1afh-packages.json.drv building '/nix/store/7hrgyhkvksj14cpspwv2j95x6xvc1afh-packages.json.drv'... Going to be running update for following packages: - python3.11-sphinxcontrib-jsmath-1.0.1 Press Enter key to continue... Running update for: - python3.11-sphinxcontrib-jsmath-1.0.1: UPDATING ... - python3.11-sphinxcontrib-jsmath-1.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sphinxcontrib-jsmath 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.magic-wormhole-mailbox-server, using log file: /var/log/nixpkgs-update/python311Packages.magic-wormhole-mailbox-server/2024-03-16.log python311Packages.magic-wormhole-mailbox-server 0 -> 1 attrpath: python311Packages.magic-wormhole-mailbox-server 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/l301i3mqjfwzmglsk6adyk88rrc56nrz-packages.json.drv building '/nix/store/l301i3mqjfwzmglsk6adyk88rrc56nrz-packages.json.drv'... Going to be running update for following packages: - python3.11-magic-wormhole-mailbox-server-0.4.1 Press Enter key to continue... Running update for: - python3.11-magic-wormhole-mailbox-server-0.4.1: UPDATING ... - python3.11-magic-wormhole-mailbox-server-0.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.magic-wormhole-mailbox-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 terraform-providers.buildkite, using log file: /var/log/nixpkgs-update/terraform-providers.buildkite/2024-03-16.log terraform-providers.buildkite 0 -> 1 attrpath: terraform-providers.buildkite Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.buildkite 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.webob, using log file: /var/log/nixpkgs-update/python311Packages.webob/2024-03-16.log python311Packages.webob 0 -> 1 attrpath: python311Packages.webob Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/x9mg5cq40c6j4nqk43rvq4lc55q6cnjx-packages.json.drv building '/nix/store/x9mg5cq40c6j4nqk43rvq4lc55q6cnjx-packages.json.drv'... Going to be running update for following packages: - python3.11-webob-1.8.7 Press Enter key to continue... Running update for: - python3.11-webob-1.8.7: UPDATING ... - python3.11-webob-1.8.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.webob 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sqlite3-to-mysql, using log file: /var/log/nixpkgs-update/sqlite3-to-mysql/2024-03-16.log sqlite3-to-mysql 0 -> 1 attrpath: sqlite3-to-mysql Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vj6ljn2afsg4x6j90j4rkp1a28a5p741-packages.json.drv building '/nix/store/vj6ljn2afsg4x6j90j4rkp1a28a5p741-packages.json.drv'... Going to be running update for following packages: - sqlite3-to-mysql-2.1.7 Press Enter key to continue... Running update for: - sqlite3-to-mysql-2.1.7: UPDATING ... - sqlite3-to-mysql-2.1.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update sqlite3-to-mysql 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hamster, using log file: /var/log/nixpkgs-update/hamster/2024-03-16.log hamster 0 -> 1 attrpath: hamster Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fzln7rda6gxfp13ay1r1iw62nq8cyj1q-packages.json.drv building '/nix/store/fzln7rda6gxfp13ay1r1iw62nq8cyj1q-packages.json.drv'... Going to be running update for following packages: - hamster-3.0.3 Press Enter key to continue... Running update for: - hamster-3.0.3: UPDATING ... - hamster-3.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update hamster 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath drawterm, using log file: /var/log/nixpkgs-update/drawterm/2024-03-16.log drawterm 0 -> 1 attrpath: drawterm Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/icki3cdl9glixj7rn32dlxihi8mv4smx-packages.json.drv building '/nix/store/icki3cdl9glixj7rn32dlxihi8mv4smx-packages.json.drv'... Going to be running update for following packages: - drawterm-unstable-2024-02-18 Press Enter key to continue... Running update for: - drawterm-unstable-2024-02-18: UPDATING ... - drawterm-unstable-2024-02-18: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/admin/drawterm/default.nix b/pkgs/tools/admin/drawterm/default.nix index 3e4c15faf14b..f0fd68b372de 100644 --- a/pkgs/tools/admin/drawterm/default.nix +++ b/pkgs/tools/admin/drawterm/default.nix @@ -19,13 +19,13 @@ stdenv.mkDerivation { pname = "drawterm"; - version = "unstable-2024-02-18"; + version = "unstable-2024-03-12"; src = fetchFrom9Front { owner = "plan9front"; repo = "drawterm"; - rev = "bcf1eb425dd4c90a3bfcd004f6aee3854259da78"; - hash = "sha256-aUQ6ay2ky9NzVUZvWyHc/GqPlCdhGpXTY8GGytJSC6g="; + rev = "59dda5420c908820123fb597b20714206c3b63b2"; + hash = "sha256-Gy8rZ1PFbQ7om/U5UbD+YW0aOnvOFQVX6nwhqzgxRuw="; }; enableParallelBuilding = true; No auto update branch exists There might already be an open PR for this update: - drawterm: unstable-2024-02-18 -> unstable-2024-03-12 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/295387" [result] Failed to update drawterm 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.web-cache, using log file: /var/log/nixpkgs-update/python311Packages.web-cache/2024-03-16.log python311Packages.web-cache 0 -> 1 attrpath: python311Packages.web-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/v0ish3iz763a2apgxlz7zf2rmj0xs9ng-packages.json.drv building '/nix/store/v0ish3iz763a2apgxlz7zf2rmj0xs9ng-packages.json.drv'... Going to be running update for following packages: - python3.11-web-cache-1.1.0 Press Enter key to continue... Running update for: - python3.11-web-cache-1.1.0: UPDATING ... - python3.11-web-cache-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.web-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 gnumeric, using log file: /var/log/nixpkgs-update/gnumeric/2024-03-16.log gnumeric 0 -> 1 attrpath: gnumeric Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pgpj07zn78sdaqf7bk1ww6bxc2bnbf7b-packages.json.drv building '/nix/store/pgpj07zn78sdaqf7bk1ww6bxc2bnbf7b-packages.json.drv'... Going to be running update for following packages: - gnumeric-1.12.57 Press Enter key to continue... Running update for: - gnumeric-1.12.57: UPDATING ... - gnumeric-1.12.57: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update gnumeric 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.py-sneakers, using log file: /var/log/nixpkgs-update/python311Packages.py-sneakers/2024-03-16.log python311Packages.py-sneakers 0 -> 1 attrpath: python311Packages.py-sneakers Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9j7y8d3axswzdqly584yv7m5hri7hk4y-packages.json.drv building '/nix/store/9j7y8d3axswzdqly584yv7m5hri7hk4y-packages.json.drv'... Going to be running update for following packages: - python3.11-py-sneakers-1.0.1 Press Enter key to continue... Running update for: - python3.11-py-sneakers-1.0.1: UPDATING ... - python3.11-py-sneakers-1.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.py-sneakers 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.Yapsy, using log file: /var/log/nixpkgs-update/python311Packages.Yapsy/2024-03-16.log python311Packages.Yapsy 0 -> 1 attrpath: python311Packages.Yapsy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/q54kvj44jh0vvzb2gigzjiy7yb0ac906-packages.json.drv building '/nix/store/q54kvj44jh0vvzb2gigzjiy7yb0ac906-packages.json.drv'... Going to be running update for following packages: - python3.11-yapsy-1.12.2 Press Enter key to continue... Running update for: - python3.11-yapsy-1.12.2: UPDATING ... - python3.11-yapsy-1.12.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.Yapsy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-zigate, using log file: /var/log/nixpkgs-update/python311Packages.zigpy-zigate/2024-03-16.log python311Packages.zigpy-zigate 0 -> 1 attrpath: python311Packages.zigpy-zigate Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/h6yjfviibwpcyw3fbk1p3ja0lj1jfk53-packages.json.drv building '/nix/store/h6yjfviibwpcyw3fbk1p3ja0lj1jfk53-packages.json.drv'... Going to be running update for following packages: - python3.11-zigpy-zigate-0.12.0 Press Enter key to continue... Running update for: - python3.11-zigpy-zigate-0.12.0: UPDATING ... - python3.11-zigpy-zigate-0.12.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.zigpy-zigate 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.shamir-mnemonic, using log file: /var/log/nixpkgs-update/python311Packages.shamir-mnemonic/2024-03-16.log python311Packages.shamir-mnemonic 0 -> 1 attrpath: python311Packages.shamir-mnemonic Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/n4k8g878dfg39kai0chxdxj6283wayic-packages.json.drv building '/nix/store/n4k8g878dfg39kai0chxdxj6283wayic-packages.json.drv'... Going to be running update for following packages: - python3.11-shamir-mnemonic-0.2.2 Press Enter key to continue... Running update for: - python3.11-shamir-mnemonic-0.2.2: UPDATING ... - python3.11-shamir-mnemonic-0.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.shamir-mnemonic 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.unidic-lite, using log file: /var/log/nixpkgs-update/python311Packages.unidic-lite/2024-03-16.log python311Packages.unidic-lite 0 -> 1 attrpath: python311Packages.unidic-lite Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/22f75h8h8y9iz4d5gcc7qnvrwsbvp602-packages.json.drv building '/nix/store/22f75h8h8y9iz4d5gcc7qnvrwsbvp602-packages.json.drv'... Going to be running update for following packages: - python3.11-unidic-lite-1.0.8 Press Enter key to continue... Running update for: - python3.11-unidic-lite-1.0.8: UPDATING ... - python3.11-unidic-lite-1.0.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.unidic-lite 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath terraform-providers.external, using log file: /var/log/nixpkgs-update/terraform-providers.external/2024-03-16.log terraform-providers.external 0 -> 1 attrpath: terraform-providers.external Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.external 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.bc-jsonpath-ng, using log file: /var/log/nixpkgs-update/python311Packages.bc-jsonpath-ng/2024-03-16.log python311Packages.bc-jsonpath-ng 0 -> 1 attrpath: python311Packages.bc-jsonpath-ng Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dsb8k4khisqx397451n4y0y9jyc7r8b1-packages.json.drv building '/nix/store/dsb8k4khisqx397451n4y0y9jyc7r8b1-packages.json.drv'... Going to be running update for following packages: - python3.11-bc-jsonpath-ng-1.6.1 Press Enter key to continue... Running update for: - python3.11-bc-jsonpath-ng-1.6.1: UPDATING ... - python3.11-bc-jsonpath-ng-1.6.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.bc-jsonpath-ng 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mitmproxy2swagger, using log file: /var/log/nixpkgs-update/mitmproxy2swagger/2024-03-16.log mitmproxy2swagger 0 -> 1 attrpath: mitmproxy2swagger Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/shd8cjas7rpvi5grpjyw3gbrchrwqach-packages.json.drv building '/nix/store/shd8cjas7rpvi5grpjyw3gbrchrwqach-packages.json.drv'... Going to be running update for following packages: - mitmproxy2swagger-0.13.0 Press Enter key to continue... Running update for: - mitmproxy2swagger-0.13.0: UPDATING ... - mitmproxy2swagger-0.13.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update mitmproxy2swagger 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.clickhouse-connect, using log file: /var/log/nixpkgs-update/python311Packages.clickhouse-connect/2024-03-16.log python311Packages.clickhouse-connect 0 -> 1 attrpath: python311Packages.clickhouse-connect Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nv4rxqgi2zhnyzpvaz2zj2hqkplnj62s-packages.json.drv building '/nix/store/nv4rxqgi2zhnyzpvaz2zj2hqkplnj62s-packages.json.drv'... Going to be running update for following packages: - python3.11-clickhouse-connect-0.7.3 Press Enter key to continue... Running update for: - python3.11-clickhouse-connect-0.7.3: UPDATING ... - python3.11-clickhouse-connect-0.7.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.clickhouse-connect 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.patiencediff, using log file: /var/log/nixpkgs-update/python311Packages.patiencediff/2024-03-16.log python311Packages.patiencediff 0 -> 1 attrpath: python311Packages.patiencediff Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gyv7gmz5zzv1632nr7scdyr54apflppk-packages.json.drv building '/nix/store/gyv7gmz5zzv1632nr7scdyr54apflppk-packages.json.drv'... Going to be running update for following packages: - python3.11-patiencediff-0.2.14 Press Enter key to continue... Running update for: - python3.11-patiencediff-0.2.14: UPDATING ... - python3.11-patiencediff-0.2.14: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.patiencediff 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.piexif, using log file: /var/log/nixpkgs-update/python311Packages.piexif/2024-03-16.log python311Packages.piexif 0 -> 1 attrpath: python311Packages.piexif 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/g47hy2syk6fpfzcjribixbd94dblas6p-packages.json.drv building '/nix/store/g47hy2syk6fpfzcjribixbd94dblas6p-packages.json.drv'... Going to be running update for following packages: - python3.11-piexif-1.1.3 Press Enter key to continue... Running update for: - python3.11-piexif-1.1.3: UPDATING ... - python3.11-piexif-1.1.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.piexif 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.discordpy, using log file: /var/log/nixpkgs-update/python311Packages.discordpy/2024-03-16.log python311Packages.discordpy 0 -> 1 attrpath: python311Packages.discordpy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1lqbjdxgszpnnjd8gv1q80rgdfv9x9si-packages.json.drv building '/nix/store/1lqbjdxgszpnnjd8gv1q80rgdfv9x9si-packages.json.drv'... Going to be running update for following packages: - python3.11-discord.py-2.3.2 Press Enter key to continue... Running update for: - python3.11-discord.py-2.3.2: UPDATING ... - python3.11-discord.py-2.3.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.discordpy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.irc, using log file: /var/log/nixpkgs-update/python311Packages.irc/2024-03-16.log python311Packages.irc 0 -> 1 attrpath: python311Packages.irc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/x3irn5zqa1wniqcyjmnkd2bai3lqf44k-packages.json.drv building '/nix/store/x3irn5zqa1wniqcyjmnkd2bai3lqf44k-packages.json.drv'... Going to be running update for following packages: - python3.11-irc-20.3.1 Press Enter key to continue... Running update for: - python3.11-irc-20.3.1: UPDATING ... - python3.11-irc-20.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.irc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pydata-google-auth, using log file: /var/log/nixpkgs-update/python311Packages.pydata-google-auth/2024-03-16.log python311Packages.pydata-google-auth 0 -> 1 attrpath: python311Packages.pydata-google-auth Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/p356aw5i95k9x5iypy33gr7dv95p007n-packages.json.drv building '/nix/store/p356aw5i95k9x5iypy33gr7dv95p007n-packages.json.drv'... Going to be running update for following packages: - python3.11-pydata-google-auth-1.8.2 Press Enter key to continue... Running update for: - python3.11-pydata-google-auth-1.8.2: UPDATING ... - python3.11-pydata-google-auth-1.8.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pydata-google-auth 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kind2, using log file: /var/log/nixpkgs-update/kind2/2024-03-16.log kind2 0.3.10 -> 1.0.104 https://github.com/higherorderco/kind/releases attrpath: kind2 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/waasqsymqfdab0mi7r7nk2bj4k8ks344-kind2-1.0.104.tar.gz.drv building '/nix/store/waasqsymqfdab0mi7r7nk2bj4k8ks344-kind2-1.0.104.tar.gz.drv'... trying https://crates.io/api/v1/crates/kind2/1.0.104/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 403 error: cannot download kind2-1.0.104.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 'kind2.originalSrc' not found stderr did not split as expected full stderr was: these 3 derivations will be built: /nix/store/waasqsymqfdab0mi7r7nk2bj4k8ks344-kind2-1.0.104.tar.gz.drv /nix/store/60w5sgryjmy3w4gi8dby1nwkv6n0p4xj-kind2-1.0.104-vendor.tar.gz.drv /nix/store/ilw1xc7zdmisvznqvpndsc6hah6cwjss-kind2-1.0.104.drv building '/nix/store/waasqsymqfdab0mi7r7nk2bj4k8ks344-kind2-1.0.104.tar.gz.drv'... trying https://crates.io/api/v1/crates/kind2/1.0.104/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 403 error: cannot download kind2-1.0.104.tar.gz from any mirror error: builder for '/nix/store/waasqsymqfdab0mi7r7nk2bj4k8ks344-kind2-1.0.104.tar.gz.drv' failed with exit code 1; last 8 log lines: > > trying https://crates.io/api/v1/crates/kind2/1.0.104/download > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 403 > error: cannot download kind2-1.0.104.tar.gz from any mirror For full logs, run 'nix log /nix/store/waasqsymqfdab0mi7r7nk2bj4k8ks344-kind2-1.0.104.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/ilw1xc7zdmisvznqvpndsc6hah6cwjss-kind2-1.0.104.drv' failed to build [result] Failed to update kind2 0.3.10 -> 1.0.104 https://github.com/higherorderco/kind/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.django-anymail, using log file: /var/log/nixpkgs-update/python311Packages.django-anymail/2024-03-16.log python311Packages.django-anymail 0 -> 1 attrpath: python311Packages.django-anymail Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vbpax09w3gndrxa8d3hbsafqspf5pfdr-packages.json.drv building '/nix/store/vbpax09w3gndrxa8d3hbsafqspf5pfdr-packages.json.drv'... Going to be running update for following packages: - python3.11-django-anymail-10.2 Press Enter key to continue... Running update for: - python3.11-django-anymail-10.2: UPDATING ... - python3.11-django-anymail-10.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/django-anymail/default.nix b/pkgs/development/python-modules/django-anymail/default.nix index 799881ebee35..362b4e3af915 100644 --- a/pkgs/development/python-modules/django-anymail/default.nix +++ b/pkgs/development/python-modules/django-anymail/default.nix @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "django-anymail"; - version = "10.2"; + version = "10.3"; pyproject = true; src = fetchFromGitHub { owner = "anymail"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-k4C82OYm2SdjxeLScrkkitumjYgWkMNFlNeGW+C1Z8o="; + hash = "sha256-5uSpPeXpMkpuzMXzsGE6uQJWP/Dt/oqakB8Xb5G1eZY="; }; nativeBuildInputs = [ No auto update branch exists There might already be an open PR for this update: - python312Packages.django-anymail: 10.2 -> 10.3 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/295470" [result] Failed to update python311Packages.django-anymail 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.homeconnect, using log file: /var/log/nixpkgs-update/python311Packages.homeconnect/2024-03-16.log python311Packages.homeconnect 0 -> 1 attrpath: python311Packages.homeconnect Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pjbr7pvmxcv8mab1xa4c4zh2sh41chcm-packages.json.drv building '/nix/store/pjbr7pvmxcv8mab1xa4c4zh2sh41chcm-packages.json.drv'... Going to be running update for following packages: - python3.11-homeconnect-0.7.4 Press Enter key to continue... Running update for: - python3.11-homeconnect-0.7.4: UPDATING ... - python3.11-homeconnect-0.7.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.homeconnect 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.opt-einsum, using log file: /var/log/nixpkgs-update/python311Packages.opt-einsum/2024-03-16.log python311Packages.opt-einsum 0 -> 1 attrpath: python311Packages.opt-einsum Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cdvqiak89x8vkvpar3frxvycl4r7d6c1-packages.json.drv building '/nix/store/cdvqiak89x8vkvpar3frxvycl4r7d6c1-packages.json.drv'... Going to be running update for following packages: - python3.11-opt-einsum-3.3.0 Press Enter key to continue... Running update for: - python3.11-opt-einsum-3.3.0: UPDATING ... - python3.11-opt-einsum-3.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.opt-einsum 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.emcee, using log file: /var/log/nixpkgs-update/python311Packages.emcee/2024-03-16.log python311Packages.emcee 0 -> 1 attrpath: python311Packages.emcee Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qqjjy17lw547ij77zy03plx54hwr61mc-packages.json.drv building '/nix/store/qqjjy17lw547ij77zy03plx54hwr61mc-packages.json.drv'... Going to be running update for following packages: - python3.11-emcee-3.1.4 Press Enter key to continue... Running update for: - python3.11-emcee-3.1.4: UPDATING ... - python3.11-emcee-3.1.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.emcee 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.py-ecc, using log file: /var/log/nixpkgs-update/python311Packages.py-ecc/2024-03-16.log python311Packages.py-ecc 0 -> 1 attrpath: python311Packages.py-ecc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qv5y78c7jbxdzp9z48xk7kvzwkzal3z4-packages.json.drv building '/nix/store/qv5y78c7jbxdzp9z48xk7kvzwkzal3z4-packages.json.drv'... Going to be running update for following packages: - python3.11-py-ecc-7.0.0 Press Enter key to continue... Running update for: - python3.11-py-ecc-7.0.0: UPDATING ... - python3.11-py-ecc-7.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.py-ecc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.gradio-client, using log file: /var/log/nixpkgs-update/python311Packages.gradio-client/2024-03-16.log python311Packages.gradio-client 0 -> 1 attrpath: python311Packages.gradio-client Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 this derivation will be built: /nix/store/by1x7jj5921c2vs2p0a8jcl5pjj7gmav-packages.json.drv building '/nix/store/by1x7jj5921c2vs2p0a8jcl5pjj7gmav-packages.json.drv'... Going to be running update for following packages: - python3.11-gradio-client-0.10.1 Press Enter key to continue... Running update for: - python3.11-gradio-client-0.10.1: UPDATING ... - python3.11-gradio-client-0.10.1: ERROR --- SHOWING ERROR LOG FOR python3.11-gradio-client-0.10.1 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/5vnr67d79rpibx8ggdhws869sf2pcvhw-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-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/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/gradio-app/gradio/tarball/gradio@4.21.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/5vnr67d79rpibx8ggdhws869sf2pcvhw-update-python-libraries", line 596, in main() File "/nix/store/5vnr67d79rpibx8ggdhws869sf2pcvhw-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-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/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-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/5vnr67d79rpibx8ggdhws869sf2pcvhw-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/5vnr67d79rpibx8ggdhws869sf2pcvhw-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/5vnr67d79rpibx8ggdhws869sf2pcvhw-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/5vnr67d79rpibx8ggdhws869sf2pcvhw-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-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/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/gradio-app/gradio/tarball/refs/tags/gradio@4.21.0']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-gradio-client-0.10.1 ---------------------- The update script for python3.11-gradio-client-0.10.1 failed with exit code 1 [result] Failed to update python311Packages.gradio-client 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath oci-cli, using log file: /var/log/nixpkgs-update/oci-cli/2024-03-16.log oci-cli 0 -> 1 attrpath: oci-cli Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/a5jfp48wmwqfgy7d95i94h8m7ymq5xjm-packages.json.drv building '/nix/store/a5jfp48wmwqfgy7d95i94h8m7ymq5xjm-packages.json.drv'... Going to be running update for following packages: - oci-cli-3.14.0 Press Enter key to continue... Running update for: - oci-cli-3.14.0: UPDATING ... - oci-cli-3.14.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update oci-cli 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dbus-python-client-gen, using log file: /var/log/nixpkgs-update/python311Packages.dbus-python-client-gen/2024-03-16.log python311Packages.dbus-python-client-gen 0 -> 1 attrpath: python311Packages.dbus-python-client-gen Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/c10h16sq9qv19rbrmnwi97jfrlg4hja5-packages.json.drv building '/nix/store/c10h16sq9qv19rbrmnwi97jfrlg4hja5-packages.json.drv'... Going to be running update for following packages: - python3.11-dbus-python-client-gen-0.8.3 Press Enter key to continue... Running update for: - python3.11-dbus-python-client-gen-0.8.3: UPDATING ... - python3.11-dbus-python-client-gen-0.8.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dbus-python-client-gen 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.django-scim2, using log file: /var/log/nixpkgs-update/python311Packages.django-scim2/2024-03-16.log python311Packages.django-scim2 0 -> 1 attrpath: python311Packages.django-scim2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hfjcwiafnvmqyacvs3a3s18sla2g4f0x-packages.json.drv building '/nix/store/hfjcwiafnvmqyacvs3a3s18sla2g4f0x-packages.json.drv'... Going to be running update for following packages: - python3.11-django-scim2-0.19.0 Press Enter key to continue... Running update for: - python3.11-django-scim2-0.19.0: UPDATING ... - python3.11-django-scim2-0.19.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-scim2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.twentemilieu, using log file: /var/log/nixpkgs-update/python311Packages.twentemilieu/2024-03-16.log python311Packages.twentemilieu 0 -> 1 attrpath: python311Packages.twentemilieu Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gablii4ym1dc9hgd0icw737jab0nqphc-packages.json.drv building '/nix/store/gablii4ym1dc9hgd0icw737jab0nqphc-packages.json.drv'... Going to be running update for following packages: - python3.11-twentemilieu-2.0.1 Press Enter key to continue... Running update for: - python3.11-twentemilieu-2.0.1: UPDATING ... - python3.11-twentemilieu-2.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.twentemilieu 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath alpine, using log file: /var/log/nixpkgs-update/alpine/2024-03-16.log alpine 0 -> 1 attrpath: alpine Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vk1xilp63iiwmj6r2js499q9dz5mpzdn-packages.json.drv building '/nix/store/vk1xilp63iiwmj6r2js499q9dz5mpzdn-packages.json.drv'... Going to be running update for following packages: - alpine-2.26 Press Enter key to continue... Running update for: - alpine-2.26: UPDATING ... - alpine-2.26: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update alpine 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath febio, using log file: /var/log/nixpkgs-update/febio/2024-03-16.log febio 3.6 -> 4.5 https://github.com/febiosoftware/FEBio/releases attrpath: febio 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/febio/default.nix b/pkgs/development/libraries/febio/default.nix index d0c54b8b157d..f52bcc2ce50e 100644 --- a/pkgs/development/libraries/febio/default.nix +++ b/pkgs/development/libraries/febio/default.nix @@ -5,13 +5,13 @@ stdenv.mkDerivation rec { pname = "FEBio"; - version = "3.6"; + version = "4.5"; src = fetchFromGitHub { owner = "febiosoftware"; repo = pname; rev = "v${version}"; - sha256 = "187s4lyzr806xla3smq3lsvj3f6wxlhfkban89w0fnyfmfb8w9am"; + sha256 = "sha256-Ao/0+opIsSp2MMm7tgQMLzSHshthR3IkHXogMlQxJoc="; }; patches = [ [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A febio Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . febio Standard output: error: … while calling the 'derivationStrict' builtin at /builtin/derivation.nix:9:12: (source not available) … while evaluating derivation 'FEBio-4.5' whose name attribute is located at /var/cache/nixpkgs-update/worker/worktree/febio/pkgs/stdenv/generic/make-derivation.nix:331:7 … while evaluating attribute 'buildInputs' of derivation 'FEBio-4.5' at /var/cache/nixpkgs-update/worker/worktree/febio/pkgs/stdenv/generic/make-derivation.nix:378:7: 377| depsHostHost = elemAt (elemAt dependencies 1) 0; 378| buildInputs = elemAt (elemAt dependencies 1) 1; | ^ 379| depsTargetTarget = elemAt (elemAt dependencies 2) 0; error: Package ‘mkl-2023.1.0.46342’ in /var/cache/nixpkgs-update/worker/worktree/febio/pkgs/development/libraries/science/math/mkl/default.nix:166 has an unfree license (‘issl’), 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) [ "mkl-2023.1.0.46342" ]; } 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 febio 3.6 -> 4.5 https://github.com/febiosoftware/FEBio/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath c2ffi, using log file: /var/log/nixpkgs-update/c2ffi/2024-03-16.log c2ffi 0 -> 1 attrpath: c2ffi Checking auto update branch... [version] [version] skipping because derivation has 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/0xwk63x2bs5yp1jxdxdawr7ljgygbxs9-packages.json.drv building '/nix/store/0xwk63x2bs5yp1jxdxdawr7ljgygbxs9-packages.json.drv'... Going to be running update for following packages: - c2ffi-llvm-16.0.0-0-unstable-2023-11-18 Press Enter key to continue... Running update for: - c2ffi-llvm-16.0.0-0-unstable-2023-11-18: UPDATING ... - c2ffi-llvm-16.0.0-0-unstable-2023-11-18: ERROR --- SHOWING ERROR LOG FOR c2ffi-llvm-16.0.0-0-unstable-2023-11-18 ---------------------- + url= + branch= + use_stable_version= + tag_prefix= + shallow_clone= + (( 3 > 0 )) + flag=--url=https://github.com/rpav/c2ffi.git + shift 1 + case "$flag" in + url=https://github.com/rpav/c2ffi.git + (( 2 > 0 )) + flag=--branch=llvm-16.0.0 + shift 1 + case "$flag" in + branch=llvm-16.0.0 + (( 1 > 0 )) + flag=--shallow-clone + shift 1 + case "$flag" in + shallow_clone=1 + (( 0 > 0 )) + [[ -z https://github.com/rpav/c2ffi.git ]] ++ /nix/store/mb488rr560vq1xnl10hinnyfflcrd51n-coreutils-9.4/bin/mktemp -d + tmpdir=/run/nixpkgs-update-worker/tmp.gXqXFzdBXi + cloneArgs=(--bare) + [[ 1 == \1 ]] + cloneArgs+=(--depth=1) + [[ -n llvm-16.0.0 ]] + cloneArgs+=(--branch="$branch") + /nix/store/fmx804pc0bs1966xq5bb67kark2mww9r-git-2.43.2/bin/git clone --bare --depth=1 --branch=llvm-16.0.0 https://github.com/rpav/c2ffi.git /run/nixpkgs-update-worker/tmp.gXqXFzdBXi Cloning into bare repository '/run/nixpkgs-update-worker/tmp.gXqXFzdBXi'... + pushd /run/nixpkgs-update-worker/tmp.gXqXFzdBXi ++ /nix/store/fmx804pc0bs1966xq5bb67kark2mww9r-git-2.43.2/bin/git show -s --pretty=format:%cs + commit_date=2023-11-18 ++ /nix/store/fmx804pc0bs1966xq5bb67kark2mww9r-git-2.43.2/bin/git show -s --pretty=format:%H + commit_sha=097cbe61ca02dc79ea60859aa056975131a9d985 + [[ -z '' ]] + new_version=unstable-2023-11-18 + popd + /nix/store/7sqzhqm9rb4bbwimri9i03rgyxm8pkzb-common-updater-scripts/bin/update-source-version c2ffi unstable-2023-11-18 --rev=097cbe61ca02dc79ea60859aa056975131a9d985 update-source-version: error: Failed to replace source revision '097cbe61ca02dc79ea60859aa056975131a9d985' to '097cbe61ca02dc79ea60859aa056975131a9d985' in 'c2ffi'! --- SHOWING ERROR LOG FOR c2ffi-llvm-16.0.0-0-unstable-2023-11-18 ---------------------- The update script for c2ffi-llvm-16.0.0-0-unstable-2023-11-18 failed with exit code 1 [result] Failed to update c2ffi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.nvidia-ml-py, using log file: /var/log/nixpkgs-update/python311Packages.nvidia-ml-py/2024-03-16.log python311Packages.nvidia-ml-py 0 -> 1 attrpath: python311Packages.nvidia-ml-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/fyn5r56l7fdwznv3na2jjh5k3gbr7d62-packages.json.drv building '/nix/store/fyn5r56l7fdwznv3na2jjh5k3gbr7d62-packages.json.drv'... Going to be running update for following packages: - python3.11-nvidia-ml-py-12.535.133 Press Enter key to continue... Running update for: - python3.11-nvidia-ml-py-12.535.133: UPDATING ... - python3.11-nvidia-ml-py-12.535.133: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.nvidia-ml-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.sunpy, using log file: /var/log/nixpkgs-update/python311Packages.sunpy/2024-03-16.log python311Packages.sunpy 0 -> 1 attrpath: python311Packages.sunpy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hpz1384z8d22khrz0qqhbjz0vjy28hdc-packages.json.drv building '/nix/store/hpz1384z8d22khrz0qqhbjz0vjy28hdc-packages.json.drv'... Going to be running update for following packages: - python3.11-sunpy-5.1.0 Press Enter key to continue... Running update for: - python3.11-sunpy-5.1.0: UPDATING ... - python3.11-sunpy-5.1.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/sunpy/default.nix b/pkgs/development/python-modules/sunpy/default.nix index 732828e908ac..17aa79c34020 100644 --- a/pkgs/development/python-modules/sunpy/default.nix +++ b/pkgs/development/python-modules/sunpy/default.nix @@ -31,14 +31,14 @@ buildPythonPackage rec { pname = "sunpy"; - version = "5.1.0"; + version = "5.1.1"; format = "setuptools"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - hash = "sha256-C5UnKp0EqzxSHTokdSJmfIOMBI6yXpWSazTxcSLOIvI="; + hash = "sha256-k2fsmvKjl/zVljiyAHII1O6vntJOPo3CWWwmsYlsLh8="; }; nativeBuildInputs = [ No auto update branch exists Old version 5.1.0" not present in staging derivation file with contents: { lib , stdenv , asdf , astropy , astropy-extension-helpers , astropy-helpers , beautifulsoup4 , buildPythonPackage , drms , fetchPypi , glymur , h5netcdf , hypothesis , lxml , matplotlib , numpy , pandas , parfive , pytest-astropy , pytestCheckHook , pytest-mock , python-dateutil , pythonOlder , scikit-image , scipy , setuptools-scm , sqlalchemy , tqdm , zeep }: buildPythonPackage rec { pname = "sunpy"; version = "5.1.1"; format = "setuptools"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; hash = "sha256-k2fsmvKjl/zVljiyAHII1O6vntJOPo3CWWwmsYlsLh8="; }; nativeBuildInputs = [ astropy-extension-helpers setuptools-scm ]; propagatedBuildInputs = [ astropy astropy-helpers numpy parfive ]; passthru.optional-dependencies = { asdf = [ asdf # asdf-astropy ]; database = [ sqlalchemy ]; image = [ scikit-image scipy ]; net = [ beautifulsoup4 drms python-dateutil tqdm zeep ]; jpeg2000 = [ glymur lxml ]; timeseries = [ # cdflib h5netcdf # h5py matplotlib pandas ]; }; nativeCheckInputs = [ hypothesis pytest-astropy pytest-mock pytestCheckHook ] ++ passthru.optional-dependencies.asdf ++ passthru.optional-dependencies.database ++ passthru.optional-dependencies.image ++ passthru.optional-dependencies.net ++ passthru.optional-dependencies.timeseries; postPatch = '' substituteInPlace setup.cfg \ --replace " --dist no" "" ''; # darwin has write permission issues doCheck = stdenv.isLinux; preCheck = '' export HOME=$(mktemp -d) ''; disabledTests = [ "rst" "test_sunpy_warnings_logging" "test_main_nonexisting_module" "test_main_stdlib_module" "test_find_dependencies" ]; disabledTestPaths = [ # Tests are very slow "sunpy/net/tests/test_fido.py" # asdf.extensions plugin issue "sunpy/io/special/asdf/resources/schemas/" "sunpy/io/special/asdf/resources/manifests/sunpy-1.0.0.yaml" # Requires mpl-animators package "sunpy/map/tests/test_compositemap.py" "sunpy/map/tests/test_mapbase.py" "sunpy/map/tests/test_mapsequence.py" "sunpy/map/tests/test_plotting.py" "sunpy/map/tests/test_reproject_to.py" "sunpy/net/tests/test_helioviewer.py" "sunpy/timeseries/tests/test_timeseriesbase.py" "sunpy/visualization/animator/tests/test_basefuncanimator.py" "sunpy/visualization/animator/tests/test_mapsequenceanimator.py" "sunpy/visualization/animator/tests/test_wcs.py" "sunpy/visualization/colormaps/tests/test_cm.py" # Requires cdflib package "sunpy/timeseries/tests/test_timeseries_factory.py" # Requires jplephem "sunpy/image/tests/test_transform.py" "sunpy/io/special/asdf/tests/test_coordinate_frames.py" "sunpy/io/special/asdf/tests/test_genericmap.py" # distutils is deprecated "sunpy/io/setup_package.py" ]; pytestFlagsArray = [ "-W" "ignore::DeprecationWarning" ]; # Wants a configuration file # pythonImportsCheck = [ # "sunpy" # ]; meta = with lib; { description = "Python for Solar Physics"; homepage = "https://sunpy.org"; license = licenses.bsd2; maintainers = with maintainers; [ ]; broken = true; }; } [result] Failed to update python311Packages.sunpy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath minecraft-server, using log file: /var/log/nixpkgs-update/minecraft-server/2024-03-16.log minecraft-server 0 -> 1 attrpath: minecraft-server Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9926660gc97y9zhqkdmq2l6xsjwng2py-packages.json.drv building '/nix/store/9926660gc97y9zhqkdmq2l6xsjwng2py-packages.json.drv'... Going to be running update for following packages: - minecraft-server-1.20.4 Press Enter key to continue... Running update for: - minecraft-server-1.20.4: UPDATING ... - minecraft-server-1.20.4: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/games/minecraft-servers/versions.json b/pkgs/games/minecraft-servers/versions.json index 15dbc82c6d90..f82532d2d26a 100644 --- a/pkgs/games/minecraft-servers/versions.json +++ b/pkgs/games/minecraft-servers/versions.json @@ -6,110 +6,110 @@ "javaVersion": 17 }, "1.19": { - "url": "https://piston-data.mojang.com/v1/objects/8f3112a1049751cc472ec13e397eade5336ca7ae/server.jar", "sha1": "8f3112a1049751cc472ec13e397eade5336ca7ae", + "url": "https://piston-data.mojang.com/v1/objects/8f3112a1049751cc472ec13e397eade5336ca7ae/server.jar", "version": "1.19.4", "javaVersion": 17 }, "1.18": { - "url": "https://piston-data.mojang.com/v1/objects/c8f83c5655308435b3dcf03c06d9fe8740a77469/server.jar", "sha1": "c8f83c5655308435b3dcf03c06d9fe8740a77469", + "url": "https://piston-data.mojang.com/v1/objects/c8f83c5655308435b3dcf03c06d9fe8740a77469/server.jar", "version": "1.18.2", "javaVersion": 17 }, "1.17": { - "url": "https://piston-data.mojang.com/v1/objects/a16d67e5807f57fc4e550299cf20226194497dc2/server.jar", "sha1": "a16d67e5807f57fc4e550299cf20226194497dc2", + "url": "https://piston-data.mojang.com/v1/objects/a16d67e5807f57fc4e550299cf20226194497dc2/server.jar", "version": "1.17.1", "javaVersion": 16 }, "1.16": { - "url": "https://piston-data.mojang.com/v1/objects/1b557e7b033b583cd9f66746b7a9ab1ec1673ced/server.jar", "sha1": "1b557e7b033b583cd9f66746b7a9ab1ec1673ced", + "url": "https://piston-data.mojang.com/v1/objects/1b557e7b033b583cd9f66746b7a9ab1ec1673ced/server.jar", "version": "1.16.5", "javaVersion": 8 }, "1.15": { - "url": "https://piston-data.mojang.com/v1/objects/bb2b6b1aefcd70dfd1892149ac3a215f6c636b07/server.jar", "sha1": "bb2b6b1aefcd70dfd1892149ac3a215f6c636b07", + "url": "https://piston-data.mojang.com/v1/objects/bb2b6b1aefcd70dfd1892149ac3a215f6c636b07/server.jar", "version": "1.15.2", "javaVersion": 8 }, "1.14": { - "url": "https://piston-data.mojang.com/v1/objects/3dc3d84a581f14691199cf6831b71ed1296a9fdf/server.jar", "sha1": "3dc3d84a581f14691199cf6831b71ed1296a9fdf", + "url": "https://piston-data.mojang.com/v1/objects/3dc3d84a581f14691199cf6831b71ed1296a9fdf/server.jar", "version": "1.14.4", "javaVersion": 8 }, "1.13": { - "url": "https://piston-data.mojang.com/v1/objects/3737db93722a9e39eeada7c27e7aca28b144ffa7/server.jar", "sha1": "3737db93722a9e39eeada7c27e7aca28b144ffa7", + "url": "https://piston-data.mojang.com/v1/objects/3737db93722a9e39eeada7c27e7aca28b144ffa7/server.jar", "version": "1.13.2", "javaVersion": 8 }, "1.12": { - "url": "https://piston-data.mojang.com/v1/objects/886945bfb2b978778c3a0288fd7fab09d315b25f/server.jar", "sha1": "886945bfb2b978778c3a0288fd7fab09d315b25f", + "url": "https://piston-data.mojang.com/v1/objects/886945bfb2b978778c3a0288fd7fab09d315b25f/server.jar", "version": "1.12.2", "javaVersion": 8 }, "1.11": { - "url": "https://piston-data.mojang.com/v1/objects/f00c294a1576e03fddcac777c3cf4c7d404c4ba4/server.jar", "sha1": "f00c294a1576e03fddcac777c3cf4c7d404c4ba4", + "url": "https://piston-data.mojang.com/v1/objects/f00c294a1576e03fddcac777c3cf4c7d404c4ba4/server.jar", "version": "1.11.2", "javaVersion": 8 }, "1.10": { - "url": "https://piston-data.mojang.com/v1/objects/3d501b23df53c548254f5e3f66492d178a48db63/server.jar", "sha1": "3d501b23df53c548254f5e3f66492d178a48db63", + "url": "https://piston-data.mojang.com/v1/objects/3d501b23df53c548254f5e3f66492d178a48db63/server.jar", "version": "1.10.2", "javaVersion": 8 }, "1.9": { - "url": "https://piston-data.mojang.com/v1/objects/edbb7b1758af33d365bf835eb9d13de005b1e274/server.jar", "sha1": "edbb7b1758af33d365bf835eb9d13de005b1e274", + "url": "https://piston-data.mojang.com/v1/objects/edbb7b1758af33d365bf835eb9d13de005b1e274/server.jar", "version": "1.9.4", "javaVersion": 8 }, "1.8": { - "url": "https://launcher.mojang.com/v1/objects/b58b2ceb36e01bcd8dbf49c8fb66c55a9f0676cd/server.jar", "sha1": "b58b2ceb36e01bcd8dbf49c8fb66c55a9f0676cd", + "url": "https://launcher.mojang.com/v1/objects/b58b2ceb36e01bcd8dbf49c8fb66c55a9f0676cd/server.jar", "version": "1.8.9", "javaVersion": 8 }, "1.7": { - "url": "https://launcher.mojang.com/v1/objects/952438ac4e01b4d115c5fc38f891710c4941df29/server.jar", "sha1": "952438ac4e01b4d115c5fc38f891710c4941df29", + "url": "https://launcher.mojang.com/v1/objects/952438ac4e01b4d115c5fc38f891710c4941df29/server.jar", "version": "1.7.10", "javaVersion": 8 }, "1.6": { - "url": "https://launcher.mojang.com/v1/objects/050f93c1f3fe9e2052398f7bd6aca10c63d64a87/server.jar", "sha1": "050f93c1f3fe9e2052398f7bd6aca10c63d64a87", + "url": "https://launcher.mojang.com/v1/objects/050f93c1f3fe9e2052398f7bd6aca10c63d64a87/server.jar", "version": "1.6.4", "javaVersion": null }, "1.5": { - "url": "https://launcher.mojang.com/v1/objects/f9ae3f651319151ce99a0bfad6b34fa16eb6775f/server.jar", "sha1": "f9ae3f651319151ce99a0bfad6b34fa16eb6775f", + "url": "https://launcher.mojang.com/v1/objects/f9ae3f651319151ce99a0bfad6b34fa16eb6775f/server.jar", "version": "1.5.2", "javaVersion": 8 }, "1.4": { - "url": "https://launcher.mojang.com/v1/objects/2f0ec8efddd2f2c674c77be9ddb370b727dec676/server.jar", "sha1": "2f0ec8efddd2f2c674c77be9ddb370b727dec676", + "url": "https://launcher.mojang.com/v1/objects/2f0ec8efddd2f2c674c77be9ddb370b727dec676/server.jar", "version": "1.4.7", "javaVersion": 8 }, "1.3": { - "url": "https://launcher.mojang.com/v1/objects/3de2ae6c488135596e073a9589842800c9f53bfe/server.jar", "sha1": "3de2ae6c488135596e073a9589842800c9f53bfe", + "url": "https://launcher.mojang.com/v1/objects/3de2ae6c488135596e073a9589842800c9f53bfe/server.jar", "version": "1.3.2", "javaVersion": 8 }, "1.2": { - "url": "https://launcher.mojang.com/v1/objects/d8321edc9470e56b8ad5c67bbd16beba25843336/server.jar", "sha1": "d8321edc9470e56b8ad5c67bbd16beba25843336", + "url": "https://launcher.mojang.com/v1/objects/d8321edc9470e56b8ad5c67bbd16beba25843336/server.jar", "version": "1.2.5", "javaVersion": 8 } Package version did not change. [result] Failed to update minecraft-server 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dpt-rp1-py, using log file: /var/log/nixpkgs-update/dpt-rp1-py/2024-03-16.log dpt-rp1-py 0 -> 1 attrpath: dpt-rp1-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/2jrbk62bxf9zhig8wmv4p3mywy5jl163-packages.json.drv building '/nix/store/2jrbk62bxf9zhig8wmv4p3mywy5jl163-packages.json.drv'... Going to be running update for following packages: - dpt-rp1-py-0.1.16 Press Enter key to continue... Running update for: - dpt-rp1-py-0.1.16: UPDATING ... - dpt-rp1-py-0.1.16: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update dpt-rp1-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 pypi-mirror, using log file: /var/log/nixpkgs-update/pypi-mirror/2024-03-16.log pypi-mirror 0 -> 1 attrpath: pypi-mirror Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8ik4kmazv9mny5i7bdsn819w7mb40wnz-packages.json.drv building '/nix/store/8ik4kmazv9mny5i7bdsn819w7mb40wnz-packages.json.drv'... Going to be running update for following packages: - pypi-mirror-5.2.0 Press Enter key to continue... Running update for: - pypi-mirror-5.2.0: UPDATING ... - pypi-mirror-5.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pypi-mirror 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.regional, using log file: /var/log/nixpkgs-update/python311Packages.regional/2024-03-16.log python311Packages.regional 0 -> 1 attrpath: python311Packages.regional Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ra1x0wi1sh9y19dm9rpdqbxj3wvp24jk-packages.json.drv building '/nix/store/ra1x0wi1sh9y19dm9rpdqbxj3wvp24jk-packages.json.drv'... Going to be running update for following packages: - python3.11-regional-1.1.2 Press Enter key to continue... Running update for: - python3.11-regional-1.1.2: UPDATING ... - python3.11-regional-1.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.regional 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.openwrt-luci-rpc, using log file: /var/log/nixpkgs-update/python311Packages.openwrt-luci-rpc/2024-03-16.log python311Packages.openwrt-luci-rpc 0 -> 1 attrpath: python311Packages.openwrt-luci-rpc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/b3sb0slnkf491fw6gd2nz4w916f9mykg-packages.json.drv building '/nix/store/b3sb0slnkf491fw6gd2nz4w916f9mykg-packages.json.drv'... Going to be running update for following packages: - python3.11-openwrt-luci-rpc-1.1.17 Press Enter key to continue... Running update for: - python3.11-openwrt-luci-rpc-1.1.17: UPDATING ... - python3.11-openwrt-luci-rpc-1.1.17: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.openwrt-luci-rpc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pocket, using log file: /var/log/nixpkgs-update/python311Packages.pocket/2024-03-16.log python311Packages.pocket 0 -> 1 attrpath: python311Packages.pocket Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1qg19fzy772qs4jz1dhwsfkzrfdy4ryw-packages.json.drv building '/nix/store/1qg19fzy772qs4jz1dhwsfkzrfdy4ryw-packages.json.drv'... Going to be running update for following packages: - python3.11-pocket-0.3.6 Press Enter key to continue... Running update for: - python3.11-pocket-0.3.6: UPDATING ... - python3.11-pocket-0.3.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pocket 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aiofiles, using log file: /var/log/nixpkgs-update/python311Packages.aiofiles/2024-03-16.log python311Packages.aiofiles 0 -> 1 attrpath: python311Packages.aiofiles Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2x5r202h75x5bgbhl3xywc1bnb090jd9-packages.json.drv building '/nix/store/2x5r202h75x5bgbhl3xywc1bnb090jd9-packages.json.drv'... Going to be running update for following packages: - python3.11-aiofiles-23.2.1 Press Enter key to continue... Running update for: - python3.11-aiofiles-23.2.1: UPDATING ... - python3.11-aiofiles-23.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aiofiles 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pygeos, using log file: /var/log/nixpkgs-update/python311Packages.pygeos/2024-03-16.log python311Packages.pygeos 0 -> 1 attrpath: python311Packages.pygeos Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mnc23b5mykhnk17kqryzdzd7g0hs59hw-packages.json.drv building '/nix/store/mnc23b5mykhnk17kqryzdzd7g0hs59hw-packages.json.drv'... Going to be running update for following packages: - python3.11-pygeos-0.14 Press Enter key to continue... Running update for: - python3.11-pygeos-0.14: UPDATING ... - python3.11-pygeos-0.14: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pygeos 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath aspellDicts.mg, using log file: /var/log/nixpkgs-update/aspellDicts.mg/2024-03-16.log aspellDicts.mg 0 -> 1 attrpath: aspellDicts.mg Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] these 2 derivations will be built: /nix/store/p1hdl9ypk77vr9prn4rkh6zfm19ibp71-update-aspellDict-mg.drv /nix/store/b0j075ylm8bndyfpizl3hxczr5nv308i-packages.json.drv building '/nix/store/p1hdl9ypk77vr9prn4rkh6zfm19ibp71-update-aspellDict-mg.drv'... building '/nix/store/b0j075ylm8bndyfpizl3hxczr5nv308i-packages.json.drv'... Going to be running update for following packages: - aspell-dict-mg-0.03-0 Press Enter key to continue... Running update for: - aspell-dict-mg-0.03-0: UPDATING ... - aspell-dict-mg-0.03-0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update aspellDicts.mg 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tang, using log file: /var/log/nixpkgs-update/tang/2024-03-16.log tang 0 -> 1 attrpath: tang Checking auto update branch... [version] [version] skipping because derivation has 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/j5zbq60843hwx5zq9jmh4fm70lhnnaj8-packages.json.drv building '/nix/store/j5zbq60843hwx5zq9jmh4fm70lhnnaj8-packages.json.drv'... Going to be running update for following packages: - tang-15 Press Enter key to continue... Running update for: - tang-15: UPDATING ... - tang-15: ERROR --- SHOWING ERROR LOG FOR tang-15 ---------------------- + name= + pname= + version= + attr_path= + version_lister='/nix/store/7sqzhqm9rb4bbwimri9i03rgyxm8pkzb-common-updater-scripts/bin/list-git-tags ' + ignored_versions= + rev_prefix= + odd_unstable= + patchlevel_unstable= + [[ -n '' ]] + name=tang-15 + [[ -n '' ]] + pname=tang + [[ -n '' ]] + version=15 + [[ -n '' ]] + attr_path=tang + echo '# tang-15' ++ sh -c '/nix/store/7sqzhqm9rb4bbwimri9i03rgyxm8pkzb-common-updater-scripts/bin/list-git-tags --pname=tang --attr-path=tang --file="update-git-commits.txt"' + tags='v1 v10 v11 v12 v13 v14 v15 v2 v3 v4 v5 v6 v7 v8 v9' + for tag in $tags + echo '# found tang version: v1' + for tag in $tags + echo '# found tang version: v10' + for tag in $tags + echo '# found tang version: v11' + for tag in $tags + echo '# found tang version: v12' + for tag in $tags + echo '# found tang version: v13' + for tag in $tags + echo '# found tang version: v14' + for tag in $tags + echo '# found tang version: v15' + for tag in $tags + echo '# found tang version: v2' + for tag in $tags + echo '# found tang version: v3' + for tag in $tags + echo '# found tang version: v4' + for tag in $tags + echo '# found tang version: v5' + for tag in $tags + echo '# found tang version: v6' + for tag in $tags + echo '# found tang version: v7' + for tag in $tags + echo '# found tang version: v8' + for tag in $tags + echo '# found tang version: v9' + '[' -n '' ']' ++ echo 'v1 v10 v11 v12 v13 v14 v15 v2 v3 v4 v5 v6 v7 v8 v9' ++ /nix/store/320v66ili0mwnyrxj3dwbxm0z8ndkbw7-gnugrep-3.11/bin/grep '^[0-9]' + tags= --- SHOWING ERROR LOG FOR tang-15 ---------------------- The update script for tang-15 failed with exit code 1 [result] Failed to update tang 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath steck, using log file: /var/log/nixpkgs-update/steck/2024-03-16.log steck 0 -> 1 attrpath: steck Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/aag9cxa5wm1kdwjv4qj2ncxz88a0w8y8-packages.json.drv building '/nix/store/aag9cxa5wm1kdwjv4qj2ncxz88a0w8y8-packages.json.drv'... Going to be running update for following packages: - steck-0.7.0 Press Enter key to continue... Running update for: - steck-0.7.0: UPDATING ... - steck-0.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update steck 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-dynamodb, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-dynamodb/2024-03-16.log python311Packages.mypy-boto3-dynamodb 1.34.57 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-dynamodb Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/82dhp98fn6kgcv0zmzvl73a81ml8pzlb-packages.json.drv building '/nix/store/82dhp98fn6kgcv0zmzvl73a81ml8pzlb-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-dynamodb-1.34.57 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-dynamodb-1.34.57: UPDATING ... - python3.11-mypy-boto3-dynamodb-1.34.57: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-dynamodb 1.34.57 -> 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 rPackages.multigraphr, using log file: /var/log/nixpkgs-update/rPackages.multigraphr/2024-03-16.log rPackages.multigraphr 0.1.0 -> 0.2.0 https://repology.org/project/r:multigraphr/versions attrpath: rPackages.multigraphr Checking auto update branch... No auto update branch exists Old version 0.1.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.multigraphr 0.1.0 -> 0.2.0 https://repology.org/project/r:multigraphr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-lambda, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-lambda/2024-03-16.log python311Packages.mypy-boto3-lambda 1.34.58 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-lambda Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/smahy6yln7c4rammq3b1hciravj4bbc0-packages.json.drv building '/nix/store/smahy6yln7c4rammq3b1hciravj4bbc0-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-lambda-1.34.58 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-lambda-1.34.58: UPDATING ... - python3.11-mypy-boto3-lambda-1.34.58: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-lambda 1.34.58 -> 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 rPackages.grpnet, using log file: /var/log/nixpkgs-update/rPackages.grpnet/2024-03-16.log rPackages.grpnet 0.2 -> 0.3 https://repology.org/project/r:grpnet/versions attrpath: rPackages.grpnet Checking auto update branch... No auto update branch exists Old version 0.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.grpnet 0.2 -> 0.3 https://repology.org/project/r:grpnet/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.Sequential, using log file: /var/log/nixpkgs-update/rPackages.Sequential/2024-03-16.log rPackages.Sequential 4.3.2 -> 4.3.3 https://repology.org/project/r:sequential/versions attrpath: rPackages.Sequential Checking auto update branch... No auto update branch exists Old version 4.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.Sequential 4.3.2 -> 4.3.3 https://repology.org/project/r:sequential/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.snpAIMeR, using log file: /var/log/nixpkgs-update/rPackages.snpAIMeR/2024-03-16.log rPackages.snpAIMeR 2.1.0 -> 2.1.1 https://repology.org/project/r:snpaimer/versions attrpath: rPackages.snpAIMeR Checking auto update branch... No auto update branch exists Old version 2.1.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.snpAIMeR 2.1.0 -> 2.1.1 https://repology.org/project/r:snpaimer/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.gitpython, using log file: /var/log/nixpkgs-update/python311Packages.gitpython/2024-03-16.log python311Packages.gitpython 3.1.40 -> 3.1.42 https://github.com/gitpython-developers/GitPython/releases attrpath: python311Packages.gitpython Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mha8wfrlg7nz04h5rwidlzvcg4s88pi1-packages.json.drv building '/nix/store/mha8wfrlg7nz04h5rwidlzvcg4s88pi1-packages.json.drv'... Going to be running update for following packages: - python3.11-gitpython-3.1.40 Press Enter key to continue... Running update for: - python3.11-gitpython-3.1.40: UPDATING ... - python3.11-gitpython-3.1.40: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/gitpython/default.nix b/pkgs/development/python-modules/gitpython/default.nix index 50afd5ea4aa8..d76d0366c461 100644 --- a/pkgs/development/python-modules/gitpython/default.nix +++ b/pkgs/development/python-modules/gitpython/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "gitpython"; - version = "3.1.40"; + version = "3.1.42"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "gitpython-developers"; repo = "GitPython"; rev = "refs/tags/${version}"; - hash = "sha256-a5Ez6SuSqrJE306FrFjEnSoVhALVvubF1pLW4awK4gM="; + hash = "sha256-qpADumkfm8DHNlB2JeH/7sYrJqtYdFLv5YQAV0q5//s="; }; propagatedBuildInputs = [ No auto update branch exists Old version 3.1.40" not present in staging derivation file with contents: { lib , buildPythonPackage , ddt , fetchFromGitHub , gitdb , pkgs , pythonOlder , substituteAll , typing-extensions }: buildPythonPackage rec { pname = "gitpython"; version = "3.1.42"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "gitpython-developers"; repo = "GitPython"; rev = "refs/tags/${version}"; hash = "sha256-qpADumkfm8DHNlB2JeH/7sYrJqtYdFLv5YQAV0q5//s="; }; propagatedBuildInputs = [ ddt gitdb pkgs.gitMinimal ] ++ lib.optionals (pythonOlder "3.10") [ typing-extensions ]; postPatch = '' substituteInPlace git/cmd.py \ --replace 'git_exec_name = "git"' 'git_exec_name = "${pkgs.gitMinimal}/bin/git"' ''; # Tests require a git repo doCheck = false; pythonImportsCheck = [ "git" ]; meta = with lib; { description = "Python Git Library"; homepage = "https://github.com/gitpython-developers/GitPython"; changelog = "https://github.com/gitpython-developers/GitPython/blob/${version}/doc/source/changes.rst"; license = licenses.bsd3; maintainers = with maintainers; [ fab ]; }; } [result] Failed to update python311Packages.gitpython 3.1.40 -> 3.1.42 https://github.com/gitpython-developers/GitPython/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.wsnsimpy, using log file: /var/log/nixpkgs-update/python311Packages.wsnsimpy/2024-03-16.log python311Packages.wsnsimpy 0 -> 1 attrpath: python311Packages.wsnsimpy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kyzza2nk0y8c248n8pq17hmq3c2iqzb0-packages.json.drv building '/nix/store/kyzza2nk0y8c248n8pq17hmq3c2iqzb0-packages.json.drv'... Going to be running update for following packages: - python3.11-wsnsimpy-0.2.5 Press Enter key to continue... Running update for: - python3.11-wsnsimpy-0.2.5: UPDATING ... - python3.11-wsnsimpy-0.2.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.wsnsimpy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.uz, using log file: /var/log/nixpkgs-update/aspellDicts.uz/2024-03-16.log aspellDicts.uz 0 -> 1 attrpath: aspellDicts.uz 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/k7iwsiy6j8pid1nszavldjrvgbscdf06-update-aspellDict-uz.drv /nix/store/r2w02i2yxf4dxhgbrxs4phxx2jrr8iyd-packages.json.drv building '/nix/store/k7iwsiy6j8pid1nszavldjrvgbscdf06-update-aspellDict-uz.drv'... building '/nix/store/r2w02i2yxf4dxhgbrxs4phxx2jrr8iyd-packages.json.drv'... Going to be running update for following packages: - aspell-dict-uz-0.6-0 Press Enter key to continue... Running update for: - aspell-dict-uz-0.6-0: UPDATING ... - aspell-dict-uz-0.6-0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update aspellDicts.uz 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath enlightenment.econnman, using log file: /var/log/nixpkgs-update/enlightenment.econnman/2024-03-16.log enlightenment.econnman 0 -> 1 attrpath: enlightenment.econnman Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9481f04wvq4fsm73nzc25nxd2slmyr5k-packages.json.drv building '/nix/store/9481f04wvq4fsm73nzc25nxd2slmyr5k-packages.json.drv'... Going to be running update for following packages: - econnman-1.1 Press Enter key to continue... Running update for: - econnman-1.1: UPDATING ... - econnman-1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update enlightenment.econnman 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.hslua-typing, using log file: /var/log/nixpkgs-update/haskellPackages.hslua-typing/2024-03-16.log haskellPackages.hslua-typing 0.1.0 -> 0.1.1 https://repology.org/project/haskell:hslua-typing/versions attrpath: haskellPackages.hslua-typing Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.hslua-typing 0.1.0 -> 0.1.1 https://repology.org/project/haskell:hslua-typing/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.hslua-packaging, using log file: /var/log/nixpkgs-update/haskellPackages.hslua-packaging/2024-03-16.log haskellPackages.hslua-packaging 2.3.0 -> 2.3.1 https://repology.org/project/haskell:hslua-packaging/versions attrpath: haskellPackages.hslua-packaging Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.hslua-packaging 2.3.0 -> 2.3.1 https://repology.org/project/haskell:hslua-packaging/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.MLMusingR, using log file: /var/log/nixpkgs-update/rPackages.MLMusingR/2024-03-16.log rPackages.MLMusingR 0.3.0 -> 0.3.2 https://repology.org/project/r:mlmusingr/versions attrpath: rPackages.MLMusingR Checking auto update branch... No auto update branch exists Old version 0.3.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.MLMusingR 0.3.0 -> 0.3.2 https://repology.org/project/r:mlmusingr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.Rdta, using log file: /var/log/nixpkgs-update/rPackages.Rdta/2024-03-16.log rPackages.Rdta 1.0.0 -> 1.0.1 https://repology.org/project/r:rdta/versions attrpath: rPackages.Rdta Checking auto update branch... No auto update branch exists Old version 1.0.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.Rdta 1.0.0 -> 1.0.1 https://repology.org/project/r:rdta/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.hslua-marshalling, using log file: /var/log/nixpkgs-update/haskellPackages.hslua-marshalling/2024-03-16.log haskellPackages.hslua-marshalling 2.3.0 -> 2.3.1 https://repology.org/project/haskell:hslua-marshalling/versions attrpath: haskellPackages.hslua-marshalling Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.hslua-marshalling 2.3.0 -> 2.3.1 https://repology.org/project/haskell:hslua-marshalling/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.ConvergenceClubs, using log file: /var/log/nixpkgs-update/rPackages.ConvergenceClubs/2024-03-16.log rPackages.ConvergenceClubs 2.2.4 -> 2.2.5 https://repology.org/project/r:convergenceclubs/versions attrpath: rPackages.ConvergenceClubs Checking auto update branch... No auto update branch exists Old version 2.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.ConvergenceClubs 2.2.4 -> 2.2.5 https://repology.org/project/r:convergenceclubs/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.biomaRt, using log file: /var/log/nixpkgs-update/rPackages.biomaRt/2024-03-16.log rPackages.biomaRt 2.58.0 -> 2.58.2 https://repology.org/project/r:biomart/versions attrpath: rPackages.biomaRt Checking auto update branch... No auto update branch exists Old version 2.58.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.biomaRt 2.58.0 -> 2.58.2 https://repology.org/project/r:biomart/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gauche, using log file: /var/log/nixpkgs-update/gauche/2024-03-16.log gauche 0.9.13 -> 0.9.14 https://repology.org/project/gauche/versions attrpath: gauche Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/interpreters/gauche/default.nix b/pkgs/development/interpreters/gauche/default.nix index aa58be639b9d..bb9910122d20 100644 --- a/pkgs/development/interpreters/gauche/default.nix +++ b/pkgs/development/interpreters/gauche/default.nix @@ -3,13 +3,13 @@ stdenv.mkDerivation rec { pname = "gauche"; - version = "0.9.13"; + version = "0.9.14"; src = fetchFromGitHub { owner = "shirok"; repo = pname; rev = "release${lib.replaceStrings [ "." ] [ "_" ] version}"; - hash = "sha256-XD4zJzCktGi/E9sA6BVm9JVQBVrG5119EjZNbP1pVJU="; + hash = "sha256-gsz9S7oWIBOlCeQWwPQbRJzhTWNNj/aKiLwLTFOqW/c="; }; nativeBuildInputs = [ gaucheBootstrap pkg-config texinfo autoreconfHook ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A gauche nix build failed. configure: creating ./config.status config.status: creating Makefile config.status: creating bdw-gc.pc config.status: creating include/config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing default commands This Gauche has been configured with the following parameters: version: 0.9.14 documentation: Yes slib: /usr/local/slib thread: pthreads tls/ssl: mbedtls CA store: file /nix/store/vg342kvyij1m8hdkhpylvmf6vm9ygniv-nss-cacert-3.98/etc/ssl/certs/ca-bundle.crt optional modules: gdbm zlib @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase build flags: -j24 SHELL=/nix/store/4vzal97iq3dmrgycj8r0gflrh51p8w1s-bash-5.2p26/bin/bash "/nix/store/q765rkp2xa823l4dfsk37sg5s2zqqg05-gauche-bootstrap-0.9.12/bin/gosh" "./tools/check-build-version" 0.9.13 && touch pre-package.stamp !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! To build Gauche from scratch, you need the latest release of Gauche on your machine. You seem to have 0.9.12 Update it to 0.9.13 before proceeding. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! make: *** [Makefile:77: pre-package.stamp] Error 1 [result] Failed to update gauche 0.9.13 -> 0.9.14 https://repology.org/project/gauche/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.seqtrie, using log file: /var/log/nixpkgs-update/rPackages.seqtrie/2024-03-16.log rPackages.seqtrie 0.2.5 -> 0.2.6 https://repology.org/project/r:seqtrie/versions attrpath: rPackages.seqtrie 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.seqtrie 0.2.5 -> 0.2.6 https://repology.org/project/r:seqtrie/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath jenkins-job-builder, using log file: /var/log/nixpkgs-update/jenkins-job-builder/2024-03-16.log jenkins-job-builder 0 -> 1 attrpath: jenkins-job-builder Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ivaqslq6sw73h7i06b1hqbhg98p7nw5m-packages.json.drv building '/nix/store/ivaqslq6sw73h7i06b1hqbhg98p7nw5m-packages.json.drv'... Going to be running update for following packages: - jenkins-job-builder-6.0.0 Press Enter key to continue... Running update for: - jenkins-job-builder-6.0.0: UPDATING ... - jenkins-job-builder-6.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update jenkins-job-builder 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.robustbase, using log file: /var/log/nixpkgs-update/rPackages.robustbase/2024-03-16.log rPackages.robustbase 0.99-1 -> 0.99.2 https://repology.org/project/r:robustbase/versions attrpath: rPackages.robustbase Checking auto update branch... No auto update branch exists Old version 0.99-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.robustbase 0.99-1 -> 0.99.2 https://repology.org/project/r:robustbase/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kicad, using log file: /var/log/nixpkgs-update/kicad/2024-03-16.log kicad 0 -> 1 attrpath: kicad Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/w2ccz9xg228cp4hxbbk4pmmcb34da273-packages.json.drv building '/nix/store/w2ccz9xg228cp4hxbbk4pmmcb34da273-packages.json.drv'... Going to be running update for following packages: - kicad-7.0.10 Press Enter key to continue... Running update for: - kicad-7.0.10: UPDATING ... - kicad-7.0.10: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/science/electronics/kicad/versions.nix b/pkgs/applications/science/electronics/kicad/versions.nix index 11837638e1ab..fa89c35ff39a 100644 --- a/pkgs/applications/science/electronics/kicad/versions.nix +++ b/pkgs/applications/science/electronics/kicad/versions.nix @@ -3,23 +3,23 @@ { "kicad" = { kicadVersion = { - version = "7.0.10"; + version = "8.0.1"; src = { - rev = "7daac78752749fc919e932be6156914aa83c926f"; - sha256 = "0z459yi0s02mwdgbr3xxw43gn9yjhvfkjnsxmns5mksgzsr5nmhh"; + rev = "20421d65e5a7ede894345d337ab47b469f5ba154"; + sha256 = "096kvmm96ccxir1rspgzzjkp6y2j80l3w2vphg9iv3drxmjp7qjv"; }; }; libVersion = { - version = "7.0.10"; + version = "8.0.1"; libSources = { - symbols.rev = "eedf6c9ddac2816023e817d4dc91032f9d7390b9"; - symbols.sha256 = "0nlgmxf9z1vf4g350dfkxql1dawgmw275wqxkgszsfxmhdfpmi9v"; - templates.rev = "9ce98cc45f3778e05c404edebf0f98de5c247ffe"; - templates.sha256 = "0mykfwwik7472i4r0isc5szj3dnmvd0538p0vlmzh4rcgj3pj3vm"; - footprints.rev = "7061fc9847ecc1b838e60dc6826db534028494f6"; - footprints.sha256 = "1az6fzh1lma71mj12bc4bblnmzjayrxhkb8w9rjvlhvvgv33cdmy"; - packages3d.rev = "d7345b34daaa23acf0d4506ed937fb424b5b18cd"; - packages3d.sha256 = "0xzyi4mgyifwc6dppdzh6jq294mkj0a71cwkqw2ymz1kfbksw626"; + symbols.rev = "d6aff3948edfca2bacf36900ff080f6b3f65fe4c"; + symbols.sha256 = "00xnvikmqd1zkg9p1f89kvryvkybl5f20baij6babqyc29nbzkwy"; + templates.rev = "0a6c4f798a68a5c639d54b4d3093460ab9267816"; + templates.sha256 = "0m9bggz3cm27kqpjjwxy19mqzk0c69bywcjkqcni7kafr21c6k4z"; + footprints.rev = "226b4f3d5c10a4126d88b895188bdab629fe60b0"; + footprints.sha256 = "1bb3mb2a7vkridgmqqm9ib3hv2m4zx1i14mglb11sribypy0ma5p"; + packages3d.rev = "49c1cd4017499b8a7f6dedbe7ede834d1713eb28"; + packages3d.sha256 = "0b5jwr5bbd0kzb75nj3028knjrv0872dk54sbsnxaz669q8zaxap"; }; }; }; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A kicad Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . kicad Standard output: error: build log of 'kicad' is not available [result] Failed to update kicad 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath openmoji-black, using log file: /var/log/nixpkgs-update/openmoji-black/2024-03-16.log openmoji-black 14.0.0 -> 15.0.0 https://github.com/hfg-gmuend/openmoji/releases attrpath: openmoji-black Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - openmoji: 14.0.0 -> 15.0.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/275871" [result] Failed to update openmoji-black 14.0.0 -> 15.0.0 https://github.com/hfg-gmuend/openmoji/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.tds_fdw, using log file: /var/log/nixpkgs-update/postgresql12JitPackages.tds_fdw/2024-03-16.log postgresql12JitPackages.tds_fdw 0 -> 1 attrpath: postgresql12JitPackages.tds_fdw Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/sp3lhyypaf2b9m2xzcr26cc1r242nmxg-packages.json.drv building '/nix/store/sp3lhyypaf2b9m2xzcr26cc1r242nmxg-packages.json.drv'... Going to be running update for following packages: - tds_fdw-unstable-2024-02-10 Press Enter key to continue... Running update for: - tds_fdw-unstable-2024-02-10: UPDATING ... - tds_fdw-unstable-2024-02-10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update postgresql12JitPackages.tds_fdw 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.jupyterhub-ldapauthenticator, using log file: /var/log/nixpkgs-update/python311Packages.jupyterhub-ldapauthenticator/2024-03-16.log python311Packages.jupyterhub-ldapauthenticator 0 -> 1 attrpath: python311Packages.jupyterhub-ldapauthenticator Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zh0n712ymwyz3lsbii0syn1daayjqwxb-packages.json.drv building '/nix/store/zh0n712ymwyz3lsbii0syn1daayjqwxb-packages.json.drv'... Going to be running update for following packages: - python3.11-jupyterhub-ldapauthenticator-1.3.2 Press Enter key to continue... Running update for: - python3.11-jupyterhub-ldapauthenticator-1.3.2: UPDATING ... - python3.11-jupyterhub-ldapauthenticator-1.3.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.jupyterhub-ldapauthenticator 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ramlfications, using log file: /var/log/nixpkgs-update/python311Packages.ramlfications/2024-03-16.log python311Packages.ramlfications 0 -> 1 attrpath: python311Packages.ramlfications Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/l5cch0jdnyvvanrjmh57lbla3lq60v4l-packages.json.drv building '/nix/store/l5cch0jdnyvvanrjmh57lbla3lq60v4l-packages.json.drv'... Going to be running update for following packages: - python3.11-ramlfications-0.1.9 Press Enter key to continue... Running update for: - python3.11-ramlfications-0.1.9: UPDATING ... - python3.11-ramlfications-0.1.9: DONE. Packages updated! 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 Old version 0.1.9" not present in staging derivation file with contents: { lib, buildPythonPackage, fetchPypi , mock, pytest, pytest-mock, pytest-server-fixtures, pytest-localserver , termcolor, click, markdown2, six, jsonref, pyyaml, xmltodict, attrs }: buildPythonPackage rec { pname = "ramlfications"; version = "0.2.2"; format = "setuptools"; src = fetchPypi { inherit pname version; sha256 = "sha256-wcQd5j74y7d0xFeWlwlhceZj95ixUmv5upnv/6Rl1ew="; }; meta = with lib; { description = "A Python RAML parser."; homepage = "https://ramlfications.readthedocs.org"; license = licenses.asl20; maintainers = with maintainers; [ ]; platforms = platforms.all; }; doCheck = false; # [darwin] AssertionError: Expected 'update_mime_types' to have been called once. Called 0 times. buildInputs = [ mock pytest pytest-mock pytest-server-fixtures pytest-localserver ]; propagatedBuildInputs = [ termcolor click markdown2 six jsonref pyyaml xmltodict attrs ]; } [result] Failed to update python311Packages.ramlfications 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.durus, using log file: /var/log/nixpkgs-update/python311Packages.durus/2024-03-16.log python311Packages.durus 0 -> 1 attrpath: python311Packages.durus Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/f9kv65zb08ajalmkmzn02drzqdqajamk-packages.json.drv building '/nix/store/f9kv65zb08ajalmkmzn02drzqdqajamk-packages.json.drv'... Going to be running update for following packages: - python3.11-Durus-4.2 Press Enter key to continue... Running update for: - python3.11-Durus-4.2: UPDATING ... - python3.11-Durus-4.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.durus 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lektor, using log file: /var/log/nixpkgs-update/lektor/2024-03-16.log lektor 0 -> 1 attrpath: lektor 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/y0irr1pjnbxp7adsjlnn73l294flymbb-packages.json.drv building '/nix/store/y0irr1pjnbxp7adsjlnn73l294flymbb-packages.json.drv'... Going to be running update for following packages: - lektor-3.4.0b8 Press Enter key to continue... Running update for: - lektor-3.4.0b8: UPDATING ... - lektor-3.4.0b8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update lektor 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.inkex, using log file: /var/log/nixpkgs-update/python311Packages.inkex/2024-03-16.log python311Packages.inkex 0 -> 1 attrpath: python311Packages.inkex Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/v8c1x471awxwiz0rr2i0labxrh7xff7x-packages.json.drv building '/nix/store/v8c1x471awxwiz0rr2i0labxrh7xff7x-packages.json.drv'... Going to be running update for following packages: - python3.11-inkex-1.3.2 Press Enter key to continue... Running update for: - python3.11-inkex-1.3.2: UPDATING ... - python3.11-inkex-1.3.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.inkex 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gh2md, using log file: /var/log/nixpkgs-update/gh2md/2024-03-16.log gh2md 0 -> 1 attrpath: gh2md Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/yiypsd78d5ypm8krywf2g2c5msvh63ws-packages.json.drv building '/nix/store/yiypsd78d5ypm8krywf2g2c5msvh63ws-packages.json.drv'... Going to be running update for following packages: - gh2md-2.3.1 Press Enter key to continue... Running update for: - gh2md-2.3.1: UPDATING ... - gh2md-2.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update gh2md 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tiledb, using log file: /var/log/nixpkgs-update/python311Packages.tiledb/2024-03-16.log python311Packages.tiledb 0 -> 1 attrpath: python311Packages.tiledb Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8hiddrv5yk0k4f2ll9pai260xndndzq7-packages.json.drv building '/nix/store/8hiddrv5yk0k4f2ll9pai260xndndzq7-packages.json.drv'... Going to be running update for following packages: - python3.11-tiledb-0.24.0 Press Enter key to continue... Running update for: - python3.11-tiledb-0.24.0: UPDATING ... - python3.11-tiledb-0.24.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/tiledb/default.nix b/pkgs/development/python-modules/tiledb/default.nix index d7c724ab25d2..7651f3a7a3df 100644 --- a/pkgs/development/python-modules/tiledb/default.nix +++ b/pkgs/development/python-modules/tiledb/default.nix @@ -15,14 +15,14 @@ buildPythonPackage rec { pname = "tiledb"; - version = "0.24.0"; + version = "0.26.3"; format = "setuptools"; src = fetchFromGitHub { owner = "TileDB-Inc"; repo = "TileDB-Py"; rev = "refs/tags/${version}"; - hash = "sha256-EcWqh/xFyFvTuyzsPuAkT67O0y8TPWt2MvXVPnaQzrg="; + hash = "sha256-bieRqMiVarK4Qw/to8LJoT6vLigr/aP4clCaLb7Zkd8="; }; nativeBuildInputs = [ No auto update branch exists Old version 0.24.0" not present in staging derivation file with contents: { lib , python , buildPythonPackage , fetchFromGitHub , cython , pybind11 , tiledb , numpy , wheel , isPy3k , setuptools-scm , psutil , pandas }: buildPythonPackage rec { pname = "tiledb"; version = "0.26.2"; format = "setuptools"; src = fetchFromGitHub { owner = "TileDB-Inc"; repo = "TileDB-Py"; rev = "refs/tags/${version}"; hash = "sha256-8c1l4zoD44SjaOUXlFUSho/y7oMNOEVM9ZlnRs1irV8="; }; nativeBuildInputs = [ cython pybind11 setuptools-scm ]; buildInputs = [ tiledb ]; propagatedBuildInputs = [ numpy wheel # No idea why but it is listed ]; nativeCheckInputs = [ psutil # optional pandas ]; TILEDB_PATH = tiledb; disabled = !isPy3k; # Not bothering with python2 anymore postPatch = '' # Hardcode path to shared object substituteInPlace tiledb/__init__.py --replace \ 'os.path.join(lib_dir, lib_name)' 'os.path.join("${tiledb}/lib", lib_name)' # Disable failing test substituteInPlace tiledb/tests/test_examples.py --replace \ "test_docs" "dont_test_docs" # these tests don't always fail substituteInPlace tiledb/tests/test_libtiledb.py --replace \ "test_varlen_write_int_subarray" "dont_test_varlen_write_int_subarray" \ --replace "test_memory_cleanup" "dont_test_memory_cleanup" \ --replace "test_ctx_thread_cleanup" "dont_test_ctx_thread_cleanup" substituteInPlace tiledb/tests/test_metadata.py --replace \ "test_metadata_consecutive" "dont_test_metadata_consecutive" ''; checkPhase = '' pushd "$TMPDIR" ${python.interpreter} -m unittest tiledb.tests.all.suite_test popd ''; pythonImportsCheck = [ "tiledb" ]; meta = with lib; { description = "Python interface to the TileDB storage manager"; homepage = "https://github.com/TileDB-Inc/TileDB-Py"; license = licenses.mit; maintainers = with maintainers; [ fridh ]; # tiledb/core.cc:556:30: error: ‘struct std::array’ has no member named ‘second’ broken = true; }; } [result] Failed to update python311Packages.tiledb 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.rocm-smi, using log file: /var/log/nixpkgs-update/rocmPackages.rocm-smi/2024-03-16.log rocmPackages.rocm-smi 0 -> 1 attrpath: rocmPackages.rocm-smi Checking auto update branch... [version] [version] skipping because derivation has 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/2mvxw7rhpbg2y2zs3iwqlxcvws3ki70p-update.sh.drv /nix/store/7l2njips0lansm1l7rba8i844n265nna-packages.json.drv building '/nix/store/2mvxw7rhpbg2y2zs3iwqlxcvws3ki70p-update.sh.drv'... building '/nix/store/7l2njips0lansm1l7rba8i844n265nna-packages.json.drv'... Going to be running update for following packages: - rocm-smi-5.7.1 Press Enter key to continue... Running update for: - rocm-smi-5.7.1: UPDATING ... - rocm-smi-5.7.1: ERROR --- SHOWING ERROR LOG FOR rocm-smi-5.7.1 ---------------------- 'rocmPackages_5.rocm-smi' is already at it's maximum allowed version. Any further upgrades should go into 'rocmPackages_X.rocm-smi'. --- SHOWING ERROR LOG FOR rocm-smi-5.7.1 ---------------------- The update script for rocm-smi-5.7.1 failed with exit code 1 [result] Failed to update rocmPackages.rocm-smi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-fx, using log file: /var/log/nixpkgs-update/python311Packages.python-fx/2024-03-16.log python311Packages.python-fx 0 -> 1 attrpath: python311Packages.python-fx Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/chywk2wnkp139d717pk94jfl42534fpf-packages.json.drv building '/nix/store/chywk2wnkp139d717pk94jfl42534fpf-packages.json.drv'... Going to be running update for following packages: - python3.11-python-fx-0.3.1 Press Enter key to continue... Running update for: - python3.11-python-fx-0.3.1: UPDATING ... - python3.11-python-fx-0.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-fx 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-sitemap, using log file: /var/log/nixpkgs-update/python311Packages.sphinx-sitemap/2024-03-16.log python311Packages.sphinx-sitemap 0 -> 1 attrpath: python311Packages.sphinx-sitemap Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/515s2n1s3hx6cm47pa6h1jcfg18pk9kv-packages.json.drv building '/nix/store/515s2n1s3hx6cm47pa6h1jcfg18pk9kv-packages.json.drv'... Going to be running update for following packages: - python3.11-sphinx-sitemap-2.5.1 Press Enter key to continue... Running update for: - python3.11-sphinx-sitemap-2.5.1: UPDATING ... - python3.11-sphinx-sitemap-2.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sphinx-sitemap 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.simple-websocket-server, using log file: /var/log/nixpkgs-update/python311Packages.simple-websocket-server/2024-03-16.log python311Packages.simple-websocket-server 0 -> 1 attrpath: python311Packages.simple-websocket-server Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qyc6700vjz85dim9j2i11g06idzfav5q-packages.json.drv building '/nix/store/qyc6700vjz85dim9j2i11g06idzfav5q-packages.json.drv'... Going to be running update for following packages: - python3.11-simple-websocket-server-20180414 Press Enter key to continue... Running update for: - python3.11-simple-websocket-server-20180414: UPDATING ... - python3.11-simple-websocket-server-20180414: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.simple-websocket-server 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath emscriptenPackages.libxml2, using log file: /var/log/nixpkgs-update/emscriptenPackages.libxml2/2024-03-16.log emscriptenPackages.libxml2 0 -> 1 attrpath: emscriptenPackages.libxml2 Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6i11mc4vyj9pk8hkgm66br40sf8y23mp-packages.json.drv building '/nix/store/6i11mc4vyj9pk8hkgm66br40sf8y23mp-packages.json.drv'... Going to be running update for following packages: - emscripten-libxml2-2.12.5 Press Enter key to continue... Running update for: - emscripten-libxml2-2.12.5: UPDATING ... - emscripten-libxml2-2.12.5: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/libraries/libxml2/default.nix b/pkgs/development/libraries/libxml2/default.nix index 78c5d09889aa..3a85582f6b1d 100644 --- a/pkgs/development/libraries/libxml2/default.nix +++ b/pkgs/development/libraries/libxml2/default.nix @@ -35,7 +35,7 @@ in let libxml = stdenv.mkDerivation (finalAttrs: rec { pname = "libxml2"; - version = "2.12.5"; + version = "2.12.6"; outputs = [ "bin" "dev" "out" "doc" ] ++ lib.optional pythonSupport "py" @@ -44,7 +44,7 @@ libxml = stdenv.mkDerivation (finalAttrs: rec { src = fetchurl { url = "mirror://gnome/sources/libxml2/${lib.versions.majorMinor version}/libxml2-${version}.tar.xz"; - hash = "sha256-qXJ5Zpav04Bz4PWcKDw6L1pWC1JotLq8ORsoYWZSayE="; + hash = "sha256-iJxZOogaPbX92WzJMYyH3zTrZI7fxFgnKtRv1gc1P7s="; }; strictDeps = true; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A emscriptenPackages.libxml2 Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . emscriptenPackages.libxml2 Standard output: error: build log of 'emscriptenPackages.libxml2' is not available [result] Failed to update emscriptenPackages.libxml2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pytesseract, using log file: /var/log/nixpkgs-update/python311Packages.pytesseract/2024-03-16.log python311Packages.pytesseract 0 -> 1 attrpath: python311Packages.pytesseract Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/b0mwbzf1g9r2ic9cli2zwad6xx6z5bsb-packages.json.drv building '/nix/store/b0mwbzf1g9r2ic9cli2zwad6xx6z5bsb-packages.json.drv'... Going to be running update for following packages: - python3.11-pytesseract-0.3.13 Press Enter key to continue... Running update for: - python3.11-pytesseract-0.3.13: UPDATING ... - python3.11-pytesseract-0.3.13: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytesseract 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.jsonpath-ng, using log file: /var/log/nixpkgs-update/python311Packages.jsonpath-ng/2024-03-16.log python311Packages.jsonpath-ng 0 -> 1 attrpath: python311Packages.jsonpath-ng Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7h489fssjnggs58mnw60rh3hmah56x5q-packages.json.drv building '/nix/store/7h489fssjnggs58mnw60rh3hmah56x5q-packages.json.drv'... Going to be running update for following packages: - python3.11-jsonpath-ng-1.6.1 Press Enter key to continue... Running update for: - python3.11-jsonpath-ng-1.6.1: UPDATING ... - python3.11-jsonpath-ng-1.6.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.jsonpath-ng 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.django-mdeditor, using log file: /var/log/nixpkgs-update/python311Packages.django-mdeditor/2024-03-16.log python311Packages.django-mdeditor 0 -> 1 attrpath: python311Packages.django-mdeditor Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/knk4wv4w3wr5r93n5hnzxvrfggynb50k-packages.json.drv building '/nix/store/knk4wv4w3wr5r93n5hnzxvrfggynb50k-packages.json.drv'... Going to be running update for following packages: - python3.11-django-mdeditor-0.1.20 Press Enter key to continue... Running update for: - python3.11-django-mdeditor-0.1.20: UPDATING ... - python3.11-django-mdeditor-0.1.20: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-mdeditor 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.quart-cors, using log file: /var/log/nixpkgs-update/python311Packages.quart-cors/2024-03-16.log python311Packages.quart-cors 0 -> 1 attrpath: python311Packages.quart-cors Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gyapvwxjk2bzircy03zf9nf971v0p9q3-packages.json.drv building '/nix/store/gyapvwxjk2bzircy03zf9nf971v0p9q3-packages.json.drv'... Going to be running update for following packages: - python3.11-quart-cors-0.7.0 Press Enter key to continue... Running update for: - python3.11-quart-cors-0.7.0: UPDATING ... - python3.11-quart-cors-0.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.quart-cors 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pshs, using log file: /var/log/nixpkgs-update/pshs/2024-03-16.log pshs 0.3.4 -> 0.4.1 https://github.com/mgorny/pshs/releases attrpath: pshs Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/servers/http/pshs/default.nix b/pkgs/servers/http/pshs/default.nix index bbac8b843b15..7d028738e923 100644 --- a/pkgs/servers/http/pshs/default.nix +++ b/pkgs/servers/http/pshs/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "pshs"; - version = "0.3.4"; + version = "0.4.1"; src = fetchFromGitHub { owner = "mgorny"; repo = "pshs"; rev = "v${version}"; - sha256 = "1j8j4r0vsmp6226q6jdgf9bzhx3qk7vdliwaw7f8kcsrkndkg6p4"; + sha256 = "sha256-40Q9n6KYeo60Na/1ZdUGZSoP4f/dSOuDgHzKthA5cIk="; }; nativeBuildInputs = [ autoreconfHook pkg-config ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A pshs nix build failed. got build log for 'pshs' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/vxvyfbg8112lwvfcshv2m2hf4ziiiywl-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "autoreconfPhase" } Running phase: autoreconfPhase autoreconf: export WARNINGS= autoreconf: error: 'configure.ac' is required [result] Failed to update pshs 0.3.4 -> 0.4.1 https://github.com/mgorny/pshs/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.psrpcore, using log file: /var/log/nixpkgs-update/python311Packages.psrpcore/2024-03-16.log python311Packages.psrpcore 0 -> 1 attrpath: python311Packages.psrpcore Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nvk19ibfw1qyzq228p51d1407l6992y7-packages.json.drv building '/nix/store/nvk19ibfw1qyzq228p51d1407l6992y7-packages.json.drv'... Going to be running update for following packages: - python3.11-psrpcore-0.2.2 Press Enter key to continue... Running update for: - python3.11-psrpcore-0.2.2: UPDATING ... - python3.11-psrpcore-0.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.psrpcore 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath norminette, using log file: /var/log/nixpkgs-update/norminette/2024-03-16.log norminette 0 -> 1 attrpath: norminette Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/r5qabkmnzccl7p95pv63zr2z6s2i5p4k-packages.json.drv building '/nix/store/r5qabkmnzccl7p95pv63zr2z6s2i5p4k-packages.json.drv'... Going to be running update for following packages: - norminette-3.3.55 Press Enter key to continue... Running update for: - norminette-3.3.55: UPDATING ... - norminette-3.3.55: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update norminette 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pynws, using log file: /var/log/nixpkgs-update/python311Packages.pynws/2024-03-16.log python311Packages.pynws 0 -> 1 attrpath: python311Packages.pynws Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bjvbx5yif6jzfbqg1s1vr1wacpvpw03d-packages.json.drv building '/nix/store/bjvbx5yif6jzfbqg1s1vr1wacpvpw03d-packages.json.drv'... Going to be running update for following packages: - python3.11-pynws-1.6.0 Press Enter key to continue... Running update for: - python3.11-pynws-1.6.0: UPDATING ... - python3.11-pynws-1.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pynws 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath zi, using log file: /var/log/nixpkgs-update/zi/2024-03-16.log zi unstable-2022-04-09 -> 1.0.3 https://github.com/z-shell/zi/releases attrpath: zi Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update zi unstable-2022-04-09 -> 1.0.3 https://github.com/z-shell/zi/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sentence-splitter, using log file: /var/log/nixpkgs-update/python311Packages.sentence-splitter/2024-03-16.log python311Packages.sentence-splitter 0 -> 1 attrpath: python311Packages.sentence-splitter Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/y6dxyrx0w3f88c77gxqgh6qp94zriqi4-packages.json.drv building '/nix/store/y6dxyrx0w3f88c77gxqgh6qp94zriqi4-packages.json.drv'... Going to be running update for following packages: - python3.11-sentence-splitter-1.4 Press Enter key to continue... Running update for: - python3.11-sentence-splitter-1.4: UPDATING ... - python3.11-sentence-splitter-1.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sentence-splitter 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mautrix-discord, using log file: /var/log/nixpkgs-update/mautrix-discord/2024-03-16.log mautrix-discord 0 -> 1 attrpath: mautrix-discord Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] skipping because derivation has updateScript [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jhq3f55x7iaqsg8gag5wzbb51vapj9zy-packages.json.drv building '/nix/store/jhq3f55x7iaqsg8gag5wzbb51vapj9zy-packages.json.drv'... Going to be running update for following packages: - mautrix-discord-0.6.5 Press Enter key to continue... Running update for: - mautrix-discord-0.6.5: UPDATING ... - mautrix-discord-0.6.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update mautrix-discord 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dunamai, using log file: /var/log/nixpkgs-update/python311Packages.dunamai/2024-03-16.log python311Packages.dunamai 0 -> 1 attrpath: python311Packages.dunamai Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hjd11sx78265na8dpwbws6570fy124ml-packages.json.drv building '/nix/store/hjd11sx78265na8dpwbws6570fy124ml-packages.json.drv'... Going to be running update for following packages: - python3.11-dunamai-1.19.0 Press Enter key to continue... Running update for: - python3.11-dunamai-1.19.0: UPDATING ... - python3.11-dunamai-1.19.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/dunamai/default.nix b/pkgs/development/python-modules/dunamai/default.nix index 7cbd3ea50efc..67c79700ae36 100644 --- a/pkgs/development/python-modules/dunamai/default.nix +++ b/pkgs/development/python-modules/dunamai/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "dunamai"; - version = "1.19.0"; + version = "1.19.2"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "mtkennerly"; repo = "dunamai"; rev = "refs/tags/v${version}"; - hash = "sha256-wMIqm1bUub89ExnbvJBzuZ9479el8EgwVcfPpI+SD5Y="; + hash = "sha256-oLJlBytdp9uVdKEdYDMz/IYnPP7XVnCUcThKO3IiW10="; }; nativeBuildInputs = [ No auto update branch exists Old version 1.19.0" not present in staging derivation file with contents: { lib , poetry-core , buildPythonPackage , fetchFromGitHub , pythonOlder , importlib-metadata , packaging , pytestCheckHook , git }: buildPythonPackage rec { pname = "dunamai"; version = "1.19.2"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "mtkennerly"; repo = "dunamai"; rev = "refs/tags/v${version}"; hash = "sha256-oLJlBytdp9uVdKEdYDMz/IYnPP7XVnCUcThKO3IiW10="; }; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ packaging ] ++ lib.optionals (pythonOlder "3.8") [ importlib-metadata ]; # needs to be able to run dunami from PATH preCheck = '' export PATH=$PATH:$out/bin export HOME=$(mktemp -d) git config --global user.email "nobody@example.com" git config --global user.name "Nobody" ''; nativeCheckInputs = [ git pytestCheckHook ]; disabledTests = [ # clones from github.com "test__version__from_git__shallow" ]; pythonImportsCheck = [ "dunamai" ]; meta = with lib; { description = "Dynamic version generation"; homepage = "https://github.com/mtkennerly/dunamai"; changelog = "https://github.com/mtkennerly/dunamai/blob/v${version}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ jmgilman ]; }; } [result] Failed to update python311Packages.dunamai 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.adb-enhanced, using log file: /var/log/nixpkgs-update/python311Packages.adb-enhanced/2024-03-16.log python311Packages.adb-enhanced 0 -> 1 attrpath: python311Packages.adb-enhanced Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/as1gyh806p6f7jm2ym0k6d2b4wifskcs-packages.json.drv building '/nix/store/as1gyh806p6f7jm2ym0k6d2b4wifskcs-packages.json.drv'... Going to be running update for following packages: - python3.11-adb-enhanced-2.5.22 Press Enter key to continue... Running update for: - python3.11-adb-enhanced-2.5.22: UPDATING ... - python3.11-adb-enhanced-2.5.22: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.adb-enhanced 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath matter-compiler, using log file: /var/log/nixpkgs-update/matter-compiler/2024-03-16.log matter-compiler 0 -> 1 attrpath: matter-compiler 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 matter-compiler 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.geopy, using log file: /var/log/nixpkgs-update/python311Packages.geopy/2024-03-16.log python311Packages.geopy 0 -> 1 attrpath: python311Packages.geopy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/b46vhi2ilh48kprar1hdg67xh4yp05dz-packages.json.drv building '/nix/store/b46vhi2ilh48kprar1hdg67xh4yp05dz-packages.json.drv'... Going to be running update for following packages: - python3.11-geopy-2.4.1 Press Enter key to continue... Running update for: - python3.11-geopy-2.4.1: UPDATING ... - python3.11-geopy-2.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.geopy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.help2man, using log file: /var/log/nixpkgs-update/python311Packages.help2man/2024-03-16.log python311Packages.help2man 0 -> 1 attrpath: python311Packages.help2man Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wsi4wdirpka5p7cbcpjiqs45aidkzmjc-packages.json.drv building '/nix/store/wsi4wdirpka5p7cbcpjiqs45aidkzmjc-packages.json.drv'... Going to be running update for following packages: - python3.11-help2man-0.0.9 Press Enter key to continue... Running update for: - python3.11-help2man-0.0.9: UPDATING ... - python3.11-help2man-0.0.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.help2man 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sdds, using log file: /var/log/nixpkgs-update/python311Packages.sdds/2024-03-16.log python311Packages.sdds 0 -> 1 attrpath: python311Packages.sdds Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/njkivckpnsv3ckzs0mn6gi7g3qgjls4i-packages.json.drv building '/nix/store/njkivckpnsv3ckzs0mn6gi7g3qgjls4i-packages.json.drv'... Going to be running update for following packages: - python3.11-sdds-0.4.1 Press Enter key to continue... Running update for: - python3.11-sdds-0.4.1: UPDATING ... - python3.11-sdds-0.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sdds 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath macs2, using log file: /var/log/nixpkgs-update/macs2/2024-03-16.log macs2 2.2.9.1 -> 3.0.1 https://github.com/macs3-project/MACS/releases attrpath: macs2 Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/21h679snqr1jaiimrsffnpksp72awjqw-packages.json.drv building '/nix/store/21h679snqr1jaiimrsffnpksp72awjqw-packages.json.drv'... Going to be running update for following packages: - python3.11-macs2-2.2.9.1 Press Enter key to continue... Running update for: - python3.11-macs2-2.2.9.1: UPDATING ... - python3.11-macs2-2.2.9.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update macs2 2.2.9.1 -> 3.0.1 https://github.com/macs3-project/MACS/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath elpa, using log file: /var/log/nixpkgs-update/elpa/2024-03-16.log elpa 2023.11.001 -> 2023.11.001-patched https://repology.org/project/elpa/versions attrpath: elpa 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/j6b1rci58dcl9c49v0drwsndhikw7bch-elpa-2023.11.001-patched.tar.gz.drv building '/nix/store/j6b1rci58dcl9c49v0drwsndhikw7bch-elpa-2023.11.001-patched.tar.gz.drv'... trying https://elpa.mpcdf.mpg.de/software/tarball-archive/Releases/2023.11.001-patched/elpa-2023.11.001-patched.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 elpa-2023.11.001-patched.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 'elpa.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/j6b1rci58dcl9c49v0drwsndhikw7bch-elpa-2023.11.001-patched.tar.gz.drv /nix/store/bsknp76dafaw52inlmh2lmxkx8a6j0z6-elpa-2023.11.001-patched.drv building '/nix/store/j6b1rci58dcl9c49v0drwsndhikw7bch-elpa-2023.11.001-patched.tar.gz.drv'... trying https://elpa.mpcdf.mpg.de/software/tarball-archive/Releases/2023.11.001-patched/elpa-2023.11.001-patched.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 elpa-2023.11.001-patched.tar.gz from any mirror error: builder for '/nix/store/j6b1rci58dcl9c49v0drwsndhikw7bch-elpa-2023.11.001-patched.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://elpa.mpcdf.mpg.de/software/tarball-archive/Releases/2023.11.001-patched/elpa-2023.11.001-patched.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 elpa-2023.11.001-patched.tar.gz from any mirror For full logs, run 'nix log /nix/store/j6b1rci58dcl9c49v0drwsndhikw7bch-elpa-2023.11.001-patched.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/bsknp76dafaw52inlmh2lmxkx8a6j0z6-elpa-2023.11.001-patched.drv' failed to build [result] Failed to update elpa 2023.11.001 -> 2023.11.001-patched https://repology.org/project/elpa/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.brulee, using log file: /var/log/nixpkgs-update/rPackages.brulee/2024-03-16.log rPackages.brulee 0.2.0 -> 0.3.0 https://repology.org/project/r:brulee/versions attrpath: rPackages.brulee 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.brulee 0.2.0 -> 0.3.0 https://repology.org/project/r:brulee/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.quantmod, using log file: /var/log/nixpkgs-update/rPackages.quantmod/2024-03-16.log rPackages.quantmod 0.4.25 -> 0.4.26 https://repology.org/project/r:quantmod/versions attrpath: rPackages.quantmod Checking auto update branch... No auto update branch exists Old version 0.4.25" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.quantmod 0.4.25 -> 0.4.26 https://repology.org/project/r:quantmod/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.sra, using log file: /var/log/nixpkgs-update/rPackages.sra/2024-03-16.log rPackages.sra 0.1.4 -> 0.1.4.1 https://repology.org/project/r:sra/versions attrpath: rPackages.sra Checking auto update branch... No auto update branch exists Old version 0.1.4" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.sra 0.1.4 -> 0.1.4.1 https://repology.org/project/r:sra/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.validate, using log file: /var/log/nixpkgs-update/rPackages.validate/2024-03-16.log rPackages.validate 1.1.3 -> 1.1.5 https://repology.org/project/r:validate/versions attrpath: rPackages.validate 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.validate 1.1.3 -> 1.1.5 https://repology.org/project/r:validate/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.BeeBDC, using log file: /var/log/nixpkgs-update/rPackages.BeeBDC/2024-03-16.log rPackages.BeeBDC 1.0.3 -> 1.0.4 https://repology.org/project/r:beebdc/versions attrpath: rPackages.BeeBDC 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.BeeBDC 1.0.3 -> 1.0.4 https://repology.org/project/r:beebdc/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.ale, using log file: /var/log/nixpkgs-update/rPackages.ale/2024-03-16.log rPackages.ale 0.2.0 -> 0.3.0 https://repology.org/project/r:ale/versions attrpath: rPackages.ale 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.ale 0.2.0 -> 0.3.0 https://repology.org/project/r:ale/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.waved, using log file: /var/log/nixpkgs-update/rPackages.waved/2024-03-16.log rPackages.waved 1.2 -> 1.3 https://repology.org/project/r:waved/versions attrpath: rPackages.waved 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.waved 1.2 -> 1.3 https://repology.org/project/r:waved/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.rols, using log file: /var/log/nixpkgs-update/rPackages.rols/2024-03-16.log rPackages.rols 2.30.0 -> 2.30.2 https://repology.org/project/r:rols/versions attrpath: rPackages.rols Checking auto update branch... No auto update branch exists Old version 2.30.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.rols 2.30.0 -> 2.30.2 https://repology.org/project/r:rols/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.baguette, using log file: /var/log/nixpkgs-update/rPackages.baguette/2024-03-16.log rPackages.baguette 1.0.1 -> 1.0.2 https://repology.org/project/r:baguette/versions attrpath: rPackages.baguette 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.baguette 1.0.1 -> 1.0.2 https://repology.org/project/r:baguette/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.thematic, using log file: /var/log/nixpkgs-update/rPackages.thematic/2024-03-16.log rPackages.thematic 0.1.4 -> 0.1.5 https://repology.org/project/r:thematic/versions attrpath: rPackages.thematic Checking auto update branch... No auto update branch exists Old version 0.1.4" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.thematic 0.1.4 -> 0.1.5 https://repology.org/project/r:thematic/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cantools, using log file: /var/log/nixpkgs-update/python311Packages.cantools/2024-03-16.log python311Packages.cantools 0 -> 1 attrpath: python311Packages.cantools Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wkwlk20f1i0qclsx984qxkrgk4g1sib2-packages.json.drv building '/nix/store/wkwlk20f1i0qclsx984qxkrgk4g1sib2-packages.json.drv'... Going to be running update for following packages: - python3.11-cantools-39.4.4 Press Enter key to continue... Running update for: - python3.11-cantools-39.4.4: UPDATING ... - python3.11-cantools-39.4.4: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/cantools/default.nix b/pkgs/development/python-modules/cantools/default.nix index cb2b7f6fcce7..be35727e91c3 100644 --- a/pkgs/development/python-modules/cantools/default.nix +++ b/pkgs/development/python-modules/cantools/default.nix @@ -17,14 +17,14 @@ buildPythonPackage rec { pname = "cantools"; - version = "39.4.4"; + version = "39.4.5"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - hash = "sha256-bo6Ri2ZxpiqfOZBUbs5WI+Hetx3vsc74WplVrDAdqZ4="; + hash = "sha256-WU8q6A3q24xrCOjhMi1C4lj0DULIDWiG2E4BQ/kLWiM="; }; postPatch = '' An auto update branch exists with message `python311Packages.cantools: 39.4.4 -> 39.4.5`. New version is 39.4.5. An auto update branch exists with an equal or greater version [result] Failed to update python311Packages.cantools 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath scripthaus, using log file: /var/log/nixpkgs-update/scripthaus/2024-03-16.log scripthaus 0 -> 1 attrpath: scripthaus 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/v35ax05pc0724gmsaswwsp7308aw4b9k-packages.json.drv building '/nix/store/v35ax05pc0724gmsaswwsp7308aw4b9k-packages.json.drv'... Going to be running update for following packages: - scripthaus-0.5.1 Press Enter key to continue... Running update for: - scripthaus-0.5.1: UPDATING ... - scripthaus-0.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update scripthaus 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.myuplink, using log file: /var/log/nixpkgs-update/python311Packages.myuplink/2024-03-16.log python311Packages.myuplink 0 -> 1 attrpath: python311Packages.myuplink Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3cn8zh21hci6prvq4knfwl6kva36wfj2-packages.json.drv building '/nix/store/3cn8zh21hci6prvq4knfwl6kva36wfj2-packages.json.drv'... Going to be running update for following packages: - python3.11-myuplink-0.5.0 Press Enter key to continue... Running update for: - python3.11-myuplink-0.5.0: UPDATING ... - python3.11-myuplink-0.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.myuplink 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.bokeh, using log file: /var/log/nixpkgs-update/python311Packages.bokeh/2024-03-16.log python311Packages.bokeh 0 -> 1 attrpath: python311Packages.bokeh 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/3b9lzz8yvz9lhnjl688spagy2l82fhsz-packages.json.drv building '/nix/store/3b9lzz8yvz9lhnjl688spagy2l82fhsz-packages.json.drv'... Going to be running update for following packages: - python3.11-bokeh-3.3.4 Press Enter key to continue... Running update for: - python3.11-bokeh-3.3.4: UPDATING ... - python3.11-bokeh-3.3.4: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/bokeh/default.nix b/pkgs/development/python-modules/bokeh/default.nix index a54608df9fc8..247e331dbfc6 100644 --- a/pkgs/development/python-modules/bokeh/default.nix +++ b/pkgs/development/python-modules/bokeh/default.nix @@ -48,14 +48,14 @@ buildPythonPackage rec { pname = "bokeh"; # update together with panel which is not straightforward - version = "3.3.4"; + version = "3.4.0"; format = "pyproject"; disabled = pythonOlder "3.9"; src = fetchPypi { inherit pname version; - hash = "sha256-c7eYLcK43xW/Zgzd3I04JegpGVxDgBWl0Jgk8acCg2g="; + hash = "sha256-nqa8QHtefQS6ei8H2PAOi2/+AsI2jnB/Qbs2KpkoVpo="; }; src_test = fetchFromGitHub { No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 26 > 25 [result] Failed to update python311Packages.bokeh 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath xray, using log file: /var/log/nixpkgs-update/xray/2024-03-16.log xray 0 -> 1 attrpath: xray Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] skipping because derivation has updateScript [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 this derivation will be built: /nix/store/y4m7fjvjlz7gnw8hl0cis31hica74qkm-packages.json.drv building '/nix/store/y4m7fjvjlz7gnw8hl0cis31hica74qkm-packages.json.drv'... Going to be running update for following packages: - xray-1.8.7 Press Enter key to continue... Running update for: - xray-1.8.7: UPDATING ... - xray-1.8.7: ERROR --- SHOWING ERROR LOG FOR xray-1.8.7 ---------------------- warning: found empty hash, assuming 'sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=' this derivation will be built: /nix/store/1cj3xcb6rkzaf8qdp45wm2apbr0di5z6-xray-1.8.9-go-modules.drv building '/nix/store/1cj3xcb6rkzaf8qdp45wm2apbr0di5z6-xray-1.8.9-go-modules.drv'... Running phase: unpackPhase unpacking source archive /nix/store/96xrybvngfv4l50viwqckg71c3aj8xs1-source source root is source Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase Running phase: buildPhase go: go.mod requires go >= 1.22 (running go 1.21.7; GOTOOLCHAIN=local) error: builder for '/nix/store/1cj3xcb6rkzaf8qdp45wm2apbr0di5z6-xray-1.8.9-go-modules.drv' failed with exit code 1; last 8 log lines: > Running phase: unpackPhase > unpacking source archive /nix/store/96xrybvngfv4l50viwqckg71c3aj8xs1-source > source root is source > Running phase: patchPhase > Running phase: updateAutotoolsGnuConfigScriptsPhase > Running phase: configurePhase > Running phase: buildPhase > go: go.mod requires go >= 1.22 (running go 1.21.7; GOTOOLCHAIN=local) For full logs, run 'nix log /nix/store/1cj3xcb6rkzaf8qdp45wm2apbr0di5z6-xray-1.8.9-go-modules.drv'. Traceback (most recent call last): File "/nix/store/6kmyp62kxmxk8rx3hh3lh9xllx4j4mr0-nix-update-1.2.0/bin/.nix-update-wrapped", line 9, in sys.exit(main()) ^^^^^^ File "/nix/store/6kmyp62kxmxk8rx3hh3lh9xllx4j4mr0-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/__init__.py", line 291, in main package = update(options) ^^^^^^^^^^^^^^^ File "/nix/store/6kmyp62kxmxk8rx3hh3lh9xllx4j4mr0-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/update.py", line 362, in update update_go_modules_hash(opts, package.filename, package.go_modules) File "/nix/store/6kmyp62kxmxk8rx3hh3lh9xllx4j4mr0-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/update.py", line 149, in update_go_modules_hash target_hash = nix_prefetch(opts, "goModules") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/6kmyp62kxmxk8rx3hh3lh9xllx4j4mr0-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/update.py", line 126, in nix_prefetch raise UpdateError( nix_update.errors.UpdateError: failed to retrieve hash when trying to update xray.goModules --- SHOWING ERROR LOG FOR xray-1.8.7 ---------------------- The update script for xray-1.8.7 failed with exit code 1 [result] Failed to update xray 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cryptodatahub, using log file: /var/log/nixpkgs-update/python311Packages.cryptodatahub/2024-03-16.log python311Packages.cryptodatahub 0 -> 1 attrpath: python311Packages.cryptodatahub Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lp3di3v53ycvnncsandg56z59dgjxbny-packages.json.drv building '/nix/store/lp3di3v53ycvnncsandg56z59dgjxbny-packages.json.drv'... Going to be running update for following packages: - python3.11-cryptodatahub-0.12.2 Press Enter key to continue... Running update for: - python3.11-cryptodatahub-0.12.2: UPDATING ... - python3.11-cryptodatahub-0.12.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cryptodatahub 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath fission, using log file: /var/log/nixpkgs-update/fission/2024-03-16.log fission 1.20.1 -> 2.8.5 https://repology.org/project/fission/versions attrpath: fission 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/lmi7xj7bs4kq4mkllqhwh7dbg70inabz-source.drv building '/nix/store/lmi7xj7bs4kq4mkllqhwh7dbg70inabz-source.drv'... trying https://github.com/fission/fission/archive/v2.8.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 'fission.originalSrc' not found stderr did not split as expected full stderr was: these 3 derivations will be built: /nix/store/lmi7xj7bs4kq4mkllqhwh7dbg70inabz-source.drv /nix/store/mpwny8awc3y5cyqj470kvk9b3fsd0hmh-fission-2.8.5-go-modules.drv /nix/store/fx1b9sdbf2gr9fd4n47vv48zbxzanss3-fission-2.8.5.drv building '/nix/store/lmi7xj7bs4kq4mkllqhwh7dbg70inabz-source.drv'... trying https://github.com/fission/fission/archive/v2.8.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/lmi7xj7bs4kq4mkllqhwh7dbg70inabz-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/fission/fission/archive/v2.8.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/lmi7xj7bs4kq4mkllqhwh7dbg70inabz-source.drv'. error: 1 dependencies of derivation '/nix/store/fx1b9sdbf2gr9fd4n47vv48zbxzanss3-fission-2.8.5.drv' failed to build [result] Failed to update fission 1.20.1 -> 2.8.5 https://repology.org/project/fission/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sladeUnstable, using log file: /var/log/nixpkgs-update/sladeUnstable/2024-03-16.log sladeUnstable 0 -> 1 attrpath: sladeUnstable Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1lyprbzkpidinki8dxcs17y1h0v3j8q9-packages.json.drv building '/nix/store/1lyprbzkpidinki8dxcs17y1h0v3j8q9-packages.json.drv'... Going to be running update for following packages: - slade-unstable-2023-09-30 Press Enter key to continue... Running update for: - slade-unstable-2023-09-30: UPDATING ... - slade-unstable-2023-09-30: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/games/doom-ports/slade/git.nix b/pkgs/games/doom-ports/slade/git.nix index 7ecc5d5d1b6a..3542fcad0d84 100644 --- a/pkgs/games/doom-ports/slade/git.nix +++ b/pkgs/games/doom-ports/slade/git.nix @@ -20,13 +20,13 @@ stdenv.mkDerivation rec { pname = "slade"; - version = "unstable-2023-09-30"; + version = "unstable-2024-02-09"; src = fetchFromGitHub { owner = "sirjuddington"; repo = "SLADE"; - rev = "d05af4bd3a9a655dfe17d02760bab3542cc0b909"; - sha256 = "sha256-lzTSE0WH+4fOad9E/pL3LDc4L151W0hFEmD0zsS0gpQ="; + rev = "1af7d45e8d8770189b8066a99f704740a0f1278b"; + sha256 = "sha256-l6/ik/c84XLFl/PyskSA/fxESPQlG6FLeVvrNtP0spQ="; }; postPatch = lib.optionalString (!stdenv.hostPlatform.isx86) '' An auto update branch exists with message `sladeUnstable: unstable-2023-09-30 -> unstable-2024-02-09`. New version is unstable-2024-02-09. An auto update branch exists with an equal or greater version [result] Failed to update sladeUnstable 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.httpagentparser, using log file: /var/log/nixpkgs-update/python311Packages.httpagentparser/2024-03-16.log python311Packages.httpagentparser 0 -> 1 attrpath: python311Packages.httpagentparser Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/r3rlnj92mdci1dkabh5ca5817qpln1ga-packages.json.drv building '/nix/store/r3rlnj92mdci1dkabh5ca5817qpln1ga-packages.json.drv'... Going to be running update for following packages: - python3.11-httpagentparser-1.9.5 Press Enter key to continue... Running update for: - python3.11-httpagentparser-1.9.5: UPDATING ... - python3.11-httpagentparser-1.9.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.httpagentparser 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.django-phonenumber-field, using log file: /var/log/nixpkgs-update/python311Packages.django-phonenumber-field/2024-03-16.log python311Packages.django-phonenumber-field 0 -> 1 attrpath: python311Packages.django-phonenumber-field Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/21k6jzhrdmv9qc5gvi5qfqpxxxmpqzyw-packages.json.drv building '/nix/store/21k6jzhrdmv9qc5gvi5qfqpxxxmpqzyw-packages.json.drv'... Going to be running update for following packages: - python3.11-django-phonenumber-field-7.3.0 Press Enter key to continue... Running update for: - python3.11-django-phonenumber-field-7.3.0: UPDATING ... - python3.11-django-phonenumber-field-7.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-phonenumber-field 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rubyPackages_3_2.dip, using log file: /var/log/nixpkgs-update/rubyPackages_3_2.dip/2024-03-16.log rubyPackages_3_2.dip 7.7.0 -> 7.8.0 https://repology.org/project/ruby:dip/versions attrpath: rubyPackages_3_2.dip Checking auto update branch... No auto update branch exists Old version 7.7.0" not present in master derivation file with contents: { actioncable = { dependencies = ["actionpack" "activesupport" "nio4r" "websocket-driver" "zeitwerk"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0ifiz4nd6a34z2n8lpdgvlgwziy2g364b0xzghiqd3inji0cwqp1"; type = "gem"; }; version = "7.1.3.2"; }; actionmailbox = { dependencies = ["actionpack" "activejob" "activerecord" "activestorage" "activesupport" "mail" "net-imap" "net-pop" "net-smtp"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1adqnf5zc4fdr71ykxdv5b50h7n4xfvrc0qcgwmgidi0cxkzx4r4"; type = "gem"; }; version = "7.1.3.2"; }; actionmailer = { dependencies = ["actionpack" "actionview" "activejob" "activesupport" "mail" "net-imap" "net-pop" "net-smtp" "rails-dom-testing"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "012mxn5dfhwbssrckw6kvf851m6rlfa87n4nikk28g05ydfsvcys"; type = "gem"; }; version = "7.1.3.2"; }; actionpack = { dependencies = ["actionview" "activesupport" "nokogiri" "racc" "rack" "rack-session" "rack-test" "rails-dom-testing" "rails-html-sanitizer"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0n1v4r5cyac5wfdlf8bly45mnh60vbp067yjpkyb05vyszamiydq"; type = "gem"; }; version = "7.1.3.2"; }; actiontext = { dependencies = ["actionpack" "activerecord" "activestorage" "activesupport" "globalid" "nokogiri"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0an5sfy96cbd7f43igq47h3m228ivngqjj40gj6iqllhjhchgs7c"; type = "gem"; }; version = "7.1.3.2"; }; actionview = { dependencies = ["activesupport" "builder" "erubi" "rails-dom-testing" "rails-html-sanitizer"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1kq9b4xnwiknjqg4y6ixvv0cf1z0dcxs68inc8bx05s0fqrim6rn"; type = "gem"; }; version = "7.1.3.2"; }; activejob = { dependencies = ["activesupport" "globalid"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "08gjywvd65yzgjw7ynsgvi00scxc4fmgj70wajn7wsdqx00hbafj"; type = "gem"; }; version = "7.1.3.2"; }; activemodel = { dependencies = ["activesupport"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0p3ibps515151ja4gadrhh8frvjvvq4h5fpxw2acccv3z5i553hh"; type = "gem"; }; version = "7.1.3.2"; }; activerecord = { dependencies = ["activemodel" "activesupport" "timeout"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0ww1qxn12nlp0ivysq0pxj6cvajf0fbq781fr4pqx5206c690wj8"; type = "gem"; }; version = "7.1.3.2"; }; activestorage = { dependencies = ["actionpack" "activejob" "activerecord" "activesupport" "marcel"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "09wp0qqp7xr31ipcv42bs81fmyksz9l3jmraryf53qjsbbqpfdr8"; type = "gem"; }; version = "7.1.3.2"; }; activesupport = { dependencies = ["base64" "bigdecimal" "concurrent-ruby" "connection_pool" "drb" "i18n" "minitest" "mutex_m" "tzinfo"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0blbbf2x7dn7ar4g9aij403582zb6zscbj48bz63lvaamsvlb15d"; type = "gem"; }; version = "7.1.3.2"; }; addressable = { dependencies = ["public_suffix"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0irbdwkkjwzajq1ip6ba46q49sxnrl2cw7ddkdhsfhb6aprnm3vr"; type = "gem"; }; version = "2.8.6"; }; ansi = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "14ims9zfal4gs2wpx2m5rd8zsrl2k794d359shkrsgg3fhr2a22l"; type = "gem"; }; version = "1.5.0"; }; ast = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "04nc8x27hlzlrr5c2gn7mar4vdr0apw5xg22wp6m8dx3wqr04a0y"; type = "gem"; }; version = "2.4.2"; }; atk = { dependencies = ["glib2"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "11lcig7dr3nanwdgsacv2hbdpdk5yfaqzfjl8gav41mjbk90w15q"; type = "gem"; }; version = "4.2.1"; }; awesome_print = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0vkq6c8y2jvaw03ynds5vjzl1v9wg608cimkd3bidzxc0jvk56z9"; type = "gem"; }; version = "1.9.2"; }; backport = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0xbzzjrgah0f8ifgd449kak2vyf30micpz6x2g82aipfv7ypsb4i"; type = "gem"; }; version = "1.2.0"; }; bacon = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1f06gdj77bmwzc1k5iragl1595hbn67yc7sqvs56ca8plrr2vmai"; type = "gem"; }; version = "1.2.0"; }; base64 = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "01qml0yilb9basf7is2614skjp8384h2pycfx86cr8023arfj98g"; type = "gem"; }; version = "0.2.0"; }; benchmark = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0wghmhwjzv4r9mdcny4xfz2h2cm7ci24md79rvy2x65r4i99k9sc"; type = "gem"; }; version = "0.3.0"; }; bigdecimal = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0cq1c29zbkcxgdihqisirhcw76xc768z2zpd5vbccpq0l1lv76g7"; type = "gem"; }; version = "3.1.7"; }; bindata = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "08r67nglsqnxrbn803szf5bdnqhchhq8kf2by94f37fcl65wpp19"; type = "gem"; }; version = "2.5.0"; }; builder = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "045wzckxpwcqzrjr353cxnyaxgf0qg22jh00dcx7z38cys5g1jlr"; type = "gem"; }; version = "3.2.4"; }; byebug = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0nx3yjf4xzdgb8jkmk2344081gqr22pgjqnmjg2q64mj5d6r9194"; type = "gem"; }; version = "11.1.3"; }; cairo = { dependencies = ["native-package-installer" "pkg-config" "red-colors"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1a85gisjb2n236bpay7cjqlxq07m4swc8mqnwy8c5rkxfhil194c"; type = "gem"; }; version = "1.17.13"; }; cairo-gobject = { dependencies = ["cairo" "glib2"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "06y99zan4apgi4bsqqwnsdlsyss8dk2plr2gksh4yw8lkkk3a5zs"; type = "gem"; }; version = "4.2.1"; }; camping = { dependencies = ["kdl" "listen" "mab" "rack" "rack-session" "rackup" "zeitwerk"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1w6q8qfz05w0f530yfg8r134zkbsgis9fa0awbypdqfh9jmlhn0m"; type = "gem"; }; version = "3.1.3"; }; certified = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1706p6p0a8adyvd943af2a3093xakvislgffw3v9dvp7j07dyk5a"; type = "gem"; }; version = "1.0.0"; }; charlock_holmes = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0hybw8jw9ryvz5zrki3gc9r88jqy373m6v46ynxsdzv1ysiyr40p"; type = "gem"; }; version = "0.7.7"; }; claide = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1lpm76j8d648i4f41kk7gkc2kgvfsjvw0sf8zknlr1gm38q68i75"; type = "gem"; }; version = "0.9.1"; }; clamp = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1gpz9jvg1gpr8xmfqd35gvyzsvmjvlvwm2sq3pyhml3i84a6qjrq"; type = "gem"; }; version = "0.6.5"; }; cld3 = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0rn46vga5c1ww2vkf4dbg0w5g4h0vwx9idvdz3284188q4ksfbmg"; type = "gem"; }; version = "3.6.0"; }; cocoapods = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1sgw1aymfahgyhz1317mxglnajv5jrm6d5wai4c970avsrlc6qrm"; type = "gem"; }; version = "0.2.0"; }; cocoapods-acknowledgements = { dependencies = ["cocoapods" "redcarpet" "xcodeproj"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "04gaijs4djjkynan06wyaxxz48db0czzfrhh95jn3r201k2ypa7k"; type = "gem"; }; version = "1.3.0"; }; cocoapods-art = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1qxwlsqwg6wa2aa3acf4jvgi3vpxlpdj8qq35jyhkyl16n4hrr1b"; type = "gem"; }; version = "1.1.1"; }; cocoapods-browser = { dependencies = ["cocoapods"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1mq9mcw3xnf2nqkmcjg874sx422dbmfa99vhw31c9jb0cd4j3m9p"; type = "gem"; }; version = "0.1.5"; }; cocoapods-clean = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "16zy8xl94clblxivlcrw2jf3dnvmwlr6jni6kz74rnc8wj42sf1w"; type = "gem"; }; version = "0.0.1"; }; cocoapods-clean_build_phases_scripts = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0syya8l1kz36069y7cx4f37aihpmbm4yd5wvifs3j8qzz8bpxpfi"; type = "gem"; }; version = "0.0.3"; }; cocoapods-coverage = { dependencies = ["cocoapods-testing" "slather"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0y2mhsraf48ww9bp7c7ghrqh3kpx1f1djji5vpm4vh1gj4qz6669"; type = "gem"; }; version = "0.0.5"; }; cocoapods-deintegrate = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "18pnng0lv5z6kpp8hnki0agdxx979iq6hxkfkglsyqzmir22lz2i"; type = "gem"; }; version = "1.0.5"; }; cocoapods-dependencies = { dependencies = ["ruby-graphviz"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "10ssv98af44698kp4w0wfdrc7x3ccf2w9dhcva6i7hwlffjvcsz3"; type = "gem"; }; version = "1.3.0"; }; cocoapods-deploy = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1qnhl54z0dqyn0sk7rgn3vwmfax0yr3sk2r464h888d2qjxz6v7j"; type = "gem"; }; version = "0.0.12"; }; cocoapods-disable-podfile-validations = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0csgcp2kkmciavnic1yrb8z405dg4lqkzdlw2zscahvggpwr0j2p"; type = "gem"; }; version = "0.2.0"; }; cocoapods-downloader = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1ldnwwsx44i2xsdmsmyz9xrar19lfy5s5xslvral1p3674dvwvmv"; type = "gem"; }; version = "2.1"; }; cocoapods-expert-difficulty = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "19shjj4kj9rqg1a3pax568q0w9rkq8jcba2mycvq0szbv7bw6pgl"; type = "gem"; }; version = "1.0.0"; }; cocoapods-fix-react-native = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0jhgg3amman51hvk0x7h1xqqdb71kfmbzfziaip6fxkl7sjr43ix"; type = "gem"; }; version = "2019.09.17.15"; }; cocoapods-generate = { dependencies = ["cocoapods-disable-podfile-validations"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0216rwc4r0z0a1gvckphn7x9qk7zn00ivc49kv0hgafmrmaf2wy3"; type = "gem"; }; version = "2.2.5"; }; cocoapods-git_url_rewriter = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1cmyrj92d781pkq1b6qbvpmxvfx8k3l36cdqsi46w55icjm1jqbw"; type = "gem"; }; version = "1.0.1"; }; cocoapods-keys = { dependencies = ["dotenv" "ruby-keychain"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1zycjq1i3kqzpixngm1jp66r075yrb54qcd0xxxa8rmxngimqhff"; type = "gem"; }; version = "2.3.1"; }; cocoapods-open = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1z9x1cqrz4zc6yd08clawi8gg7ip8vbhkh9lkrdkzw7i6lqyrp0j"; type = "gem"; }; version = "0.0.8"; }; cocoapods-plugins = { dependencies = ["nap"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "16na82sfyc8801qs1n22nwq486s4j7yj6rj7fcp8cbxmj371fpbj"; type = "gem"; }; version = "1.0.0"; }; cocoapods-search = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "12amy0nknv09bvzix8bkmcjn996c50c4ms20v2dl7v8rcw73n4qv"; type = "gem"; }; version = "1.0.1"; }; cocoapods-testing = { dependencies = ["xctasks"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "03dqcz9pks7mbzq3zkfm2rzbjwkcwp8z3rip60d4pqs8b2bb61bg"; type = "gem"; }; version = "0.0.6"; }; cocoapods-trunk = { dependencies = ["nap" "netrc"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0cgdx7z9psxxrsa13fk7qc9i6jskrwcafhrdz94avzia2y6dlnsz"; type = "gem"; }; version = "1.6.0"; }; cocoapods-try = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1znyp625rql37ivb5rk9fk9564cmax8icxfr041ysivpdrn98nql"; type = "gem"; }; version = "1.2.0"; }; cocoapods-try-release-fix = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0a7hbc5j0p507cyd9a0rd2mf2d525ia3gcnx7bdspxqnhl0a43bf"; type = "gem"; }; version = "0.1.2"; }; cocoapods-update-if-you-dare = { dependencies = ["colored2"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0nqvywrbfxiagip2vl9kj71h39g4idq1lshkxl5bqh1hq57g4k9q"; type = "gem"; }; version = "0.2.0"; }; cocoapods-whitelist = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0imaai3zmm3mx35kmfhsir8c3ijcs0s2zm8gd2rhqmk26gn3xqbm"; type = "gem"; }; version = "0.5.4"; }; cocoapods-wholemodule = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "03gr4r0aa9mrj8i27dd6l87jzq78sid3jbywmkazg3yrq6y38i21"; type = "gem"; }; version = "0.0.1"; }; coderay = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0jvxqxzply1lwp7ysn94zjhh57vc14mcshw1ygw14ib8lhc00lyw"; type = "gem"; }; version = "1.1.3"; }; coffee-script = { dependencies = ["coffee-script-source" "execjs"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0rc7scyk7mnpfxqv5yy4y5q1hx3i7q3ahplcp4bq2g5r24g2izl2"; type = "gem"; }; version = "2.4.1"; }; coffee-script-source = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1907v9q1zcqmmyqzhzych5l7qifgls2rlbnbhy5vzyr7i7yicaz1"; type = "gem"; }; version = "1.12.2"; }; colorator = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0f7wvpam948cglrciyqd798gdc6z3cfijciavd0dfixgaypmvy72"; type = "gem"; }; version = "1.1.0"; }; colored = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0b0x5jmsyi0z69bm6sij1k89z7h0laag3cb4mdn7zkl9qmxb90lx"; type = "gem"; }; version = "1.2"; }; colored2 = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1zj06gjqwykgzxmbkp2hmg3wv5kv8zz5d77acxipzcgicdjgvfan"; type = "gem"; }; version = "4.0.0"; }; commonmarker = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1lb5slzbqrca49h0gaifg82xky5r7i9xgm4560pin1xl5fp15lzx"; type = "gem"; }; version = "0.23.10"; }; concurrent-ruby = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1qh1b14jwbbj242klkyz5fc7npd4j0mvndz62gajhvl1l3wd7zc2"; type = "gem"; }; version = "1.2.3"; }; connection_pool = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1x32mcpm2cl5492kd6lbjbaf17qsssmpx9kdyr7z1wcif2cwyh0g"; type = "gem"; }; version = "2.4.1"; }; crabstone = { dependencies = ["ffi"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "154g3l1flndm5pvnhjnrn47ndnsxvfm8y1kv4zhnwiys28pv40nb"; type = "gem"; }; version = "4.0.4"; }; crass = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0pfl5c0pyqaparxaqxi6s4gfl21bdldwiawrc0aknyvflli60lfw"; type = "gem"; }; version = "1.0.6"; }; curb = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1lgga9ina9gnpp9ycj8lpqkc5hm5qlxb41s4pfg0w6fnnpgmairc"; type = "gem"; }; version = "1.0.5"; }; curses = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "00y9g79lzfffxarj3rmhnkblsnyx7izx91mh8c1sdcs9y2pdfq53"; type = "gem"; }; version = "1.4.4"; }; daemons = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "07cszb0zl8mqmwhc8a2yfg36vi6lbgrp4pa5bvmryrpcz9v6viwg"; type = "gem"; }; version = "1.4.1"; }; data_objects = { dependencies = ["addressable"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "19fw1ckqc5f1wc4r72qrymy2k6cmd8azbxpn61ksbsjqhzc2bgqd"; type = "gem"; }; version = "0.10.17"; }; date = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "149jknsq999gnhy865n33fkk22s0r447k76x9pmcnnwldfv2q7wp"; type = "gem"; }; version = "3.3.4"; }; dentaku = { dependencies = ["concurrent-ruby"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0ssmjs7x733n7x6zvcwkaq2rnl0sz1qslli19s730a7ny7pialqg"; type = "gem"; }; version = "3.4.2"; }; dep-selector-libgecode = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "09frwp3np5c64y8g5rnbl46n7riknmdjprhndsh6zzajkjr9m3xj"; type = "gem"; }; version = "1.3.5"; }; diff-lcs = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1znxccz83m4xgpd239nyqxlifdb7m8rlfayk6s259186nkgj6ci7"; type = "gem"; }; version = "1.5.1"; }; differ = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0iayb71yqw5bgarq829fwchykw8lsqm8alnjc6c2m6k74fvnvkjy"; type = "gem"; }; version = "0.1.2"; }; digest-sha3 = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0x8fcwqn6b1l227w38l4hy6i28cpbfbp2yrmklgfy8nb7hq2k1gk"; type = "gem"; }; version = "1.0.2"; }; dip = { dependencies = ["thor"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0ffcxmrm1dnqip6xq9hsrycz4dggk8pj3cd6q99ji6024npjaal6"; type = "gem"; }; version = "7.8.0"; }; dnsruby = { dependencies = ["simpleidn"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "15zh7qi60zwzy184rdmmp55d857ss96f2lad78gcwnpr1223q4mj"; type = "gem"; }; version = "1.71.0"; }; do_sqlite3 = { dependencies = ["data_objects"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0gxz54qjgwg6a2mkqpai28m0i5swbyxpr4qmh9x1nwf20lysrgcf"; type = "gem"; }; version = "0.10.17"; }; docile = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1lxqxgq71rqwj1lpl9q1mbhhhhhhdkkj7my341f2889pwayk85sz"; type = "gem"; }; version = "1.4.0"; }; domain_name = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0cyr2xm576gqhqicsyqnhanni47408w2pgvrfi8pd13h2li3nsaz"; type = "gem"; }; version = "0.6.20240107"; }; dotenv = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1d5jv27p3gpj68pc1cxj3cp1bs11r25w2336sndsdfkx34p6hzlb"; type = "gem"; }; version = "3.1.0"; }; drb = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0h5kbj9hvg5hb3c7l425zpds0vb42phvln2knab8nmazg2zp5m79"; type = "gem"; }; version = "2.2.1"; }; e2mmap = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0n8gxjb63dck3vrmsdcqqll7xs7f3wk78mw8w0gdk9wp5nx6pvj5"; type = "gem"; }; version = "0.1.0"; }; elftools = { dependencies = ["bindata"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0p96wj4sz3sfv9yxyl8z530554bkbf82vj24w6x7yf91qa1p8z6i"; type = "gem"; }; version = "1.1.3"; }; em-websocket = { dependencies = ["eventmachine" "http_parser.rb"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1a66b0kjk6jx7pai9gc7i27zd0a128gy73nmas98gjz6wjyr4spm"; type = "gem"; }; version = "0.5.3"; }; erb-formatter = { dependencies = ["syntax_tree"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0g2jghbn2pmi1k8lnqbslyjix2rablalp4gjjsh4k9gxpvx5r1x1"; type = "gem"; }; version = "0.7.2"; }; erubi = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "08s75vs9cxlc4r1q2bjg4br8g9wc5lc5x5vl0vv4zq5ivxsdpgi7"; type = "gem"; }; version = "1.12.0"; }; ethon = { dependencies = ["ffi"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "17ix0mijpsy3y0c6ywrk5ibarmvqzjsirjyprpsy3hwax8fdm85v"; type = "gem"; }; version = "0.16.0"; }; eventmachine = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0wh9aqb0skz80fhfn66lbpr4f86ya2z5rx6gm5xlfhd05bj1ch4r"; type = "gem"; }; version = "1.2.7"; }; excon = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1m3gzvp1wqki0yh4b7761qhdy4pyr4phy429b7s9w25nrkhp4lsz"; type = "gem"; }; version = "0.110.0"; }; execjs = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1yywajqlpjhrj1m43s3lfg3i4lkb6pxwccmwps7qw37ndmphdzg8"; type = "gem"; }; version = "2.9.1"; }; faraday = { dependencies = ["faraday-net_http"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1qqb1rmk0f9m82iijjlqadh5yby1bhnr6svjk9vxdvh6f181988s"; type = "gem"; }; version = "2.9.0"; }; faraday-net_http = { dependencies = ["net-http"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "17w51yk4rrm9rpnbc3x509s619kba0jga3qrj4b17l30950vw9qn"; type = "gem"; }; version = "3.1.0"; }; ffi = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1yvii03hcgqj30maavddqamqy50h7y6xcn2wcyq72wn823zl4ckd"; type = "gem"; }; version = "1.16.3"; }; ffi-compiler = { dependencies = ["ffi" "rake"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1844j58cdg2q6g0rqfwg4rrambnhf059h4yg9rfmrbrcs60kskx9"; type = "gem"; }; version = "1.3.2"; }; ffi-rzmq-core = { dependencies = ["ffi"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0amkbvljpjfnv0jpdmz71p1i3mqbhyrnhamjn566w0c01xd64hb5"; type = "gem"; }; version = "1.0.7"; }; fiddle = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0x504023g56y32r81l6i4pqbhn46szzy6s5bcdlc7kb5iv1iigar"; type = "gem"; }; version = "1.1.2"; }; fog-core = { dependencies = ["builder" "excon" "formatador" "mime-types"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0p2xiw0n4l1k3ynma1vl0fzw5w8xhkv70x4f829nydxv7hply80y"; type = "gem"; }; version = "2.4.0"; }; fog-dnsimple = { dependencies = ["fog-core" "fog-json"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0lbzkc0w96a62ahjw0b7mfbqgg9x2jp7khg5hvpbgw0kfs5xza63"; type = "gem"; }; version = "2.1.0"; }; fog-json = { dependencies = ["fog-core" "multi_json"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1zj8llzc119zafbmfa4ai3z5s7c4vp9akfs0f9l2piyvcarmlkyx"; type = "gem"; }; version = "1.2.0"; }; formatador = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1l06bv4avphbdmr1y4g0rqlczr38k6r65b3zghrbj2ynyhm3xqjl"; type = "gem"; }; version = "1.1.0"; }; forwardable-extended = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "15zcqfxfvsnprwm8agia85x64vjzr2w0xn9vxfnxzgcv8s699v0v"; type = "gem"; }; version = "2.6.0"; }; gdk3 = { dependencies = ["cairo-gobject" "gdk_pixbuf2" "pango"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0nbzvmg3aa0r9iadkpiz3fzr1dnv09vx6bi7cc5wgpg13d3i3rbl"; type = "gem"; }; version = "4.2.1"; }; gdk_pixbuf2 = { dependencies = ["gio2"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1lrs0g6s5l050ld8mfjscijg0iycx9hq2wgdwc76y3nm47gs78na"; type = "gem"; }; version = "4.2.1"; }; gemoji = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0vgklpmhdz98xayln5hhqv4ffdyrglzwdixkn5gsk9rj94pkymc0"; type = "gem"; }; version = "3.0.1"; }; gio2 = { dependencies = ["fiddle" "gobject-introspection"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1zpz71ybilrk7i9ym7jx807fza22sdjm18l6qydds3gm7bpybvdz"; type = "gem"; }; version = "4.2.1"; }; git = { dependencies = ["addressable" "rchardet"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0w3xhay1z7qx9ab04wmy5p4f1fadvqa6239kib256wsiyvcj595h"; type = "gem"; }; version = "1.19.1"; }; github-pages = { dependencies = ["github-pages-health-check" "jekyll" "jekyll-avatar" "jekyll-coffeescript" "jekyll-commonmark-ghpages" "jekyll-default-layout" "jekyll-feed" "jekyll-gist" "jekyll-github-metadata" "jekyll-include-cache" "jekyll-mentions" "jekyll-optional-front-matter" "jekyll-paginate" "jekyll-readme-index" "jekyll-redirect-from" "jekyll-relative-links" "jekyll-remote-theme" "jekyll-sass-converter" "jekyll-seo-tag" "jekyll-sitemap" "jekyll-swiss" "jekyll-theme-architect" "jekyll-theme-cayman" "jekyll-theme-dinky" "jekyll-theme-hacker" "jekyll-theme-leap-day" "jekyll-theme-merlot" "jekyll-theme-midnight" "jekyll-theme-minimal" "jekyll-theme-modernist" "jekyll-theme-primer" "jekyll-theme-slate" "jekyll-theme-tactile" "jekyll-theme-time-machine" "jekyll-titles-from-headings" "jemoji" "kramdown" "kramdown-parser-gfm" "liquid" "mercenary" "minima" "nokogiri" "rouge" "terminal-table"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0608fr1ggyrk2f6pfc4zwy9i9prkxx0dsfb4k9j8s249kczqmlbr"; type = "gem"; }; version = "231"; }; github-pages-health-check = { dependencies = ["addressable" "dnsruby" "octokit" "public_suffix" "typhoeus"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0gc431xd6vwrh1p7pc3gp3xn7sy1w7dr7f95hmz4fqa1b97kv2fz"; type = "gem"; }; version = "1.18.2"; }; gitlab-markup = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1m3ypny84jyvlxf060p3q3d8pb4yihxa2br5hh012bgc11d09nky"; type = "gem"; }; version = "1.9.0"; }; glib2 = { dependencies = ["native-package-installer" "pkg-config"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0lbvk3jz21kw811hn411xvql7l14bb8kfnqc10inkkyli3a2ifv3"; type = "gem"; }; version = "4.2.1"; }; globalid = { dependencies = ["activesupport"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1sbw6b66r7cwdx3jhs46s4lr991969hvigkjpbdl7y3i31qpdgvh"; type = "gem"; }; version = "1.2.1"; }; gobject-introspection = { dependencies = ["glib2"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "08ysbhg8njdf1sb4mmx90baswqbya5ihw8kyym3rw43sl2gswnsk"; type = "gem"; }; version = "4.2.1"; }; gpgme = { dependencies = ["mini_portile2"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0r1vmql7w7ka5xzj1aqf8pk2a4sv0znwj2zkg1fgvd5b89qcvv2k"; type = "gem"; }; version = "2.0.24"; }; gtk3 = { dependencies = ["atk" "gdk3"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1hk0anmyczicvjzri5pdj6f65ibf1pyarychayhzxjl50n9sf1wd"; type = "gem"; }; version = "4.2.1"; }; haml = { dependencies = ["temple" "thor" "tilt"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "15yxph91zswbnfy7szpdcfbdfqqn595ff290hm4f6fcnhryvhvlf"; type = "gem"; }; version = "6.3.0"; }; hashie = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1nh3arcrbz1rc1cr59qm53sdhqm137b258y8rcb4cvd3y98lwv4x"; type = "gem"; }; version = "5.0.0"; }; highline = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "02ghhvigqbq4252gsi4w8a9klkdkybmbz29ghfp1y6sqzlcb466a"; type = "gem"; }; version = "3.0.1"; }; hike = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0hbhmchyhm1xf632cczmyg3fsbn7zly988q3fjpi8l3nb4cn40xj"; type = "gem"; }; version = "2.1.3"; }; hitimes = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0ix9rp9rsrwin38z2aqiwpxc8p2dzl6m3ra47az47fsija1cb2qf"; type = "gem"; }; version = "2.0.0"; }; hpricot = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1jn8x9ch79gqmnzgyz78kppavjh5lqx0y0r6frykga2b86rz9s6z"; type = "gem"; }; version = "0.8.6"; }; html-pipeline = { dependencies = ["activesupport" "nokogiri"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "180kjksi0sdlqb0aq0bhal96ifwqm25hzb3w709ij55j51qls7ca"; type = "gem"; }; version = "2.14.3"; }; htmlbeautifier = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0nrqvgja3pbmz4v27zc5ir58sk4mv177nq7hlssy2smawbvhhgdl"; type = "gem"; }; version = "1.4.3"; }; http = { dependencies = ["addressable" "base64" "http-cookie" "http-form_data" "llhttp-ffi"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "05b1khh7wxga9jviy9yi8z1nckxbm3svlzv40y0zvq3nag3d77mr"; type = "gem"; }; version = "5.2.0"; }; http-accept = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "09m1facypsdjynfwrcv19xcb1mqg8z6kk31g8r33pfxzh838c9n6"; type = "gem"; }; version = "1.7.0"; }; http-cookie = { dependencies = ["domain_name"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "13rilvlv8kwbzqfb644qp6hrbsj82cbqmnzcvqip1p6vqx36sxbk"; type = "gem"; }; version = "1.0.5"; }; http-form_data = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1wx591jdhy84901pklh1n9sgh74gnvq1qyqxwchni1yrc49ynknc"; type = "gem"; }; version = "2.3.0"; }; "http_parser.rb" = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1gj4fmls0mf52dlr928gaq0c0cb0m3aqa9kaa6l0ikl2zbqk42as"; type = "gem"; }; version = "0.8.0"; }; httpclient = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "19mxmvghp7ki3klsxwrlwr431li7hm1lczhhj8z4qihl2acy8l99"; type = "gem"; }; version = "2.8.3"; }; i18n = { dependencies = ["concurrent-ruby"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0lbm33fpb3w06wd2231sg58dwlwgjsvym93m548ajvl6s3mfvpn7"; type = "gem"; }; version = "1.14.4"; }; iconv = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "00fppiz9ypy7xpc08xdk6glq842rbc69c7a1p0kmv195271i4yqv"; type = "gem"; }; version = "1.0.8"; }; idn-ruby = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0dy04jx3n1ddz744b80mg7hp87miysnjp0h21lqr43hpmhdglxih"; type = "gem"; }; version = "0.1.5"; }; indieweb-endpoints = { dependencies = ["http" "link-header-parser" "nokogiri"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1yqy5clqrqwprmk8vwzni0vdgyvbzm5x36bj33qhv5b11kgskbwp"; type = "gem"; }; version = "8.0.0"; }; io-console = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "08d2lx42pa8jjav0lcjbzfzmw61b8imxr9041pva8xzqabrczp7h"; type = "gem"; }; version = "0.7.2"; }; irb = { dependencies = ["rdoc" "reline"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "17ak21ybbprj9vg0hk8pb1r2yk9vlh50v9bdwh3qvlmpzcvljqq7"; type = "gem"; }; version = "1.12.0"; }; jaro_winkler = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "10fd3i92897blalxfkgc0jjv0qqx31v7cm7j2b6a3b97an0bfz80"; type = "gem"; }; version = "1.5.6"; }; jbuilder = { dependencies = ["actionview" "activesupport"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1h58xgmp0fqpnd6mvw0zl0f76119v8lnf4xabqhckbzl6jrk8qpa"; type = "gem"; }; version = "2.11.5"; }; jekyll = { dependencies = ["addressable" "colorator" "em-websocket" "i18n" "jekyll-sass-converter" "jekyll-watch" "kramdown" "liquid" "mercenary" "pathutil" "rouge" "safe_yaml"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1w36kbn1ijbqfn33xbx14rpzr6adgiw2ip5g95jrzi1nh3qraan2"; type = "gem"; }; version = "3.9.5"; }; jekyll-archives = { dependencies = ["jekyll"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0c2rks7xf6ajp18h4f4wmmbqm5ljprv70bqcz2sabi17zncmz9n0"; type = "gem"; }; version = "2.2.1"; }; jekyll-avatar = { dependencies = ["jekyll"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0jzxmfcljfvjz21wls2w5mr2m5qp0mq9c80j009s4m6yq9vn4wza"; type = "gem"; }; version = "0.8.0"; }; jekyll-coffeescript = { dependencies = ["coffee-script" "coffee-script-source"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "040i6cyv20qmxlpm74kh5hfci8208ja4903yxdv4x0qs0z172kl9"; type = "gem"; }; version = "1.2.2"; }; jekyll-commonmark = { dependencies = ["commonmarker"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0i281yiwqiim6jzh7b8hgg8zifs5mn1qz1z6f4109kh9zrcfcc8p"; type = "gem"; }; version = "1.4.0"; }; jekyll-commonmark-ghpages = { dependencies = ["commonmarker" "jekyll" "jekyll-commonmark" "rouge"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1zps7bb9kc4qf32b9y9h47z08wpsziklg0jnhcrcz2wxn09fijgd"; type = "gem"; }; version = "0.4.0"; }; jekyll-default-layout = { dependencies = ["jekyll"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1br08grgv7h36jhlvzfaa3ikp1zz4b6s57ak4fhzrsjx997bw9n6"; type = "gem"; }; version = "0.1.5"; }; jekyll-favicon = { dependencies = ["jekyll" "mini_magick" "rexml"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0dyksm4i11n0qshd7wh6dvk8d0fc70dd32ir2dxs6igxq0gd6hi1"; type = "gem"; }; version = "1.1.0"; }; jekyll-feed = { dependencies = ["jekyll"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1hzwmjrxi57x68i7jx5rxi8qlcbqcbg3di55wywrp53pr0bap6k8"; type = "gem"; }; version = "0.17.0"; }; jekyll-gist = { dependencies = ["octokit"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "03wz9j6yq3552nzf4g71qrdm9pfdgbm68abml9sjjgiaan1n8ns9"; type = "gem"; }; version = "1.5.0"; }; jekyll-github-metadata = { dependencies = ["jekyll" "octokit"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0k2vnq6ns0x3iwnp8pw9lbxds924wmqswzy0gd57f95gpn49kwjc"; type = "gem"; }; version = "2.16.1"; }; jekyll-include-cache = { dependencies = ["jekyll"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "01d2l6qrmjc42664ns83cv36jbvalcxqbkmj5i22fakka7jvkm67"; type = "gem"; }; version = "0.2.1"; }; jekyll-mentions = { dependencies = ["html-pipeline" "jekyll"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1n8y67plydfmay3jn865igvgb3h6s2crk8kq7ydk3wmn9h103s1r"; type = "gem"; }; version = "1.6.0"; }; jekyll-optional-front-matter = { dependencies = ["jekyll"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "06vnxcmgkxm5nvrpv89qq0afjlxmadv63nh4ryglcwhlf4fhdp7c"; type = "gem"; }; version = "0.3.2"; }; jekyll-paginate = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0r7bcs8fq98zldih4787zk5i9w24nz5wa26m84ssja95n3sas2l8"; type = "gem"; }; version = "1.1.0"; }; jekyll-readme-index = { dependencies = ["jekyll"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0chybr1zgnrmc7zf6psszcqnlrcy2jar8h77kci51lxj8vgc8k6p"; type = "gem"; }; version = "0.3.0"; }; jekyll-redirect-from = { dependencies = ["jekyll"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1nz6kd6qsa160lmjmls4zgx7fwcpp8ac07mpzy80z6zgd7jwldb6"; type = "gem"; }; version = "0.16.0"; }; jekyll-relative-links = { dependencies = ["jekyll"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0vfx90ajxyj24lz406k3pqknlbzy8nqs7wpz0in4ps9rggsh24yi"; type = "gem"; }; version = "0.6.1"; }; jekyll-remote-theme = { dependencies = ["addressable" "jekyll" "jekyll-sass-converter" "rubyzip"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0h2bwl42dig0282366kpxazxb8xafnppnd4yvq2dzcsg90kfgzfk"; type = "gem"; }; version = "0.4.3"; }; jekyll-sass-converter = { dependencies = ["sass"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "008ikh5fk0n6ri54mylcl8jn0mq8p2nfyfqif2q3pp0lwilkcxsk"; type = "gem"; }; version = "1.5.2"; }; jekyll-seo-tag = { dependencies = ["jekyll"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0638mqhqynghnlnaz0xi1kvnv53wkggaq94flfzlxwandn8x2biz"; type = "gem"; }; version = "2.8.0"; }; jekyll-sitemap = { dependencies = ["jekyll"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0622rwsn5i0m5xcyzdn86l68wgydqwji03lqixdfm1f1xdfqrq0d"; type = "gem"; }; version = "1.4.0"; }; jekyll-spaceship = { dependencies = ["gemoji" "jekyll" "nokogiri" "rainbow"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "142bp48vq9aqwpqig54anbv7ncwqv1h78mbqhckmnx0glnqlkyzh"; type = "gem"; }; version = "0.10.2"; }; jekyll-swiss = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "18w893f2snpbvgl80jnmq3xxsl5yi5a5qm11iy3gx0d8viasi6f2"; type = "gem"; }; version = "1.0.0"; }; jekyll-theme-architect = { dependencies = ["jekyll" "jekyll-seo-tag"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0h04zxlcdsb73qxh08xmsc36gmj95plwxr9g5zwzqd3bmbfd6xbj"; type = "gem"; }; version = "0.2.0"; }; jekyll-theme-cayman = { dependencies = ["jekyll" "jekyll-seo-tag"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0ajzhqhnj8gc5ns7i69kh69mzidvxkjs7yblrhzb13iaqzwi8prw"; type = "gem"; }; version = "0.2.0"; }; jekyll-theme-dinky = { dependencies = ["jekyll" "jekyll-seo-tag"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0z1clccf4q0g2zzhl1hfy3x2rcdjs6bzs9ab76lkmpphj5q2a2vj"; type = "gem"; }; version = "0.2.0"; }; jekyll-theme-hacker = { dependencies = ["jekyll" "jekyll-seo-tag"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "12ppp0bxffy838p4my79nppq112fazifr3cxwvhv3l6yjbwzjsw1"; type = "gem"; }; version = "0.2.0"; }; jekyll-theme-leap-day = { dependencies = ["jekyll" "jekyll-seo-tag"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1lf7bbpr2s2rir2nf07rnh2g9mjy6zidpacs3j45la70b8qah7lj"; type = "gem"; }; version = "0.2.0"; }; jekyll-theme-merlot = { dependencies = ["jekyll" "jekyll-seo-tag"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0ifmvq44vwmkp6sb79ys8lx5w24gn3dhdr32bg562da2c8dv5wnb"; type = "gem"; }; version = "0.2.0"; }; jekyll-theme-midnight = { dependencies = ["jekyll" "jekyll-seo-tag"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1plindxr5vrk98frzxbnkashgnqs86xkg26rjmhgz0qf6mkz77q0"; type = "gem"; }; version = "0.2.0"; }; jekyll-theme-minimal = { dependencies = ["jekyll" "jekyll-seo-tag"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "10idwpbqjqfc5i895ijf74ac79lccxpz30bvwp4x4fjp6l6229d2"; type = "gem"; }; version = "0.2.0"; }; jekyll-theme-modernist = { dependencies = ["jekyll" "jekyll-seo-tag"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1kzvdnk1vw8y6x8gy340mhnxipxh9p1h1h20br68clyxbsy7brsb"; type = "gem"; }; version = "0.2.0"; }; jekyll-theme-primer = { dependencies = ["jekyll" "jekyll-github-metadata" "jekyll-seo-tag"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1cq7lfwa3xs8hkx3cmv2ics7cr4r2azv66m0gfav0zi1k0kjh9yf"; type = "gem"; }; version = "0.6.0"; }; jekyll-theme-slate = { dependencies = ["jekyll" "jekyll-seo-tag"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0f9l7kaafab2cphkx8gh4b12d8zzbg2ig7x2qzxvxfqjwyfr0h2y"; type = "gem"; }; version = "0.2.0"; }; jekyll-theme-tactile = { dependencies = ["jekyll" "jekyll-seo-tag"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0li64hnjp4qw7fwsdx0767z7mwxn3kri6sqlg9fkicnmmr41p1mp"; type = "gem"; }; version = "0.2.0"; }; jekyll-theme-time-machine = { dependencies = ["jekyll" "jekyll-seo-tag"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1qjgsw2n3zny345h540n6rm9600mad7rs33qf6k4rhngxjkr0d5w"; type = "gem"; }; version = "0.2.0"; }; jekyll-titles-from-headings = { dependencies = ["jekyll"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "10c4sa3gwyidmkcs8h6223lmqpw3h09mn7w8hxfppsk1wda6fdkp"; type = "gem"; }; version = "0.5.3"; }; jekyll-watch = { dependencies = ["listen"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1qd7hy1kl87fl7l0frw5qbn22x7ayfzlv9a5ca1m59g0ym1ysi5w"; type = "gem"; }; version = "2.2.1"; }; jekyll-webmention_io = { dependencies = ["activesupport" "htmlbeautifier" "jekyll" "json" "jsonpath" "openssl" "uglifier" "webmention"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0kkxvr1gfbmfbhy13syq4pqwmfqwhnbfcwjiqrwahf99gfcj5izh"; type = "gem"; }; version = "4.0.0"; }; jemoji = { dependencies = ["gemoji" "html-pipeline" "jekyll"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0z4yabsvqdb8x1rr60yyzbaf950cyzv984n3jwwvgcmv5j73wk2x"; type = "gem"; }; version = "0.13.0"; }; jmespath = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1cdw9vw2qly7q7r41s7phnac264rbsdqgj4l0h4nqgbjb157g393"; type = "gem"; }; version = "1.6.2"; }; json = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0r9jmjhg2ly3l736flk7r2al47b5c8cayh0gqkq0yhjqzc9a6zhq"; type = "gem"; }; version = "2.7.1"; }; json_pure = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "09w7f7xlcas9irlaavhz0rnh17cjvjmmqm07drgghx5gwjcrar31"; type = "gem"; }; version = "2.7.1"; }; jsonpath = { dependencies = ["multi_json"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0xxklfvmwz8z6l08704x65gnq6r8r1pb9qk125qjbndnb1zz6fsp"; type = "gem"; }; version = "1.0.7"; }; jwt = { dependencies = ["base64"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "02m3vza49pb9dirwpn8vmzbcypi3fc6l3a9dh253jwm1121g7ajb"; type = "gem"; }; version = "2.8.1"; }; kdl = { dependencies = ["base64" "bigdecimal" "simpleidn"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "02kpqgss9psmxb1c2gzq6l5i41ykskwqiacppqdm86ky0f88j6cb"; type = "gem"; }; version = "1.0.4"; }; keystone-engine = { dependencies = ["ffi"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0waz2bj1dsl63416k1n0vvrwva425rm94gsza7ci49mm1wjdabh2"; type = "gem"; }; version = "0.9.0"; }; kramdown = { dependencies = ["rexml"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1ic14hdcqxn821dvzki99zhmcy130yhv5fqfffkcf87asv5mnbmn"; type = "gem"; }; version = "2.4.0"; }; kramdown-parser-gfm = { dependencies = ["kramdown"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0a8pb3v951f4x7h968rqfsa19c8arz21zw1vaj42jza22rap8fgv"; type = "gem"; }; version = "1.1.0"; }; kramdown-rfc2629 = { dependencies = ["certified" "differ" "json_pure" "kramdown" "kramdown-parser-gfm" "net-http-persistent" "unicode-blocks" "unicode-name" "unicode-scripts"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "00sms1hsjsw3w9a7z4qn3sl1dhkjg9wfnfmjbxk6n5glz7ymfwnj"; type = "gem"; }; version = "1.7.8"; }; language_server-protocol = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0gvb1j8xsqxms9mww01rmdl78zkd72zgxaap56bhv8j45z05hp1x"; type = "gem"; }; version = "3.17.0.3"; }; libv8 = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0kd4d5x9sxsbpbsk4xp66rxbmj2x3iglwirqws56wp7dzf7cd978"; type = "gem"; }; version = "8.4.255.0.1"; }; libxml-ruby = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1pib5bfwg684f1sczrhf3lzk9hb24dhsw5cmlnxm4rq66sx0slss"; type = "gem"; }; version = "5.0.3"; }; link-header-parser = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1bm32imabc12rjjw8ysca55c99flcsichynfflphxy8gda07dj9x"; type = "gem"; }; version = "5.1.1"; }; liquid = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1czxv2i1gv3k7hxnrgfjb0z8khz74l4pmfwd70c7kr25l2qypksg"; type = "gem"; }; version = "4.0.4"; }; listen = { dependencies = ["rb-fsevent" "rb-inotify"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "13rgkfar8pp31z1aamxf5y7cfq88wv6rxxcwy7cmm177qq508ycn"; type = "gem"; }; version = "3.8.0"; }; llhttp-ffi = { dependencies = ["ffi-compiler" "rake"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1yph78m8w8l6i9833fc7shy5krk4mnqjc7ys0bg9kgxw8jnl0vs9"; type = "gem"; }; version = "0.5.0"; }; loofah = { dependencies = ["crass" "nokogiri"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1zkjqf37v2d7s11176cb35cl83wls5gm3adnfkn2zcc61h3nxmqh"; type = "gem"; }; version = "2.22.0"; }; mab = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0manxbilpx0hdi19lhdsr4ncvbzgmwh279b64j8w60dg0p0i4b4j"; type = "gem"; }; version = "0.0.3"; }; magic = { dependencies = ["ffi"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "18vkdq2748wxg0kr923fbhx92wikh2dwv2hp8xind57qs7gn26pr"; type = "gem"; }; version = "0.2.9"; }; mail = { dependencies = ["mini_mime" "net-imap" "net-pop" "net-smtp"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1bf9pysw1jfgynv692hhaycfxa8ckay1gjw5hz3madrbrynryfzc"; type = "gem"; }; version = "2.8.1"; }; marcel = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "190n2mk8m1l708kr88fh6mip9sdsh339d2s6sgrik3sbnvz4jmhd"; type = "gem"; }; version = "1.0.4"; }; markaby = { dependencies = ["builder"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0da76p1gvfabm49a0g0pppxgcdackw8f3qhljalqykd4d5mb828j"; type = "gem"; }; version = "0.9.3"; }; matrix = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1h2cgkpzkh3dd0flnnwfq6f3nl2b1zff9lvqz8xs853ssv5kq23i"; type = "gem"; }; version = "0.4.2"; }; mercenary = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "10la0xw82dh5mqab8bl0dk21zld63cqxb1g16fk8cb39ylc4n21a"; type = "gem"; }; version = "0.3.6"; }; method_source = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1pnyh44qycnf9mzi1j6fywd5fkskv3x7nmsqrrws0rjn5dd4ayfp"; type = "gem"; }; version = "1.0.0"; }; mime-types = { dependencies = ["mime-types-data"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1r64z0m5zrn4k37wabfnv43wa6yivgdfk6cf2rpmmirlz889yaf1"; type = "gem"; }; version = "3.5.2"; }; mime-types-data = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "00x7w5xqsj9m33v3vkmy23wipkkysafksib53ypzn27p5g81w455"; type = "gem"; }; version = "3.2024.0305"; }; mini_magick = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0slh78f9z6n0l1i2km7m48yz7l4fjrk88sj1f4mh1wb39sl2yc37"; type = "gem"; }; version = "4.12.0"; }; mini_mime = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1vycif7pjzkr29mfk4dlqv3disc5dn0va04lkwajlpr1wkibg0c6"; type = "gem"; }; version = "1.1.5"; }; mini_portile2 = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1kl9c3kdchjabrihdqfmcplk3lq4cw1rr9f378y6q22qwy5dndvs"; type = "gem"; }; version = "2.8.5"; }; minima = { dependencies = ["jekyll" "jekyll-feed" "jekyll-seo-tag"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1gk7jmriiswda1ykjzpsw9cpiya4m9n0yrh0h6xnrc8zcfy543jj"; type = "gem"; }; version = "2.5.1"; }; minitest = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "07lq26b86giy3ha3fhrywk9r1ajhc2pm2mzj657jnpnbj1i6g17a"; type = "gem"; }; version = "5.22.3"; }; msgpack = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1a5adcb7bwan09mqhj3wi9ib52hmdzmqg7q08pggn3adibyn5asr"; type = "gem"; }; version = "1.7.2"; }; multi_json = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0pb1g1y3dsiahavspyzkdy39j4q377009f6ix0bh1ag4nqw43l0z"; type = "gem"; }; version = "1.15.0"; }; mustermann = { dependencies = ["ruby2_keywords"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0rwbq20s2gdh8dljjsgj5s6wqqfmnbclhvv2c2608brv7jm6jdbd"; type = "gem"; }; version = "3.0.0"; }; mutex_m = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1ma093ayps1m92q845hmpk0dmadicvifkbf05rpq9pifhin0rvxn"; type = "gem"; }; version = "0.2.0"; }; mysql2 = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0cysv1wdfdbizwkd0d9s16s832khdwv31pgp01mw2g3bbpa4gx3h"; type = "gem"; }; version = "0.5.6"; }; nap = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0xm5xssxk5s03wjarpipfm39qmgxsalb46v1prsis14x1xk935ll"; type = "gem"; }; version = "1.1.0"; }; native-package-installer = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0bvr9q7qwbmg9jfg85r1i5l7d0yxlgp0l2jg62j921vm49mipd7v"; type = "gem"; }; version = "1.1.9"; }; ncursesw = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1nc14wls1yiigz593vw7580hb99lf4n485axapiz6sqpg1jnlhcr"; type = "gem"; }; version = "1.4.10"; }; net-http = { dependencies = ["uri"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "10n2n9aq00ih8v881af88l1zyrqgs5cl3njdw8argjwbl5ggqvm9"; type = "gem"; }; version = "0.4.1"; }; net-http-persistent = { dependencies = ["connection_pool"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0i1as2lgnw7b4jid0gw5glv5hnxz36nmfsbr9rmxbcap72ijgy03"; type = "gem"; }; version = "4.0.2"; }; net-imap = { dependencies = ["date" "net-protocol"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0zn7j2w0hc622ig0rslk4iy6yp3937dy9ibhyr1mwwx39n7paxaj"; type = "gem"; }; version = "0.4.10"; }; net-pop = { dependencies = ["net-protocol"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1wyz41jd4zpjn0v1xsf9j778qx1vfrl24yc20cpmph8k42c4x2w4"; type = "gem"; }; version = "0.1.2"; }; net-protocol = { dependencies = ["timeout"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1a32l4x73hz200cm587bc29q8q9az278syw3x6fkc9d1lv5y0wxa"; type = "gem"; }; version = "0.2.2"; }; net-scp = { dependencies = ["net-ssh"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1si2nq9l6jy5n2zw1q59a5gaji7v9vhy8qx08h4fg368906ysbdk"; type = "gem"; }; version = "4.0.0"; }; net-smtp = { dependencies = ["net-protocol"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0csspzqrg7s2v2wdp6vqqs1rra6w5ilpgnps5h52ig6rp7x2i389"; type = "gem"; }; version = "0.4.0.1"; }; net-ssh = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1i01340c4i144vvn3x54lc2rb77ch829qipl1rh6rqwm3yxzml9w"; type = "gem"; }; version = "7.2.1"; }; netrc = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0gzfmcywp1da8nzfqsql2zqi648mfnx6qwkig3cv36n9m0yy676y"; type = "gem"; }; version = "0.11.0"; }; nio4r = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0xkjz56qc7hl7zy7i7bhiyw5pl85wwjsa4p70rj6s958xj2sd1lm"; type = "gem"; }; version = "2.7.0"; }; nokogiri = { dependencies = ["mini_portile2" "racc"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "173zavvxlwyi48lfskk48wcrdbkvjlhjhvy4jpcrfx72rpjjx4k8"; type = "gem"; }; version = "1.16.2"; }; observer = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1b2h1642jy1xrgyakyzz6bkq43gwp8yvxrs8sww12rms65qi18yq"; type = "gem"; }; version = "0.1.2"; }; octokit = { dependencies = ["faraday" "sawyer"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "15lvy06h276jryxg19258b2yqaykf0567sp0n16yipywhbp94860"; type = "gem"; }; version = "4.25.1"; }; og-corefoundation = { dependencies = ["ffi"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0xmz13rb92xy55askn5f3kkmz14qwyyhkdsikk2gd1ydicnaqkh8"; type = "gem"; }; version = "0.2.3"; }; one_gadget = { dependencies = ["elftools"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0v079xkzzr1bjff5z2wlzs0k11nk4b04kgy1p63lwhbl12jl7qz1"; type = "gem"; }; version = "1.7.4"; }; openssl = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "054d6ybgjdzxw567m7rbnd46yp6gkdbc5ihr536vxd3p15vbhjrw"; type = "gem"; }; version = "3.2.0"; }; optimist = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1vg2chy1cfmdj6c1gryl8zvjhhmb3plwgyh1jfnpq4fnfqv7asrk"; type = "gem"; }; version = "3.0.1"; }; opus-ruby = { dependencies = ["ffi"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0lyf2a8f1w1jk0qrl8h0gsydfalbh19g5k2c6xlq8j1sfzb0ij4d"; type = "gem"; }; version = "1.0.1"; }; ovirt-engine-sdk = { dependencies = ["json"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1vmacvx9q8iwnfbmybi7wlrvz0z47l8j5vgh3cm4pnsb35k95dsa"; type = "gem"; }; version = "4.6.0"; }; pandocomatic = { dependencies = ["optimist" "paru"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "04gq05mgy3v8gac0dk8ldr59865vbjhkzna51w8wh900512lakyq"; type = "gem"; }; version = "1.1.2"; }; pango = { dependencies = ["cairo-gobject" "gobject-introspection"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1lpl4klg2f1rq8rpsgkmjndkpf4zh2b8jjwryi8s3s5w9lb3314y"; type = "gem"; }; version = "4.2.1"; }; parallel = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "15wkxrg1sj3n1h2g8jcrn7gcapwcgxr659ypjf75z1ipkgxqxwsv"; type = "gem"; }; version = "1.24.0"; }; parser = { dependencies = ["ast" "racc"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "11r6kp8wam0nkfvnwyc1fmvky102r1vcfr84vi2p1a2wa0z32j3p"; type = "gem"; }; version = "3.3.0.5"; }; paru = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "10jiv4c28bdvp4r98s042ilzks8wx36qw5a4byragwa1fzwy87va"; type = "gem"; }; version = "1.2.0"; }; pastel = { dependencies = ["tty-color"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0xash2gj08dfjvq4hy6l1z22s5v30fhizwgs10d6nviggpxsj7a8"; type = "gem"; }; version = "0.8.0"; }; pathutil = { dependencies = ["forwardable-extended"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "12fm93ljw9fbxmv2krki5k5wkvr7560qy8p4spvb9jiiaqv78fz4"; type = "gem"; }; version = "0.16.2"; }; patron = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0523gddx88zql2mq6655k60gy2ac8vybpzkcf90lmd9nx7wl3fi9"; type = "gem"; }; version = "0.13.3"; }; pcaprub = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0886fcc5bi0kc0rbma5fj3wa3hbg2nl7ivnbi2j995yzg36zq7xy"; type = "gem"; }; version = "0.13.1"; }; pg = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "071b55bhsz7mivlnp2kv0a11msnl7xg5awvk8mlflpl270javhsb"; type = "gem"; }; version = "1.5.6"; }; pkg-config = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "04wi7n51w42v9s958gfmxwkg5iikq25whacyflpi307517ymlaya"; type = "gem"; }; version = "1.5.6"; }; polyglot = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1bqnxwyip623d8pr29rg6m8r0hdg08fpr2yb74f46rn1wgsnxmjr"; type = "gem"; }; version = "0.3.5"; }; prettier = { dependencies = ["syntax_tree" "syntax_tree-haml" "syntax_tree-rbs"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1iavhgs7iahjz28sks5kkml9gr43fx5rpq5l0ql81pkmfv3i0cbi"; type = "gem"; }; version = "4.0.4"; }; prettier_print = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1ybgks9862zmlx71zd4j20ky86fsrp6j6m0az4hzzb1zyaskha57"; type = "gem"; }; version = "1.2.1"; }; prism = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0pgxgng905jbhp0pr54w4w2pr4nqcq80ijj48204bj4x4nigj8ji"; type = "gem"; }; version = "0.24.0"; }; pry = { dependencies = ["coderay" "method_source"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0k9kqkd9nps1w1r1rb7wjr31hqzkka2bhi8b518x78dcxppm9zn4"; type = "gem"; }; version = "0.14.2"; }; pry-byebug = { dependencies = ["byebug" "pry"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1y41al94ks07166qbp2200yzyr5y60hm7xaiw4lxpgsm4b1pbyf8"; type = "gem"; }; version = "3.10.1"; }; pry-doc = { dependencies = ["pry" "yard"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0xgsr1agv754709fb7x11zn07skmbwlds88sa5s57d7x1apswmkd"; type = "gem"; }; version = "1.5.0"; }; psych = { dependencies = ["stringio"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0s5383m6004q76xm3lb732bp4sjzb6mxb6rbgn129gy2izsj4wrk"; type = "gem"; }; version = "5.1.2"; }; public_suffix = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1bni4qjrsh2q49pnmmd6if4iv3ak36bd2cckrs6npl111n769k9m"; type = "gem"; }; version = "5.0.4"; }; puma = { dependencies = ["nio4r"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0i2vaww6qcazj0ywva1plmjnj6rk23b01szswc5jhcq7s2cikd1y"; type = "gem"; }; version = "6.4.2"; }; pwntools = { dependencies = ["crabstone" "dentaku" "elftools" "keystone-engine" "method_source" "one_gadget" "rainbow" "ruby2ruby" "rubyserial"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0pxc3lcgnywglv0skzj1r8i4p8mwcj27hlwzwqf8sj2mn3iqyjnd"; type = "gem"; }; version = "1.2.1"; }; racc = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "01b9662zd2x9bp4rdjfid07h09zxj7kvn7f5fghbqhzc625ap1dp"; type = "gem"; }; version = "1.7.3"; }; rack = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1m76b32zh6mgql7mzfx36rijnygjl2nzkdj909mn87isfgzdf9jl"; type = "gem"; }; version = "3.0.9.1"; }; rack-protection = { dependencies = ["base64" "rack"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1xmvcxgm1jq92hqxm119gfk95wzl0d46nb2c2c6qqsm4ra2n3nyh"; type = "gem"; }; version = "4.0.0"; }; rack-session = { dependencies = ["rack"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "10afdpmy9kh0qva96slcyc59j4gkk9av8ilh58cnj0qq7q3b416v"; type = "gem"; }; version = "2.0.0"; }; rack-test = { dependencies = ["rack"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1ysx29gk9k14a14zsp5a8czys140wacvp91fja8xcja0j1hzqq8c"; type = "gem"; }; version = "2.1.0"; }; rackup = { dependencies = ["rack" "webrick"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0kbcka30g681cqasw47pq93fxjscq7yvs5zf8lp3740rb158ijvf"; type = "gem"; }; version = "2.1.0"; }; rails = { dependencies = ["actioncable" "actionmailbox" "actionmailer" "actionpack" "actiontext" "actionview" "activejob" "activemodel" "activerecord" "activestorage" "activesupport" "railties"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "185zq5r9g56sfks852992bm0xf2vm9569jyiz5jyww3vx1jply1d"; type = "gem"; }; version = "7.1.3.2"; }; rails-dom-testing = { dependencies = ["activesupport" "minitest" "nokogiri"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0fx9dx1ag0s1lr6lfr34lbx5i1bvn3bhyf3w3mx6h7yz90p725g5"; type = "gem"; }; version = "2.2.0"; }; rails-html-sanitizer = { dependencies = ["loofah" "nokogiri"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1pm4z853nyz1bhhqr7fzl44alnx4bjachcr6rh6qjj375sfz3sc6"; type = "gem"; }; version = "1.6.0"; }; railties = { dependencies = ["actionpack" "activesupport" "irb" "rackup" "rake" "thor" "zeitwerk"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0435sfvhhrd4b2ic9b4c2df3i1snryidx7ry9km4805rpxfdbz2r"; type = "gem"; }; version = "7.1.3.2"; }; rainbow = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0smwg4mii0fm38pyb5fddbmrdpifwv22zv3d3px2xx497am93503"; type = "gem"; }; version = "3.1.1"; }; rake = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1ilr853hawi09626axx0mps4rkkmxcs54mapz9jnqvpnlwd3wsmy"; type = "gem"; }; version = "13.1.0"; }; rb-fsevent = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1zmf31rnpm8553lqwibvv3kkx0v7majm1f341xbxc0bk5sbhp423"; type = "gem"; }; version = "0.11.2"; }; rb-inotify = { dependencies = ["ffi"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1jm76h8f8hji38z3ggf4bzi8vps6p7sagxn3ab57qc0xyga64005"; type = "gem"; }; version = "0.10.1"; }; rb-readline = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "14w79a121czmvk1s953qfzww30mqjb2zc0k9qhi0ivxxk3hxg6wy"; type = "gem"; }; version = "0.5.5"; }; rbnacl = { dependencies = ["ffi"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0y8yzianlkc9w6sbqy8iy8l0yym0y6x7p5rjflkfixq76fqmhvzk"; type = "gem"; }; version = "7.1.1"; }; rbs = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0dgj5n7rj83981fvrhswfwsh88x42p7r00nvd80hkxmdcjvda2h6"; type = "gem"; }; version = "2.8.4"; }; rchardet = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1isj1b3ywgg2m1vdlnr41lpvpm3dbyarf1lla4dfibfmad9csfk9"; type = "gem"; }; version = "1.8.0"; }; rdoc = { dependencies = ["psych"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "14wnrpd1kl43ynk1wwwgv9avsw84d1lrvlfyrjy3d4h7h7ndnqzp"; type = "gem"; }; version = "6.6.2"; }; re2 = { dependencies = ["mini_portile2"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1lx4wsrk7gd6733sjgrkwmj1x9jalnbfppawqfk0ljnw95c0557c"; type = "gem"; }; version = "2.9.0"; }; red-colors = { dependencies = ["json" "matrix"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "16lj0h6gzmc07xp5rhq5b7c1carajjzmyr27m96c99icg2hfnmi3"; type = "gem"; }; version = "0.4.0"; }; redcarpet = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1sg9sbf9pm91l7lac7fs4silabyn0vflxwaa2x3lrzsm0ff8ilca"; type = "gem"; }; version = "3.6.0"; }; redis = { dependencies = ["redis-client"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1yv9z3cch7aay3rs2iildk7jnvhijhwyyxvcn2nfdn6yp9vn7kxz"; type = "gem"; }; version = "5.1.0"; }; redis-client = { dependencies = ["connection_pool"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1swaj27qiix9r92hcvjxf6fzd817i7lfgfg2r50ifs41407rzhq3"; type = "gem"; }; version = "0.21.0"; }; redis-rack = { dependencies = ["rack-session" "redis-store"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "10438w0y1jbgr205zndvmz6md0mrqazh2j9fr88lvb8hms10pddb"; type = "gem"; }; version = "3.0.0"; }; redis-store = { dependencies = ["redis"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "17mhr1g3lmacrgjndbmrklngy32g55165n53111q70kykx7qjn7j"; type = "gem"; }; version = "1.10.0"; }; regexp_parser = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1ndxm0xnv27p4gv6xynk6q41irckj76q1jsqpysd9h6f86hhp841"; type = "gem"; }; version = "2.9.0"; }; reline = { dependencies = ["io-console"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1zx7sdh11p4z77c3f9ka6f065mgl6xwbamnsq4rrgwk310qhn41n"; type = "gem"; }; version = "0.4.3"; }; rest-client = { dependencies = ["http-accept" "http-cookie" "mime-types" "netrc"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1qs74yzl58agzx9dgjhcpgmzfn61fqkk33k1js2y5yhlvc5l19im"; type = "gem"; }; version = "2.1.0"; }; reverse_markdown = { dependencies = ["nokogiri"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0087vhw5ik50lxvddicns01clkx800fk5v5qnrvi3b42nrk6885j"; type = "gem"; }; version = "2.1.1"; }; rexml = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "05i8518ay14kjbma550mv0jm8a6di8yp5phzrd8rj44z9qnrlrp0"; type = "gem"; }; version = "3.2.6"; }; rmagick = { dependencies = ["observer" "pkg-config"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1blqchqfbvqrwn9izzqf8wzkgfw6zafyrsl2ksg1w1d9qxj0c15s"; type = "gem"; }; version = "5.4.4"; }; rouge = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1dnfkrk8xx2m8r3r9m2p5xcq57viznyc09k7r3i4jbm758i57lx3"; type = "gem"; }; version = "3.30.0"; }; rpam2 = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1zvli3s4z1hf2l7gyfickm5i3afjrnycc3ihbiax6ji6arpbyf33"; type = "gem"; }; version = "4.0.2"; }; rspec = { dependencies = ["rspec-core" "rspec-expectations" "rspec-mocks"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "14xrp8vq6i9zx37vh0yp4h9m0anx9paw200l1r5ad9fmq559346l"; type = "gem"; }; version = "3.13.0"; }; rspec-core = { dependencies = ["rspec-support"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0k252n7s80bvjvpskgfm285a3djjjqyjcarlh3aq7a4dx2s94xsm"; type = "gem"; }; version = "3.13.0"; }; rspec-expectations = { dependencies = ["diff-lcs" "rspec-support"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0bhhjzwdk96vf3gq3rs7mln80q27fhq82hda3r15byb24b34h7b2"; type = "gem"; }; version = "3.13.0"; }; rspec-mocks = { dependencies = ["diff-lcs" "rspec-support"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0rkzkcfk2x0qjr5fxw6ib4wpjy0hqbziywplnp6pg3bm2l98jnkk"; type = "gem"; }; version = "3.13.0"; }; rspec-support = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "03z7gpqz5xkw9rf53835pa8a9vgj4lic54rnix9vfwmp2m7pv1s8"; type = "gem"; }; version = "3.13.1"; }; rubocop = { dependencies = ["json" "language_server-protocol" "parallel" "parser" "rainbow" "regexp_parser" "rexml" "rubocop-ast" "ruby-progressbar" "unicode-display_width"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0daamn13fbm77rdwwa4w6j6221iq6091asivgdhk6n7g398frcdf"; type = "gem"; }; version = "1.62.1"; }; rubocop-ast = { dependencies = ["parser"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1v3q8n48w8h809rqbgzihkikr4g3xk72m1na7s97jdsmjjq6y83w"; type = "gem"; }; version = "1.31.2"; }; rubocop-performance = { dependencies = ["rubocop" "rubocop-ast"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0cf7fn4dwf45r3nhnda0dhnwn8qghswyqbfxr2ippb3z8a6gmc8v"; type = "gem"; }; version = "1.20.2"; }; ruby-graphviz = { dependencies = ["rexml"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "010m283gk4qgzxkgrldlnrglh8d5fn6zvrzm56wf5abd7x7b8aqw"; type = "gem"; }; version = "1.2.5"; }; ruby-keychain = { dependencies = ["ffi" "og-corefoundation"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1g57fr1r39bfh1r887hp87mawfg3miidagvpqyqq3l0152ya43wr"; type = "gem"; }; version = "0.4.0"; }; ruby-libvirt = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0v6vj5vs9v01zr00bflqpfczhwcyc6jdf8k2dqn42lq6d87si77d"; type = "gem"; }; version = "0.8.2"; }; ruby-lsp = { dependencies = ["language_server-protocol" "prism" "sorbet-runtime"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0scavp3jlgzbg7bh6y5rd110aak03l9zw56smazahq3lcjxgfc49"; type = "gem"; }; version = "0.14.5"; }; ruby-lxc = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "08pnghqp15fwylq6w2qh7x1ikkiq87irpy0z03n0gma4gdzzx2qa"; type = "gem"; }; version = "1.2.3"; }; ruby-progressbar = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0cwvyb7j47m7wihpfaq7rc47zwwx9k4v7iqd9s1xch5nm53rrz40"; type = "gem"; }; version = "1.13.0"; }; ruby-terminfo = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0rl4ic5pzvrpgd42z0c1s2n3j39c9znksblxxvmhkzrc0ckyg2cm"; type = "gem"; }; version = "0.1.1"; }; ruby-vips = { dependencies = ["ffi"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0yycazz91ywwwv2iz3fgjkfn1z687bl4z5jjn7cwmky507b43652"; type = "gem"; }; version = "2.2.1"; }; ruby2_keywords = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1vz322p8n39hz3b4a9gkmz9y7a5jaz41zrm2ywf31dvkqm03glgz"; type = "gem"; }; version = "0.0.5"; }; ruby2ruby = { dependencies = ["ruby_parser" "sexp_processor"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "04bz2jw3ida07mgk450l9m6xklhzbv0z4s6ak6bl7vp4rhcy41f8"; type = "gem"; }; version = "2.5.0"; }; ruby_parser = { dependencies = ["racc" "sexp_processor"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0sy5y7w89ii5iqym7b21glcwxqg8kizxfy8a7kcxq0j65wyqjhiq"; type = "gem"; }; version = "3.21.0"; }; rubyserial = { dependencies = ["ffi"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1vj5yan6srbvkf5vfp9d9b9z8wyygd0zxcy54c35yhkjl6kwd22q"; type = "gem"; }; version = "0.6.0"; }; rubyzip = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0grps9197qyxakbpw02pda59v45lfgbgiyw48i0mq9f2bn9y6mrz"; type = "gem"; }; version = "2.3.2"; }; rugged = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1sccng15h8h3mcjxfgvxy85lfpswbj0nhmzwwsqdffbzqgsb2jch"; type = "gem"; }; version = "1.7.2"; }; safe_yaml = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0j7qv63p0vqcd838i2iy2f76c3dgwzkiz1d1xkg7n0pbnxj2vb56"; type = "gem"; }; version = "1.0.5"; }; sass = { dependencies = ["sass-listen"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0p95lhs0jza5l7hqci1isflxakz83xkj97lkvxl919is0lwhv2w0"; type = "gem"; }; version = "3.7.4"; }; sass-listen = { dependencies = ["rb-fsevent" "rb-inotify"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0xw3q46cmahkgyldid5hwyiwacp590zj2vmswlll68ryvmvcp7df"; type = "gem"; }; version = "4.0.0"; }; sassc = { dependencies = ["ffi"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0gpqv48xhl8mb8qqhcifcp0pixn206a7imc07g48armklfqa4q2c"; type = "gem"; }; version = "2.4.0"; }; sawyer = { dependencies = ["addressable" "faraday"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1jks1qjbmqm8f9kvwa81vqj39avaj9wdnzc531xm29a55bb74fps"; type = "gem"; }; version = "0.9.2"; }; scrypt = { dependencies = ["ffi-compiler"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0jw2bn6mqpw2wbjpmsfz44pppwa6zmhg9lywimm684sxkmlxscbl"; type = "gem"; }; version = "3.0.7"; }; semian = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0qs5mrjsr2hs03f2c1a611qrvxsk8pqlmhymxgwccwvr6arh3iby"; type = "gem"; }; version = "0.21.3"; }; sequel = { dependencies = ["bigdecimal"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "186wldacv9zdd3bxi85lika9hz6ac09r7kp1h4cjv23436qmsjq2"; type = "gem"; }; version = "5.78.0"; }; sequel_pg = { dependencies = ["pg" "sequel"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "01j51vn47ynyhlxpgz6wj8swm3d8g1hrad1678s0sd43kh2hqxdg"; type = "gem"; }; version = "1.17.1"; }; sexp_processor = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "182x05kpdjlckh31qizws50fz7sjk86yjjfmy45z61q3f930j4ci"; type = "gem"; }; version = "4.17.1"; }; simplecov = { dependencies = ["docile" "simplecov-html" "simplecov_json_formatter"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "198kcbrjxhhzca19yrdcd6jjj9sb51aaic3b0sc3pwjghg3j49py"; type = "gem"; }; version = "0.22.0"; }; simplecov-html = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0yx01bxa8pbf9ip4hagqkp5m0mqfnwnw2xk8kjraiywz4lrss6jb"; type = "gem"; }; version = "0.12.3"; }; simplecov_json_formatter = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0a5l0733hj7sk51j81ykfmlk2vd5vaijlq9d5fn165yyx3xii52j"; type = "gem"; }; version = "0.1.4"; }; simpleidn = { dependencies = ["unf"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "06f7w6ph3bzzqk212yylfp4jfx275shgp9zg3xszbpv1ny2skp9m"; type = "gem"; }; version = "0.2.1"; }; sinatra = { dependencies = ["mustermann" "rack" "rack-protection" "rack-session" "tilt"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0za92lv4s7xhgkkm6xxf7ib0b3bsyj8drxgkrskgsb5g3mxnixjl"; type = "gem"; }; version = "4.0.0"; }; slather = { dependencies = ["clamp" "xcodeproj"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0i1h1kr5j6v8kzrcdfrjxdf1qnnrwhxl9i5vkr8wgbspp5raissq"; type = "gem"; }; version = "1.3.0"; }; slop = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1iyrjskgxyn8i1679qwkzns85p909aq77cgx2m4fs5ygzysj4hw4"; type = "gem"; }; version = "4.10.1"; }; snappy = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1ndib94d181y5gd7qg515ralb02zri91vd3q94k21fgc4r897cd4"; type = "gem"; }; version = "0.4.0"; }; snmp = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1xr7rwfk7mwxzqcgir0glmyy4j27g6yixfaswsbd2qn6r8c980qf"; type = "gem"; }; version = "1.3.2"; }; solargraph = { dependencies = ["backport" "benchmark" "diff-lcs" "e2mmap" "jaro_winkler" "kramdown" "kramdown-parser-gfm" "parser" "rbs" "reverse_markdown" "rubocop" "thor" "tilt" "yard"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0qbjgsrlrwvbywzi0shf3nmfhb52y5fmp9al9nk7c4qqwxyhz397"; type = "gem"; }; version = "0.50.0"; }; sorbet-runtime = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1xnq3zdrnwhncfxvrhvkil26dq9v1h196i54l936l36zxdhnf383"; type = "gem"; }; version = "0.5.11292"; }; sqlite3 = { dependencies = ["mini_portile2"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "137xkh8jnk3xyajvzmn2390yzs13hnb37jylr0sm02d3zrshf18n"; type = "gem"; }; version = "1.7.2"; }; stringio = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "063psvsn1aq6digpznxfranhcpmi0sdv2jhra5g0459sw0x2dxn1"; type = "gem"; }; version = "3.1.0"; }; syntax_tree = { dependencies = ["prettier_print"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0g9l9acknjr2yz8ynfxbcrwx2ws3wh96pfzdb31g66k08v1022m5"; type = "gem"; }; version = "6.2.0"; }; syntax_tree-haml = { dependencies = ["haml" "prettier_print" "syntax_tree"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0nb335cn093qnc3hyb8s4vbgn8apwz019m4dj15hz2y2gmkpdxnw"; type = "gem"; }; version = "4.0.3"; }; syntax_tree-rbs = { dependencies = ["prettier_print" "rbs" "syntax_tree"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1g9n2i99y6b5l3x3vp2nk0fss2x0b2gd1h5hynbs2y4ab35jhrsr"; type = "gem"; }; version = "1.0.0"; }; taglib-ruby = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0yvchq3j0splz70796a27hr1v6ifhyab5ddc9fl1x734nhmsy4rb"; type = "gem"; }; version = "1.1.3"; }; temple = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0fwia5hvc1xz9w7vprzjnsym3v9j5l9ggdvy70jixbvpcpz4acfz"; type = "gem"; }; version = "0.10.3"; }; terminal-table = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0hbmzfr17ji5ws5x5z3kypmb5irwwss7q7kkad0gs005ibqrxv0a"; type = "gem"; }; version = "1.6.0"; }; thor = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1vq1fjp45az9hfp6fxljhdrkv75cvbab1jfrwcw738pnsiqk8zps"; type = "gem"; }; version = "1.3.1"; }; thrift = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "17cwh2ivvkfzv7m0m3rpyagwqz20mcincvjvz7cg3g21xzannqys"; type = "gem"; }; version = "0.19.0"; }; tilt = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0p3l7v619hwfi781l3r7ypyv1l8hivp09r18kmkn6g11c4yr1pc2"; type = "gem"; }; version = "2.3.0"; }; timeout = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "16mvvsmx90023wrhf8dxc1lpqh0m8alk65shb7xcya6a9gflw7vg"; type = "gem"; }; version = "0.4.1"; }; tiny_tds = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1nva5glid3mpwqk0siws74r6qfv89n0amw9ffzwnwlm12cd4ahdm"; type = "gem"; }; version = "2.1.7"; }; treetop = { dependencies = ["polyglot"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0adc8qblz8ii668r3rksjx83p675iryh52rvdvysimx2hkbasj7d"; type = "gem"; }; version = "1.6.12"; }; tty-color = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0aik4kmhwwrmkysha7qibi2nyzb4c8kp42bd5vxnf8sf7b53g73g"; type = "gem"; }; version = "0.6.0"; }; tty-command = { dependencies = ["pastel"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "14hi8xiahfrrnydw6g3i30lxvvz90wp4xsrlhx8mabckrcglfv0c"; type = "gem"; }; version = "0.10.1"; }; tty-option = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "019ir4bcr8fag7dmq7ph6ilpvwjbv4qalip0bz7dlddbd6fk4vjs"; type = "gem"; }; version = "0.3.0"; }; typhoeus = { dependencies = ["ethon"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0z7gamf6s83wy0yqms3bi4srirn3fc0lc7n65lqanidxcj1xn5qw"; type = "gem"; }; version = "1.4.1"; }; tzinfo = { dependencies = ["concurrent-ruby"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "16w2g84dzaf3z13gxyzlzbf748kylk5bdgg3n1ipvkvvqy685bwd"; type = "gem"; }; version = "2.0.6"; }; uglifier = { dependencies = ["execjs"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0wgh7bzy68vhv9v68061519dd8samcy8sazzz0w3k8kqpy3g4s5f"; type = "gem"; }; version = "4.2.0"; }; unf = { dependencies = ["unf_ext"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0bh2cf73i2ffh4fcpdn9ir4mhq8zi50ik0zqa1braahzadx536a9"; type = "gem"; }; version = "0.1.4"; }; unf_ext = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1sf6bxvf6x8gihv6j63iakixmdddgls58cpxpg32chckb2l18qcj"; type = "gem"; }; version = "0.0.9.1"; }; unicode-blocks = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0zf98czws958zyniwb0wvcxifpcr850qfp4m9g6q90qpdh9c61s1"; type = "gem"; }; version = "1.9.0"; }; unicode-display_width = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1d0azx233nags5jx3fqyr23qa2rhgzbhv8pxp46dgbg1mpf82xky"; type = "gem"; }; version = "2.5.0"; }; unicode-name = { dependencies = ["unicode-types"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0177232y0di7klwy0nsixbjfs5mym334y6b3lbfczl8953ybdmg6"; type = "gem"; }; version = "1.12.0"; }; unicode-scripts = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0m2xcss5nr9q6312c4dir54537skpdmwdp5s7gxgjrsv82pzpjdr"; type = "gem"; }; version = "1.9.0"; }; unicode-types = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1wlqwz1cq4bis4r2h8ghbp5c56867a86nnzp2pxnlq48mnjnmgww"; type = "gem"; }; version = "1.9.0"; }; uri = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "094gk72ckazf495qc76gk09b5i318d5l9m7bicg2wxlrjcm3qm96"; type = "gem"; }; version = "0.13.0"; }; uuid4r = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0qlcxzn8pnql34pcdrkd20kdla3k6n2sspaxp3lwwx8a87jnzbc3"; type = "gem"; }; version = "0.2.0"; }; webmention = { dependencies = ["http" "indieweb-endpoints" "nokogiri"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1ag06gal14r3rlcv0c951w1a9wb0d04mk5pz2v0f71q9fzwxwwmi"; type = "gem"; }; version = "7.0.0"; }; webrick = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "13qm7s0gr2pmfcl7dxrmq38asaza4w0i2n9my4yzs499j731wh8r"; type = "gem"; }; version = "1.8.1"; }; websocket-driver = { dependencies = ["websocket-extensions"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1nyh873w4lvahcl8kzbjfca26656d5c6z3md4sbqg5y1gfz0157n"; type = "gem"; }; version = "0.7.6"; }; websocket-extensions = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0hc2g9qps8lmhibl5baa91b4qx8wqw872rgwagml78ydj8qacsqw"; type = "gem"; }; version = "0.1.5"; }; whois = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "109v9vgkry317v5vc3b5dwgxpp1if3q9m26mrpl6052m020q05qx"; type = "gem"; }; version = "5.1.1"; }; xcodeproj = { dependencies = ["activesupport" "claide" "colored"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "080xdnlkx8zfh2ka5jzgmj4k5jqxirfzggpjrc5q5q1mh5jamfwj"; type = "gem"; }; version = "0.28.2"; }; xctasks = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1jmxq0dv2q4qs628cykrhsm9piysjsacbq5blsf35a0fj015bw7l"; type = "gem"; }; version = "0.2.2"; }; yard = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1r0b8w58p7gy06wph1qdjv2p087hfnmhd9jk23vjdj803dn761am"; type = "gem"; }; version = "0.9.36"; }; zeitwerk = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1m67qmsak3x8ixs8rb971azl3l7wapri65pmbf5z886h46q63f1d"; type = "gem"; }; version = "2.6.13"; }; zookeeper = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1hc87pbmgc53lksa1aql61kxn9d2kjzmlhnjxa5rcn01qhm3pkvg"; type = "gem"; }; version = "1.5.5"; }; } [result] Failed to update rubyPackages_3_2.dip 7.7.0 -> 7.8.0 https://repology.org/project/ruby:dip/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.ftExtra, using log file: /var/log/nixpkgs-update/rPackages.ftExtra/2024-03-16.log rPackages.ftExtra 0.6.1 -> 0.6.2 https://repology.org/project/r:ftextra/versions attrpath: rPackages.ftExtra 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.ftExtra 0.6.1 -> 0.6.2 https://repology.org/project/r:ftextra/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath i3-resurrect, using log file: /var/log/nixpkgs-update/i3-resurrect/2024-03-16.log i3-resurrect 0 -> 1 attrpath: i3-resurrect Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6smp7zl2nqxpjxrdmis6nvvj4i9fr2gw-packages.json.drv building '/nix/store/6smp7zl2nqxpjxrdmis6nvvj4i9fr2gw-packages.json.drv'... Going to be running update for following packages: - i3-resurrect-1.4.5 Press Enter key to continue... Running update for: - i3-resurrect-1.4.5: UPDATING ... - i3-resurrect-1.4.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update i3-resurrect 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sphinxemoji, using log file: /var/log/nixpkgs-update/python311Packages.sphinxemoji/2024-03-16.log python311Packages.sphinxemoji 0 -> 1 attrpath: python311Packages.sphinxemoji Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ff03bgx4114v1jbnlv2gjcp89xyzwb6m-packages.json.drv building '/nix/store/ff03bgx4114v1jbnlv2gjcp89xyzwb6m-packages.json.drv'... Going to be running update for following packages: - python3.11-sphinxemoji-0.2.0 Press Enter key to continue... Running update for: - python3.11-sphinxemoji-0.2.0: UPDATING ... - python3.11-sphinxemoji-0.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sphinxemoji 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rocmPackages.hipsparse, using log file: /var/log/nixpkgs-update/rocmPackages.hipsparse/2024-03-16.log rocmPackages.hipsparse 0 -> 1 attrpath: rocmPackages.hipsparse Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 these 2 derivations will be built: /nix/store/ffv2jcv8wccxmbzx3lv83l1qrfffdq4h-update.sh.drv /nix/store/qg0s98z2gshfr8wsfz4iln2xj8d81brb-packages.json.drv building '/nix/store/ffv2jcv8wccxmbzx3lv83l1qrfffdq4h-update.sh.drv'... building '/nix/store/qg0s98z2gshfr8wsfz4iln2xj8d81brb-packages.json.drv'... Going to be running update for following packages: - hipsparse-5.7.1 Press Enter key to continue... Running update for: - hipsparse-5.7.1: UPDATING ... - hipsparse-5.7.1: ERROR --- SHOWING ERROR LOG FOR hipsparse-5.7.1 ---------------------- 'rocmPackages_5.hipsparse' is already at it's maximum allowed version. Any further upgrades should go into 'rocmPackages_X.hipsparse'. --- SHOWING ERROR LOG FOR hipsparse-5.7.1 ---------------------- The update script for hipsparse-5.7.1 failed with exit code 1 [result] Failed to update rocmPackages.hipsparse 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.icecream, using log file: /var/log/nixpkgs-update/python311Packages.icecream/2024-03-16.log python311Packages.icecream 0 -> 1 attrpath: python311Packages.icecream Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ih8iwgjk05i39p9lgipcnsr9sp0d9mp5-packages.json.drv building '/nix/store/ih8iwgjk05i39p9lgipcnsr9sp0d9mp5-packages.json.drv'... Going to be running update for following packages: - python3.11-icecream-2.1.3 Press Enter key to continue... Running update for: - python3.11-icecream-2.1.3: UPDATING ... - python3.11-icecream-2.1.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.icecream 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pyCA, using log file: /var/log/nixpkgs-update/pyCA/2024-03-16.log pyCA 0 -> 1 attrpath: pyCA Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] skipping because derivation has updateScript [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7ma61j8vabn2k9l8ibadn3akszp68qq8-packages.json.drv building '/nix/store/7ma61j8vabn2k9l8ibadn3akszp68qq8-packages.json.drv'... Going to be running update for following packages: - pyca-4.5 Press Enter key to continue... Running update for: - pyca-4.5: UPDATING ... - pyca-4.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pyCA 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libopenmpt, using log file: /var/log/nixpkgs-update/libopenmpt/2024-03-16.log libopenmpt 0 -> 1 attrpath: libopenmpt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/28rabfmhkq7p2bqc8xlrjadkbsp6dm16-packages.json.drv building '/nix/store/28rabfmhkq7p2bqc8xlrjadkbsp6dm16-packages.json.drv'... Going to be running update for following packages: - libopenmpt-0.7.3 Press Enter key to continue... Running update for: - libopenmpt-0.7.3: UPDATING ... - libopenmpt-0.7.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/libraries/audio/libopenmpt/default.nix b/pkgs/development/libraries/audio/libopenmpt/default.nix index b8b89abc8ea7..658d686538b8 100644 --- a/pkgs/development/libraries/audio/libopenmpt/default.nix +++ b/pkgs/development/libraries/audio/libopenmpt/default.nix @@ -16,13 +16,13 @@ stdenv.mkDerivation rec { pname = "libopenmpt"; - version = "0.7.3"; + version = "0.7.4"; outputs = [ "out" "dev" "bin" ]; src = fetchurl { url = "https://lib.openmpt.org/files/libopenmpt/src/libopenmpt-${version}+release.autotools.tar.gz"; - hash = "sha256-LPg2m3kWsJJk8/FLn7bO81pum+4DKN7E9J2YIRzP1yI="; + hash = "sha256-FgD5M16uOQQImmKG9SWBKWHFTONqBd/m7qpXbdkyjz8="; }; enableParallelBuilding = true; No auto update branch exists There might already be an open PR for this update: - [Backport staging-23.11] libopenmpt: 0.7.3 -> 0.7.4 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/294340" [result] Failed to update libopenmpt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath chkcrontab, using log file: /var/log/nixpkgs-update/chkcrontab/2024-03-16.log chkcrontab 0 -> 1 attrpath: chkcrontab Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qhsaksjx02iwhhw3hz0pq0l83gilalc9-packages.json.drv building '/nix/store/qhsaksjx02iwhhw3hz0pq0l83gilalc9-packages.json.drv'... Going to be running update for following packages: - chkcrontab-1.7 Press Enter key to continue... Running update for: - chkcrontab-1.7: UPDATING ... - chkcrontab-1.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update chkcrontab 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aio-geojson-geonetnz-volcano, using log file: /var/log/nixpkgs-update/python311Packages.aio-geojson-geonetnz-volcano/2024-03-16.log python311Packages.aio-geojson-geonetnz-volcano 0 -> 1 attrpath: python311Packages.aio-geojson-geonetnz-volcano Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/l3p8csqg70yp19k1lvvdgm6lqrzwqpyd-packages.json.drv building '/nix/store/l3p8csqg70yp19k1lvvdgm6lqrzwqpyd-packages.json.drv'... Going to be running update for following packages: - python3.11-aio-geojson-geonetnz-volcano-0.9 Press Enter key to continue... Running update for: - python3.11-aio-geojson-geonetnz-volcano-0.9: UPDATING ... - python3.11-aio-geojson-geonetnz-volcano-0.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aio-geojson-geonetnz-volcano 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.vine, using log file: /var/log/nixpkgs-update/python311Packages.vine/2024-03-16.log python311Packages.vine 0 -> 1 attrpath: python311Packages.vine Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ywy3qxpdnnjprwv7y7m3axk6mwc76pp4-packages.json.drv building '/nix/store/ywy3qxpdnnjprwv7y7m3axk6mwc76pp4-packages.json.drv'... Going to be running update for following packages: - python3.11-vine-5.1.0 Press Enter key to continue... Running update for: - python3.11-vine-5.1.0: UPDATING ... - python3.11-vine-5.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.vine 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.broadbean, using log file: /var/log/nixpkgs-update/python311Packages.broadbean/2024-03-16.log python311Packages.broadbean 0 -> 1 attrpath: python311Packages.broadbean Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/752sd0sb520khgy2wiydgck3c2lwm4nv-packages.json.drv building '/nix/store/752sd0sb520khgy2wiydgck3c2lwm4nv-packages.json.drv'... Going to be running update for following packages: - python3.11-broadbean-0.11.0 Press Enter key to continue... Running update for: - python3.11-broadbean-0.11.0: UPDATING ... - python3.11-broadbean-0.11.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/broadbean/default.nix b/pkgs/development/python-modules/broadbean/default.nix index edf4ca1080ce..0ce8090027a7 100644 --- a/pkgs/development/python-modules/broadbean/default.nix +++ b/pkgs/development/python-modules/broadbean/default.nix @@ -15,14 +15,14 @@ buildPythonPackage rec { pname = "broadbean"; - version = "0.11.0"; + version = "0.14.0"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-e+LAcmWxT+SkaWtToPgg+x3QRu5fCSm+w4dLCcyZrw8="; + hash = "sha256-v+Ov6mlSnaJG98ooA9AhPGJflrFafKQoO5wi+PxcZVw="; }; patches = [ No auto update branch exists Old version 0.11.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , fetchpatch , pythonOlder , setuptools , versioningit , wheel , numpy , matplotlib , schema , hypothesis , pytestCheckHook }: buildPythonPackage rec { pname = "broadbean"; version = "0.14.0"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-v+Ov6mlSnaJG98ooA9AhPGJflrFafKQoO5wi+PxcZVw="; }; patches = [ # https://github.com/QCoDeS/broadbean/pull/538 (fetchpatch { name = "drop-wheel-from-pyproject.patch"; url = "https://github.com/QCoDeS/broadbean/commit/31a2147e4f452fef1ca2b56b1cb0b10ac85ac867.patch"; hash = "sha256-lBikIRhaf3ecwE7NZrYWeHkQCHQdfS9eeOcFExGIsVk="; }) # https://github.com/QCoDeS/broadbean/pull/638 (fetchpatch { name = "unpin-versioningit-dependency.patch"; url = "https://github.com/QCoDeS/broadbean/commit/e4fd6c38d076aa3a6542dcd8fa7d2eb9d7a9b789.patch"; hash = "sha256-mw68pWAjztWBw22MeoWVbwIwjzMOJRtv6HctN3v6A2A="; }) ]; nativeBuildInputs = [ setuptools versioningit wheel ]; propagatedBuildInputs = [ numpy matplotlib schema ]; nativeCheckInputs = [ hypothesis pytestCheckHook ]; disabledTests = [ # on a 200ms deadline "test_points" ]; pythonImportsCheck = [ "broadbean" ]; meta = { homepage = "https://qcodes.github.io/broadbean"; description = "A library for making pulses that can be leveraged with QCoDeS"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ evilmav ]; }; } [result] Failed to update python311Packages.broadbean 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.lazy-loader, using log file: /var/log/nixpkgs-update/python311Packages.lazy-loader/2024-03-16.log python311Packages.lazy-loader 0 -> 1 attrpath: python311Packages.lazy-loader Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jvgsc0y1plkbgcssyw90h1cd194r258j-packages.json.drv building '/nix/store/jvgsc0y1plkbgcssyw90h1cd194r258j-packages.json.drv'... Going to be running update for following packages: - python3.11-lazy-loader-0.3 Press Enter key to continue... Running update for: - python3.11-lazy-loader-0.3: UPDATING ... - python3.11-lazy-loader-0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.lazy-loader 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.awesome-slugify, using log file: /var/log/nixpkgs-update/python311Packages.awesome-slugify/2024-03-16.log python311Packages.awesome-slugify 0 -> 1 attrpath: python311Packages.awesome-slugify Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/v77jsxbzakdfw5wwzq76dgbfffm108cf-packages.json.drv building '/nix/store/v77jsxbzakdfw5wwzq76dgbfffm108cf-packages.json.drv'... Going to be running update for following packages: - python3.11-awesome-slugify-1.6.5 Press Enter key to continue... Running update for: - python3.11-awesome-slugify-1.6.5: UPDATING ... - python3.11-awesome-slugify-1.6.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.awesome-slugify 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.shapely, using log file: /var/log/nixpkgs-update/python311Packages.shapely/2024-03-16.log python311Packages.shapely 0 -> 1 attrpath: python311Packages.shapely Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/q434k5zzmlaaq0rq0k835bymrppvp644-packages.json.drv building '/nix/store/q434k5zzmlaaq0rq0k835bymrppvp644-packages.json.drv'... Going to be running update for following packages: - python3.11-shapely-2.0.3 Press Enter key to continue... Running update for: - python3.11-shapely-2.0.3: UPDATING ... - python3.11-shapely-2.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.shapely 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rakudo, using log file: /var/log/nixpkgs-update/rakudo/2024-03-16.log rakudo 2024.01 -> 2024.02 https://github.com/rakudo/rakudo/releases attrpath: rakudo Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - moarvm: 2024.01 -> 2024.02 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/292574" [result] Failed to update rakudo 2024.01 -> 2024.02 https://github.com/rakudo/rakudo/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.policyuniverse, using log file: /var/log/nixpkgs-update/python311Packages.policyuniverse/2024-03-16.log python311Packages.policyuniverse 0 -> 1 attrpath: python311Packages.policyuniverse Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/d2iqql9n25hp1bydbjzh9dckbbmb9hvj-packages.json.drv building '/nix/store/d2iqql9n25hp1bydbjzh9dckbbmb9hvj-packages.json.drv'... Going to be running update for following packages: - python3.11-policyuniverse-1.5.1.20231109 Press Enter key to continue... Running update for: - python3.11-policyuniverse-1.5.1.20231109: UPDATING ... - python3.11-policyuniverse-1.5.1.20231109: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.policyuniverse 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.roku, using log file: /var/log/nixpkgs-update/python311Packages.roku/2024-03-16.log python311Packages.roku 0 -> 1 attrpath: python311Packages.roku Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jj787kpd0qx7js919nqqgakcx0nc4qx5-packages.json.drv building '/nix/store/jj787kpd0qx7js919nqqgakcx0nc4qx5-packages.json.drv'... Going to be running update for following packages: - python3.11-roku-4.1 Press Enter key to continue... Running update for: - python3.11-roku-4.1: UPDATING ... - python3.11-roku-4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.roku 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath h8mail, using log file: /var/log/nixpkgs-update/h8mail/2024-03-16.log h8mail 0 -> 1 attrpath: h8mail Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qwwpjir5y1gahq6j6yc4db6vww13zznz-packages.json.drv building '/nix/store/qwwpjir5y1gahq6j6yc4db6vww13zznz-packages.json.drv'... Going to be running update for following packages: - h8mail-2.5.6 Press Enter key to continue... Running update for: - h8mail-2.5.6: UPDATING ... - h8mail-2.5.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update h8mail 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath terraform-providers.minio, using log file: /var/log/nixpkgs-update/terraform-providers.minio/2024-03-16.log terraform-providers.minio 0 -> 1 attrpath: terraform-providers.minio Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.minio 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.google-ai-generativelanguage, using log file: /var/log/nixpkgs-update/python311Packages.google-ai-generativelanguage/2024-03-16.log python311Packages.google-ai-generativelanguage 0 -> 1 attrpath: python311Packages.google-ai-generativelanguage Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/c5s0p2xp3hhjq7kwjisqfs8bx6wapz7d-packages.json.drv building '/nix/store/c5s0p2xp3hhjq7kwjisqfs8bx6wapz7d-packages.json.drv'... Going to be running update for following packages: - python3.11-google-ai-generativelanguage-0.5.4 Press Enter key to continue... Running update for: - python3.11-google-ai-generativelanguage-0.5.4: UPDATING ... - python3.11-google-ai-generativelanguage-0.5.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.google-ai-generativelanguage 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO @volth asked to not update xfce [result] Failed to update xfce.thunar-dropbox-plugin 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.hypothesis, using log file: /var/log/nixpkgs-update/python311Packages.hypothesis/2024-03-16.log python311Packages.hypothesis 0 -> 1 attrpath: python311Packages.hypothesis Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/j5jja6jqil1cjkk12jffdjspy2riffl0-packages.json.drv building '/nix/store/j5jja6jqil1cjkk12jffdjspy2riffl0-packages.json.drv'... Going to be running update for following packages: - python3.11-hypothesis-6.91.0 Press Enter key to continue... Running update for: - python3.11-hypothesis-6.91.0: UPDATING ... - python3.11-hypothesis-6.91.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.hypothesis 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath jx, using log file: /var/log/nixpkgs-update/jx/2024-03-16.log jx 2.1.155 -> 3.10.137 https://github.com/jenkins-x/jx/releases attrpath: jx 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-ZtcCBXcJXX9ThzY6T0MhNfDDzRC9PYzRB1VyS4LLXLs=" [golangModuleVersion] Replaced vendorHash with sha256-AIaZVkWdNj1Vsrv2k4B5lLE0lOFuiTD7lwS/DikmC14= Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A jx nix build failed. got build log for 'jx' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/d3zvjf78h673l4gb0nv4kpk912wc4621-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase Building subPackage ./cmd/jx stat /build/source/cmd/jx: directory not found [result] Failed to update jx 2.1.155 -> 3.10.137 https://github.com/jenkins-x/jx/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyisemail, using log file: /var/log/nixpkgs-update/python311Packages.pyisemail/2024-03-16.log python311Packages.pyisemail 0 -> 1 attrpath: python311Packages.pyisemail Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/a2jba5lp4s15s3jfs5hikc4inljsislv-packages.json.drv building '/nix/store/a2jba5lp4s15s3jfs5hikc4inljsislv-packages.json.drv'... Going to be running update for following packages: - python3.11-pyisemail-2.0.1 Press Enter key to continue... Running update for: - python3.11-pyisemail-2.0.1: UPDATING ... - python3.11-pyisemail-2.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyisemail 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.radon, using log file: /var/log/nixpkgs-update/python311Packages.radon/2024-03-16.log python311Packages.radon 0 -> 1 attrpath: python311Packages.radon 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/zcdgdwp0f3xxz9z6nvynrc4p3cj3w90q-packages.json.drv building '/nix/store/zcdgdwp0f3xxz9z6nvynrc4p3cj3w90q-packages.json.drv'... Going to be running update for following packages: - python3.11-radon-6.0.1 Press Enter key to continue... Running update for: - python3.11-radon-6.0.1: UPDATING ... - python3.11-radon-6.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.radon 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pymsteams, using log file: /var/log/nixpkgs-update/python311Packages.pymsteams/2024-03-16.log python311Packages.pymsteams 0 -> 1 attrpath: python311Packages.pymsteams Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/17z172732n338717vxpsqs9day4k53r3-packages.json.drv building '/nix/store/17z172732n338717vxpsqs9day4k53r3-packages.json.drv'... Going to be running update for following packages: - python3.11-pymsteams-0.2.2 Press Enter key to continue... Running update for: - python3.11-pymsteams-0.2.2: UPDATING ... - python3.11-pymsteams-0.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pymsteams 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath vulkan-cts, using log file: /var/log/nixpkgs-update/vulkan-cts/2024-03-16.log vulkan-cts 0 -> 1 attrpath: vulkan-cts 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/9q250qfjm5kbsqw7wfalgyk93fhg80yb-packages.json.drv building '/nix/store/9q250qfjm5kbsqw7wfalgyk93fhg80yb-packages.json.drv'... Going to be running update for following packages: - vulkan-cts-1.3.7.3 Press Enter key to continue... Running update for: - vulkan-cts-1.3.7.3: UPDATING ... - vulkan-cts-1.3.7.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/graphics/vulkan-cts/default.nix b/pkgs/tools/graphics/vulkan-cts/default.nix index 497fd13df341..78e2c04bd811 100644 --- a/pkgs/tools/graphics/vulkan-cts/default.nix +++ b/pkgs/tools/graphics/vulkan-cts/default.nix @@ -39,13 +39,13 @@ let in stdenv.mkDerivation (finalAttrs: { pname = "vulkan-cts"; - version = "1.3.7.3"; + version = "1.3.8.0"; src = fetchFromGitHub { owner = "KhronosGroup"; repo = "VK-GL-CTS"; rev = "${finalAttrs.pname}-${finalAttrs.version}"; - hash = "sha256-YtfUnrqWZwPMkLr3ovJz8Xr2ES1piW0yB+rBAaiQKoQ="; + hash = "sha256-CokIhnX5JRd93VBlK+gZniL5YD3kQXuCtgLL8yUF0Ig="; }; prePatch = '' diff --git a/pkgs/tools/graphics/vulkan-cts/sources.nix b/pkgs/tools/graphics/vulkan-cts/sources.nix index 3e42e9c4ed7a..46526273de87 100644 --- a/pkgs/tools/graphics/vulkan-cts/sources.nix +++ b/pkgs/tools/graphics/vulkan-cts/sources.nix @@ -11,15 +11,15 @@ rec { amber = fetchFromGitHub { owner = "google"; repo = "amber"; - rev = "933ecb4d6288675a92eb1650e0f52b1d7afe8273"; - hash = "sha256-v9z4gv/mTjaCkByZn6uDpMteQuIf0FzZXeKyoXfFjXo="; + rev = "8e90b2d2f532bcd4a80069e3f37a9698209a21bc"; + hash = "sha256-LuNCND/NXoNbbTWv7RYQUkq2QXL1qXR27uHwFIz0DXg="; }; glslang = fetchFromGitHub { owner = "KhronosGroup"; repo = "glslang"; - rev = "c5117b328afc86e16edff6ed6afe0fe7872a7cf3"; - hash = "sha256-4SoET76fCfutttK00JGCKVQUn0ivGdTw6GhndvxbIDU="; + rev = "f6f9840eabd8c5b31e218c8c61b4716e5981f713"; + hash = "sha256-RPeYWxsQixB1v89+LqMRthvri232GeuInlLma5p1mXI="; }; jsoncpp = fetchFromGitHub { @@ -32,29 +32,29 @@ rec { nvidia-video-samples = fetchFromGitHub { owner = "Igalia"; repo = "vk_video_samples"; - rev = "138bbe048221d315962ddf8413aa6a08cc62a381"; - hash = "sha256-ftHhb5u3l7WbgEu6hHynBnvNbVOn5TFne915M17jiAQ="; + rev = "b907158533534585d9182cb0becdaec055aa7e12"; + hash = "sha256-HiO+fIcV5prAu2jJxRRRbrspHqx79pkdFurfQ17/nE8="; }; spirv-headers = fetchFromGitHub { owner = "KhronosGroup"; repo = "SPIRV-Headers"; - rev = "b8b9eb8640c8c0107ba580fbcb10f969022ca32c"; - hash = "sha256-gcKwML5ItccAhX+QtR9G86h0JnaiVQEmOQzQpL005dg="; + rev = "ae6a8b39717523d96683bc0d20b541944e28072f"; + hash = "sha256-r+EE9+vSNxP7w+Mx9S0YxStks2vJcliSf3MIa1H2xQU="; }; spirv-tools = fetchFromGitHub { owner = "KhronosGroup"; repo = "SPIRV-Tools"; - rev = "bfc94f63a7adbcf8ae166f5f108ac9f69079efc0"; - hash = "sha256-gju6hJSIWOswGnRxKeJZsU1jgp3HSZAf7wFRxswY+Js="; + rev = "69197ba90b2bf1358e49e0f77ffbc33b4dc44c5d"; + hash = "sha256-ctC6RPYFNl+Bj6br4+j7/kIuAr8jdMsT1PQ66FMKsXE="; }; vulkan-docs = fetchFromGitHub { owner = "KhronosGroup"; repo = "Vulkan-Docs"; - rev = "b9aad705f0d9e5e6734ac2ad671d5d1de57b05e0"; - hash = "sha256-bJ2C1+zjvLiYp5A5AHTevFPU9Yka99imqLwH+uApuoY="; + rev = "bf11e6d4ca4b71ae311bb925ae68d215fbe09a86"; + hash = "sha256-UztssV1Ep7F3JyRqRbBc8GsZmGpdvddWG1ToyEwfI3g="; }; No auto update branch exists There might already be an open PR for this update: - vulkan-cts: 1.3.7.3 -> 1.3.8.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/285809" [result] Failed to update vulkan-cts 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.http-parser, using log file: /var/log/nixpkgs-update/python311Packages.http-parser/2024-03-16.log python311Packages.http-parser 0 -> 1 attrpath: python311Packages.http-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/ln5rgjxwcknzjzf01ilcrq2k549bhirw-packages.json.drv building '/nix/store/ln5rgjxwcknzjzf01ilcrq2k549bhirw-packages.json.drv'... Going to be running update for following packages: - python3.11-http-parser-0.9.0 Press Enter key to continue... Running update for: - python3.11-http-parser-0.9.0: UPDATING ... - python3.11-http-parser-0.9.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.http-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 mpvScripts.thumbnail, using log file: /var/log/nixpkgs-update/mpvScripts.thumbnail/2024-03-16.log mpvScripts.thumbnail 0 -> 1 attrpath: mpvScripts.thumbnail Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xnbmg3zrjzzimm3qkdgszxw9pw5ssds1-packages.json.drv building '/nix/store/xnbmg3zrjzzimm3qkdgszxw9pw5ssds1-packages.json.drv'... Going to be running update for following packages: - mpv-thumbnail-script-0.5.3 Press Enter key to continue... Running update for: - mpv-thumbnail-script-0.5.3: UPDATING ... - mpv-thumbnail-script-0.5.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update mpvScripts.thumbnail 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.stone, using log file: /var/log/nixpkgs-update/python311Packages.stone/2024-03-16.log python311Packages.stone 0 -> 1 attrpath: python311Packages.stone Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/l92g9nary17pmnwzc0zf8rp80hhlqzs4-packages.json.drv building '/nix/store/l92g9nary17pmnwzc0zf8rp80hhlqzs4-packages.json.drv'... Going to be running update for following packages: - python3.11-stone-3.3.1 Press Enter key to continue... Running update for: - python3.11-stone-3.3.1: UPDATING ... - python3.11-stone-3.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.stone 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.snitun, using log file: /var/log/nixpkgs-update/python311Packages.snitun/2024-03-16.log python311Packages.snitun 0 -> 1 attrpath: python311Packages.snitun Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zq1i93i5ikncyy5iqglrr0brqkrvh21g-packages.json.drv building '/nix/store/zq1i93i5ikncyy5iqglrr0brqkrvh21g-packages.json.drv'... Going to be running update for following packages: - python3.11-snitun-0.36.2 Press Enter key to continue... Running update for: - python3.11-snitun-0.36.2: UPDATING ... - python3.11-snitun-0.36.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.snitun 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mariadb-connector-java, using log file: /var/log/nixpkgs-update/mariadb-connector-java/2024-03-16.log mariadb-connector-java 0 -> 1 attrpath: mariadb-connector-java Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vw48ph8a32ja5ay3gb7xycsmmni4qycl-packages.json.drv building '/nix/store/vw48ph8a32ja5ay3gb7xycsmmni4qycl-packages.json.drv'... Going to be running update for following packages: - mariadb-connector-java-3.3.0 Press Enter key to continue... Running update for: - mariadb-connector-java-3.3.0: UPDATING ... - mariadb-connector-java-3.3.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/by-name/ma/mariadb-connector-java/package.nix b/pkgs/by-name/ma/mariadb-connector-java/package.nix index 28d7631e396a..2ce16017aa55 100644 --- a/pkgs/by-name/ma/mariadb-connector-java/package.nix +++ b/pkgs/by-name/ma/mariadb-connector-java/package.nix @@ -6,13 +6,13 @@ maven.buildMavenPackage rec { pname = "mariadb-connector-java"; - version = "3.3.0"; + version = "3.3.3"; src = fetchFromGitHub { owner = "mariadb-corporation"; repo = "mariadb-connector-j"; rev = "refs/tags/${version}"; - hash = "sha256-JuMm01ihgVoKpe8wyuUIDyzSxMODRg7dQpTCyVA/K10="; + hash = "sha256-fvqVHjLYLO6reIkQ+SQMEXOw88MDZyNV7T8w0uFgnPg="; }; mvnHash = "sha256-Px4Qxb1tTvRKZum1xfe0mdX+EyimnyyfzrydiaDaYRo="; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A mariadb-connector-java Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . mariadb-connector-java Standard output: error: build log of 'mariadb-connector-java' is not available [result] Failed to update mariadb-connector-java 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.spacy-loggers, using log file: /var/log/nixpkgs-update/python311Packages.spacy-loggers/2024-03-16.log python311Packages.spacy-loggers 0 -> 1 attrpath: python311Packages.spacy-loggers Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7mj16n16kpxwnwydp8rf0xmz7ysx86gf-packages.json.drv building '/nix/store/7mj16n16kpxwnwydp8rf0xmz7ysx86gf-packages.json.drv'... Going to be running update for following packages: - python3.11-spacy-loggers-1.0.5 Press Enter key to continue... Running update for: - python3.11-spacy-loggers-1.0.5: UPDATING ... - python3.11-spacy-loggers-1.0.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.spacy-loggers 0 -> 1 [options] github_user: r-ryantm, pull_request: 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.tumbler 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.monty, using log file: /var/log/nixpkgs-update/python311Packages.monty/2024-03-16.log python311Packages.monty 0 -> 1 attrpath: python311Packages.monty Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/i8rnxqjc9i7ab5y6ijqlwwnc4f72gs2r-packages.json.drv building '/nix/store/i8rnxqjc9i7ab5y6ijqlwwnc4f72gs2r-packages.json.drv'... Going to be running update for following packages: - python3.11-monty-2024.2.26 Press Enter key to continue... Running update for: - python3.11-monty-2024.2.26: UPDATING ... - python3.11-monty-2024.2.26: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.monty 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-spark, using log file: /var/log/nixpkgs-update/python311Packages.azure-synapse-spark/2024-03-16.log python311Packages.azure-synapse-spark 0 -> 1 attrpath: python311Packages.azure-synapse-spark Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nrkccmwhkp4g0qhyx7ya655lbvpxwxd4-packages.json.drv building '/nix/store/nrkccmwhkp4g0qhyx7ya655lbvpxwxd4-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-synapse-spark-0.7.0 Press Enter key to continue... Running update for: - python3.11-azure-synapse-spark-0.7.0: UPDATING ... - python3.11-azure-synapse-spark-0.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-synapse-spark 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.passlib, using log file: /var/log/nixpkgs-update/python311Packages.passlib/2024-03-16.log python311Packages.passlib 0 -> 1 attrpath: python311Packages.passlib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dhj7sr04rsv3yww7fmdl9rc1n022vhm6-packages.json.drv building '/nix/store/dhj7sr04rsv3yww7fmdl9rc1n022vhm6-packages.json.drv'... Going to be running update for following packages: - python3.11-passlib-1.7.4 Press Enter key to continue... Running update for: - python3.11-passlib-1.7.4: UPDATING ... - python3.11-passlib-1.7.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.passlib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gickup, using log file: /var/log/nixpkgs-update/gickup/2024-03-16.log gickup 0 -> 1 attrpath: gickup Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] skipping because derivation has updateScript [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ar08m2il4q60ihf4n8sq887i898adqr4-packages.json.drv building '/nix/store/ar08m2il4q60ihf4n8sq887i898adqr4-packages.json.drv'... Going to be running update for following packages: - gickup-0.10.28 Press Enter key to continue... Running update for: - gickup-0.10.28: UPDATING ... - gickup-0.10.28: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update gickup 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gupnp-igd, using log file: /var/log/nixpkgs-update/gupnp-igd/2024-03-16.log gupnp-igd 0 -> 1 attrpath: gupnp-igd Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/k50r37fa7gdbxhqpgfgj8llsna3hhl9y-packages.json.drv building '/nix/store/k50r37fa7gdbxhqpgfgj8llsna3hhl9y-packages.json.drv'... Going to be running update for following packages: - gupnp-igd-1.2.0 Press Enter key to continue... Running update for: - gupnp-igd-1.2.0: UPDATING ... - gupnp-igd-1.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update gupnp-igd 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pydevtool, using log file: /var/log/nixpkgs-update/python311Packages.pydevtool/2024-03-16.log python311Packages.pydevtool 0 -> 1 attrpath: python311Packages.pydevtool Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/i9k6l5wrrx3qalgmj0mklnhmchccx0k1-packages.json.drv building '/nix/store/i9k6l5wrrx3qalgmj0mklnhmchccx0k1-packages.json.drv'... Going to be running update for following packages: - python3.11-pydevtool-0.3.0 Press Enter key to continue... Running update for: - python3.11-pydevtool-0.3.0: UPDATING ... - python3.11-pydevtool-0.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pydevtool 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-tools.synadm, using log file: /var/log/nixpkgs-update/matrix-synapse-tools.synadm/2024-03-16.log matrix-synapse-tools.synadm 0 -> 1 attrpath: matrix-synapse-tools.synadm Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0fz9a6a108scn985yhnn00kxxr07bbby-packages.json.drv building '/nix/store/0fz9a6a108scn985yhnn00kxxr07bbby-packages.json.drv'... Going to be running update for following packages: - synadm-0.45 Press Enter key to continue... Running update for: - synadm-0.45: UPDATING ... - synadm-0.45: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update matrix-synapse-tools.synadm 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-api-core, using log file: /var/log/nixpkgs-update/python311Packages.google-api-core/2024-03-16.log python311Packages.google-api-core 0 -> 1 attrpath: python311Packages.google-api-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/8ph8k79sfxjw34ix010ia50fg0bsgzjc-packages.json.drv building '/nix/store/8ph8k79sfxjw34ix010ia50fg0bsgzjc-packages.json.drv'... Going to be running update for following packages: - python3.11-google-api-core-2.17.1 Press Enter key to continue... Running update for: - python3.11-google-api-core-2.17.1: UPDATING ... - python3.11-google-api-core-2.17.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.google-api-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 lomiri.lomiri-indicator-network, using log file: /var/log/nixpkgs-update/lomiri.lomiri-indicator-network/2024-03-16.log lomiri.lomiri-indicator-network 0 -> 1 attrpath: lomiri.lomiri-indicator-network Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7bqb4sdi59sl42v7w7l7asc844134ri7-packages.json.drv building '/nix/store/7bqb4sdi59sl42v7w7l7asc844134ri7-packages.json.drv'... Going to be running update for following packages: - lomiri-indicator-network-1.0.2 Press Enter key to continue... Running update for: - lomiri-indicator-network-1.0.2: UPDATING ... - lomiri-indicator-network-1.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update lomiri.lomiri-indicator-network 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-picnic-api, using log file: /var/log/nixpkgs-update/python311Packages.python-picnic-api/2024-03-16.log python311Packages.python-picnic-api 0 -> 1 attrpath: python311Packages.python-picnic-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/jg8j06dq90f8ww1bdqfhacwlz1nk31kw-packages.json.drv building '/nix/store/jg8j06dq90f8ww1bdqfhacwlz1nk31kw-packages.json.drv'... Going to be running update for following packages: - python3.11-python-picnic-api-1.1.0 Press Enter key to continue... Running update for: - python3.11-python-picnic-api-1.1.0: UPDATING ... - python3.11-python-picnic-api-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-picnic-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.effdet, using log file: /var/log/nixpkgs-update/python311Packages.effdet/2024-03-16.log python311Packages.effdet 0 -> 1 attrpath: python311Packages.effdet Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5p22418ifw1sqgb6wmqc76qb5x6b85q0-packages.json.drv building '/nix/store/5p22418ifw1sqgb6wmqc76qb5x6b85q0-packages.json.drv'... Going to be running update for following packages: - python3.11-effdet-0.4.1 Press Enter key to continue... Running update for: - python3.11-effdet-0.4.1: UPDATING ... - python3.11-effdet-0.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.effdet 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath duden, using log file: /var/log/nixpkgs-update/duden/2024-03-16.log duden 0 -> 1 attrpath: duden Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/whc30cn1gcjzlf1rnpc1h0315mpphiv2-packages.json.drv building '/nix/store/whc30cn1gcjzlf1rnpc1h0315mpphiv2-packages.json.drv'... Going to be running update for following packages: - duden-0.19.1 Press Enter key to continue... Running update for: - duden-0.19.1: UPDATING ... - duden-0.19.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update duden 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.logbook, using log file: /var/log/nixpkgs-update/python311Packages.logbook/2024-03-16.log python311Packages.logbook 0 -> 1 attrpath: python311Packages.logbook Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jmbg5ka6dhcbjjh30my64ihxa88chm74-packages.json.drv building '/nix/store/jmbg5ka6dhcbjjh30my64ihxa88chm74-packages.json.drv'... Going to be running update for following packages: - python3.11-logbook-1.7.0.post0 Press Enter key to continue... Running update for: - python3.11-logbook-1.7.0.post0: UPDATING ... - python3.11-logbook-1.7.0.post0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.logbook 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.monai-deploy, using log file: /var/log/nixpkgs-update/python311Packages.monai-deploy/2024-03-16.log python311Packages.monai-deploy 0 -> 1 attrpath: python311Packages.monai-deploy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9gjd5559zi6bd0gsg2pdfbg0xr5pcqjl-packages.json.drv building '/nix/store/9gjd5559zi6bd0gsg2pdfbg0xr5pcqjl-packages.json.drv'... Going to be running update for following packages: - python3.11-monai-deploy-0.5.1 Press Enter key to continue... Running update for: - python3.11-monai-deploy-0.5.1: UPDATING ... - python3.11-monai-deploy-0.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.monai-deploy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.getmac, using log file: /var/log/nixpkgs-update/python311Packages.getmac/2024-03-16.log python311Packages.getmac 0 -> 1 attrpath: python311Packages.getmac Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/m3scf6f1r6lx3hz3kbmwkmzphx16f73a-packages.json.drv building '/nix/store/m3scf6f1r6lx3hz3kbmwkmzphx16f73a-packages.json.drv'... Going to be running update for following packages: - python3.11-getmac-0.9.4 Press Enter key to continue... Running update for: - python3.11-getmac-0.9.4: UPDATING ... - python3.11-getmac-0.9.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.getmac 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.arviz, using log file: /var/log/nixpkgs-update/python311Packages.arviz/2024-03-16.log python311Packages.arviz 0 -> 1 attrpath: python311Packages.arviz Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vips0rh2swar3jbd7fd81q1xzrqzvbw8-packages.json.drv building '/nix/store/vips0rh2swar3jbd7fd81q1xzrqzvbw8-packages.json.drv'... Going to be running update for following packages: - python3.11-arviz-0.17.0 Press Enter key to continue... Running update for: - python3.11-arviz-0.17.0: UPDATING ... - python3.11-arviz-0.17.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/arviz/default.nix b/pkgs/development/python-modules/arviz/default.nix index edd555a96b16..56298852a377 100644 --- a/pkgs/development/python-modules/arviz/default.nix +++ b/pkgs/development/python-modules/arviz/default.nix @@ -31,7 +31,7 @@ buildPythonPackage rec { pname = "arviz"; - version = "0.17.0"; + version = "0.17.1"; pyproject = true; disabled = pythonOlder "3.9"; @@ -40,7 +40,7 @@ buildPythonPackage rec { owner = "arviz-devs"; repo = "arviz"; rev = "refs/tags/v${version}"; - hash = "sha256-DqVwbiNJHdRxK3Ppfa6sqPJzDqMaj1mtlAJHFq09u2Y="; + hash = "sha256-V0/yboKpK/4QuCOzKDiyFpu/J2JLu0aQxRZ+rpMS9eY="; }; propagatedBuildInputs = [ No auto update branch exists There might already be an open PR for this update: - python311Packages.arviz: 0.17.0 -> 0.17.1 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/295744" [result] Failed to update python311Packages.arviz 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ipdb, using log file: /var/log/nixpkgs-update/python311Packages.ipdb/2024-03-16.log python311Packages.ipdb 0 -> 1 attrpath: python311Packages.ipdb Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/l6snyic6pbbzgip044q87bxhhh4zmgcb-packages.json.drv building '/nix/store/l6snyic6pbbzgip044q87bxhhh4zmgcb-packages.json.drv'... Going to be running update for following packages: - python3.11-ipdb-0.13.13 Press Enter key to continue... Running update for: - python3.11-ipdb-0.13.13: UPDATING ... - python3.11-ipdb-0.13.13: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ipdb 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath aws-google-auth, using log file: /var/log/nixpkgs-update/aws-google-auth/2024-03-16.log aws-google-auth 0 -> 1 attrpath: aws-google-auth Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rlsc1d0bq2b0mpbq0iryrh8lnxgb82gm-packages.json.drv building '/nix/store/rlsc1d0bq2b0mpbq0iryrh8lnxgb82gm-packages.json.drv'... Going to be running update for following packages: - aws-google-auth-0.0.38 Press Enter key to continue... Running update for: - aws-google-auth-0.0.38: UPDATING ... - aws-google-auth-0.0.38: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update aws-google-auth 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.deepwave, using log file: /var/log/nixpkgs-update/python311Packages.deepwave/2024-03-16.log python311Packages.deepwave 0 -> 1 attrpath: python311Packages.deepwave Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qcihfzgia07qg3cxw98j2hdl6srjhkll-packages.json.drv building '/nix/store/qcihfzgia07qg3cxw98j2hdl6srjhkll-packages.json.drv'... Going to be running update for following packages: - python3.11-deepwave-0.0.18 Press Enter key to continue... Running update for: - python3.11-deepwave-0.0.18: UPDATING ... - python3.11-deepwave-0.0.18: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.deepwave 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath soundconverter, using log file: /var/log/nixpkgs-update/soundconverter/2024-03-16.log soundconverter 0 -> 1 attrpath: soundconverter Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/n62y663pqyc6c5klqlrcj425vkia7qqz-packages.json.drv building '/nix/store/n62y663pqyc6c5klqlrcj425vkia7qqz-packages.json.drv'... Going to be running update for following packages: - soundconverter-4.0.3 Press Enter key to continue... Running update for: - soundconverter-4.0.3: UPDATING ... - soundconverter-4.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update soundconverter 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath marwaita-peppermint, using log file: /var/log/nixpkgs-update/marwaita-peppermint/2024-03-16.log marwaita-peppermint 0 -> 1 attrpath: marwaita-peppermint Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 this derivation will be built: /nix/store/h1rbf8sgzdd4n2clzmzxk8hykiypk3gr-packages.json.drv building '/nix/store/h1rbf8sgzdd4n2clzmzxk8hykiypk3gr-packages.json.drv'... Going to be running update for following packages: - marwaita-peppermint-17.0 Press Enter key to continue... Running update for: - marwaita-peppermint-17.0: UPDATING ... - marwaita-peppermint-17.0: ERROR --- SHOWING ERROR LOG FOR marwaita-peppermint-17.0 ---------------------- + name= + pname= + version= + attr_path= + version_lister='/nix/store/7sqzhqm9rb4bbwimri9i03rgyxm8pkzb-common-updater-scripts/bin/list-git-tags ' + ignored_versions= + rev_prefix= + odd_unstable= + patchlevel_unstable= + [[ -n '' ]] + name=marwaita-peppermint-17.0 + [[ -n '' ]] + pname=marwaita-peppermint + [[ -n '' ]] + version=17.0 + [[ -n '' ]] + attr_path=marwaita-peppermint + echo '# marwaita-peppermint-17.0' ++ sh -c '/nix/store/7sqzhqm9rb4bbwimri9i03rgyxm8pkzb-common-updater-scripts/bin/list-git-tags --pname=marwaita-peppermint --attr-path=marwaita-peppermint --file="update-git-commits.txt"' + tags='0.3 0.4 0.5 0.6 10.3' + for tag in $tags + echo '# found marwaita-peppermint version: 0.3' + for tag in $tags + echo '# found marwaita-peppermint version: 0.4' + for tag in $tags + echo '# found marwaita-peppermint version: 0.5' + for tag in $tags + echo '# found marwaita-peppermint version: 0.6' + for tag in $tags + echo '# found marwaita-peppermint version: 10.3' + '[' -n '' ']' ++ echo '0.3 0.4 0.5 0.6 10.3' ++ /nix/store/320v66ili0mwnyrxj3dwbxm0z8ndkbw7-gnugrep-3.11/bin/grep '^[0-9]' + tags='0.3 0.4 0.5 0.6 10.3' ++ echo '0.3 0.4 0.5 0.6 10.3' ++ /nix/store/mb488rr560vq1xnl10hinnyfflcrd51n-coreutils-9.4/bin/sort --reverse --version-sort + tags='10.3 0.6 0.5 0.4 0.3' + for latest_tag in $tags + version_is_ignored 10.3 + local tag=10.3 + '[' -n '' ']' + version_is_unstable 10.3 + local tag=10.3 + local enforce= + '[' -n '' -o -n '' ']' + '[' -n '' -o -n '' ']' + return 1 + version_is_unstable 10.3 enforce + local tag=10.3 + local enforce=enforce + '[' -n '' -o -n enforce ']' ++ echo 10.3 ++ /nix/store/q7kq0naays5251ihghw0ccsz39id7kk5-gnused-4.9/bin/sed -rne 's,^[0-9]+\.([0-9]+).*,\1,p' + local minor=3 + '[' 1 -eq 1 ']' + return 0 + echo '# use potential development version: marwaita-peppermint-10.3' + break + '[' -n 10.3 ']' + '[' 17.0 '!=' 10.3 ']' ++ EDITOR=echo ++ /nix/store/cs41wvvf98zsgw7vbpfabj5f8d2y0ihz-nix-2.18.2/bin/nix edit --extra-experimental-features nix-command -f. marwaita-peppermint + pfile=/var/cache/nixpkgs-update/worker/worktree/marwaita-peppermint/pkgs/data/themes/marwaita-peppermint/default.nix + echo ' git add /var/cache/nixpkgs-update/worker/worktree/marwaita-peppermint/pkgs/data/themes/marwaita-peppermint/default.nix ' + echo ' git commit -m '\''marwaita-peppermint: 17.0 -> 10.3'\''' + /nix/store/7sqzhqm9rb4bbwimri9i03rgyxm8pkzb-common-updater-scripts/bin/update-source-version --print-changes marwaita-peppermint 10.3 update-source-version: error: Both the old and new source hashes of 'marwaita-peppermint.src' were equivalent. Please fix the package's source URL to be dependent on '${version}'! --- SHOWING ERROR LOG FOR marwaita-peppermint-17.0 ---------------------- The update script for marwaita-peppermint-17.0 failed with exit code 1 [result] Failed to update marwaita-peppermint 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sparse, using log file: /var/log/nixpkgs-update/python311Packages.sparse/2024-03-16.log python311Packages.sparse 0 -> 1 attrpath: python311Packages.sparse Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] cannot link '/nix/store/.links/0kzb0mcl73x9rk96s5iqw9p151rjwcbysh5042hd2pvnpaqdznir' to '/nix/store/y6nc803a9jpkf7gcv7v4b13g4kmyal80-nixpkgs-update-script.drv': No space left on device this derivation will be built: /nix/store/l6inrcxy358bfkz3c16avd52v86b52m5-packages.json.drv building '/nix/store/l6inrcxy358bfkz3c16avd52v86b52m5-packages.json.drv'... Going to be running update for following packages: - python3.11-sparse-0.14.0 Press Enter key to continue... Running update for: - python3.11-sparse-0.14.0: UPDATING ... - python3.11-sparse-0.14.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/sparse/default.nix b/pkgs/development/python-modules/sparse/default.nix index 9b02a1c222f4..3ef12d7d3365 100644 --- a/pkgs/development/python-modules/sparse/default.nix +++ b/pkgs/development/python-modules/sparse/default.nix @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "sparse"; - version = "0.14.0"; + version = "0.15.1"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - hash = "sha256-X1gno39s1vZzClQfmUyVxgo64jKeAfS6Ic7VM5rqAJg="; + hash = "sha256-lzrcuIqNuOPYBHlTMx4m0/ZKVlf5tGprhZxHZjw+75k="; }; patches = [ No auto update branch exists Old version 0.14.0" not present in staging derivation file with contents: { lib , buildPythonPackage , dask , fetchPypi , numba , numpy , pytestCheckHook , pythonOlder , scipy }: buildPythonPackage rec { pname = "sparse"; version = "0.15.1"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; hash = "sha256-lzrcuIqNuOPYBHlTMx4m0/ZKVlf5tGprhZxHZjw+75k="; }; propagatedBuildInputs = [ numba numpy scipy ]; nativeCheckInputs = [ dask pytestCheckHook ]; pythonImportsCheck = [ "sparse" ]; meta = with lib; { description = "Sparse n-dimensional arrays computations"; homepage = "https://sparse.pydata.org/"; changelog = "https://sparse.pydata.org/en/stable/changelog.html"; downloadPage = "https://github.com/pydata/sparse/releases/tag/${version}"; license = licenses.bsd3; maintainers = with maintainers; [ ]; }; } [result] Failed to update python311Packages.sparse 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath terraform-providers.triton, using log file: /var/log/nixpkgs-update/terraform-providers.triton/2024-03-16.log terraform-providers.triton 0 -> 1 attrpath: terraform-providers.triton Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.triton 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.homepluscontrol, using log file: /var/log/nixpkgs-update/python311Packages.homepluscontrol/2024-03-16.log python311Packages.homepluscontrol 0 -> 1 attrpath: python311Packages.homepluscontrol Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/d894chasqw8i4vwwk89pnslam1i5fxfq-packages.json.drv building '/nix/store/d894chasqw8i4vwwk89pnslam1i5fxfq-packages.json.drv'... Going to be running update for following packages: - python3.11-homepluscontrol-0.1 Press Enter key to continue... Running update for: - python3.11-homepluscontrol-0.1: UPDATING ... - python3.11-homepluscontrol-0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.homepluscontrol 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kops_1_27, using log file: /var/log/nixpkgs-update/kops_1_27/2024-03-16.log kops_1_27 1.27.1 -> 1.28.4 https://github.com/kubernetes/kops/releases attrpath: kops_1_27 Checking auto update branch... No auto update branch exists Version in attr path kops_1_27 not compatible with 1.28.4 [result] Failed to update kops_1_27 1.27.1 -> 1.28.4 https://github.com/kubernetes/kops/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ssldump, using log file: /var/log/nixpkgs-update/ssldump/2024-03-16.log ssldump 1.7 -> 1.8 https://github.com/adulau/ssldump/releases attrpath: ssldump 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/ssldump/default.nix b/pkgs/tools/networking/ssldump/default.nix index a855315a565c..56f9930c6952 100644 --- a/pkgs/tools/networking/ssldump/default.nix +++ b/pkgs/tools/networking/ssldump/default.nix @@ -10,13 +10,13 @@ stdenv.mkDerivation rec { pname = "ssldump"; - version = "1.7"; + version = "1.8"; src = fetchFromGitHub { owner = "adulau"; repo = "ssldump"; rev = "v${version}"; - sha256 = "sha256-BFE42wWqnGGTTjwej3LkH4XW2M4jP7XNSKHLnF2GFJo="; + sha256 = "sha256-n6dnHDPJYJIg7LYJxTMvYM09voJbVQlVX4gpXNDekz0="; }; nativeBuildInputs = [ [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A ssldump nix build failed. got build log for 'ssldump' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/9jd172vj5d7rwb55ngb798pf1xr8sswn-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase sed: can't read base/pcap-snoop.c: No such file or directory /nix/store/v099hqvw5z87423p4hz1vfhzaqa07dii-stdenv-linux/setup: line 131: pop_var_context: head of shell_variables not a function context [result] Failed to update ssldump 1.7 -> 1.8 https://github.com/adulau/ssldump/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.boltztrap2, using log file: /var/log/nixpkgs-update/python311Packages.boltztrap2/2024-03-16.log python311Packages.boltztrap2 0 -> 1 attrpath: python311Packages.boltztrap2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7cbqwkb7gwg9717hix1qpgmcra1wzd4n-packages.json.drv building '/nix/store/7cbqwkb7gwg9717hix1qpgmcra1wzd4n-packages.json.drv'... Going to be running update for following packages: - python3.11-boltztrap2-24.1.1 Press Enter key to continue... Running update for: - python3.11-boltztrap2-24.1.1: UPDATING ... - python3.11-boltztrap2-24.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.boltztrap2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cu2qu, using log file: /var/log/nixpkgs-update/python311Packages.cu2qu/2024-03-16.log python311Packages.cu2qu 0 -> 1 attrpath: python311Packages.cu2qu Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zynsrfbwhp2bpfkwnhr6q8ry1yr5g7f7-packages.json.drv building '/nix/store/zynsrfbwhp2bpfkwnhr6q8ry1yr5g7f7-packages.json.drv'... Going to be running update for following packages: - python3.11-cu2qu-1.6.7.post2 Press Enter key to continue... Running update for: - python3.11-cu2qu-1.6.7.post2: UPDATING ... - python3.11-cu2qu-1.6.7.post2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cu2qu 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pycontracts, using log file: /var/log/nixpkgs-update/python311Packages.pycontracts/2024-03-16.log python311Packages.pycontracts 0 -> 1 attrpath: python311Packages.pycontracts Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] cannot link '/nix/store/.links/1vh6x4mvmpgqsj2j0y6ri1ahvmmwwd8hhzhng8k20d3yn2h6qhdr' to '/nix/store/ad4vixbhzq7yl2v78iw4dyz8llv4vmfj-nixpkgs-update-script.drv': No space left on device this derivation will be built: /nix/store/l1058hcjpi4jc83kkkzaaablwiic1xxp-packages.json.drv building '/nix/store/l1058hcjpi4jc83kkkzaaablwiic1xxp-packages.json.drv'... Going to be running update for following packages: - python3.11-PyContracts-1.8.14 Press Enter key to continue... Running update for: - python3.11-PyContracts-1.8.14: UPDATING ... - python3.11-PyContracts-1.8.14: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pycontracts 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tzupdate, using log file: /var/log/nixpkgs-update/tzupdate/2024-03-16.log tzupdate 0 -> 1 attrpath: tzupdate Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zvjxfmwyavpkk3qp19n385lv00mdpklx-packages.json.drv building '/nix/store/zvjxfmwyavpkk3qp19n385lv00mdpklx-packages.json.drv'... Going to be running update for following packages: - tzupdate-2.1.0 Press Enter key to continue... Running update for: - tzupdate-2.1.0: UPDATING ... - tzupdate-2.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update tzupdate 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath whisper-ctranslate2, using log file: /var/log/nixpkgs-update/whisper-ctranslate2/2024-03-16.log whisper-ctranslate2 0 -> 1 attrpath: whisper-ctranslate2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dggl78dcij33iqsbbhv12angxmdzd9mh-packages.json.drv building '/nix/store/dggl78dcij33iqsbbhv12angxmdzd9mh-packages.json.drv'... Going to be running update for following packages: - whisper-ctranslate2-0.4.1 Press Enter key to continue... Running update for: - whisper-ctranslate2-0.4.1: UPDATING ... - whisper-ctranslate2-0.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update whisper-ctranslate2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ansicolors, using log file: /var/log/nixpkgs-update/python311Packages.ansicolors/2024-03-16.log python311Packages.ansicolors 0 -> 1 attrpath: python311Packages.ansicolors Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8j2z4i7fj4p8p6da04nlpyvv9qv0la2w-packages.json.drv building '/nix/store/8j2z4i7fj4p8p6da04nlpyvv9qv0la2w-packages.json.drv'... Going to be running update for following packages: - python3.11-ansicolors-1.1.8 Press Enter key to continue... Running update for: - python3.11-ansicolors-1.1.8: UPDATING ... - python3.11-ansicolors-1.1.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ansicolors 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath wdt, using log file: /var/log/nixpkgs-update/wdt/2024-03-16.log wdt 0 -> 1 attrpath: wdt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wyn7zzxg4w4r54s91rz1rbifamzwa984-packages.json.drv building '/nix/store/wyn7zzxg4w4r54s91rz1rbifamzwa984-packages.json.drv'... Going to be running update for following packages: - wdt-unstable-2024-02-05 Press Enter key to continue... Running update for: - wdt-unstable-2024-02-05: UPDATING ... - wdt-unstable-2024-02-05: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update wdt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.future-fstrings, using log file: /var/log/nixpkgs-update/python311Packages.future-fstrings/2024-03-16.log python311Packages.future-fstrings 0 -> 1 attrpath: python311Packages.future-fstrings Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kfw8yn5m6nlv30yr3ddl2qy2avgiignx-packages.json.drv building '/nix/store/kfw8yn5m6nlv30yr3ddl2qy2avgiignx-packages.json.drv'... Going to be running update for following packages: - python3.11-future-fstrings-1.2.0 Press Enter key to continue... Running update for: - python3.11-future-fstrings-1.2.0: UPDATING ... - python3.11-future-fstrings-1.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.future-fstrings 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.BTrees, using log file: /var/log/nixpkgs-update/python311Packages.BTrees/2024-03-16.log python311Packages.BTrees 0 -> 1 attrpath: python311Packages.BTrees Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2hxblik35mv92jigswbf04dvlmpngjg1-packages.json.drv building '/nix/store/2hxblik35mv92jigswbf04dvlmpngjg1-packages.json.drv'... Going to be running update for following packages: - python3.11-btrees-5.2 Press Enter key to continue... Running update for: - python3.11-btrees-5.2: UPDATING ... - python3.11-btrees-5.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.BTrees 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aws-lambda-builders, using log file: /var/log/nixpkgs-update/python311Packages.aws-lambda-builders/2024-03-16.log python311Packages.aws-lambda-builders 0 -> 1 attrpath: python311Packages.aws-lambda-builders Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/w8k1dkzw72vb4c602nyjgppms9s5gxfh-packages.json.drv building '/nix/store/w8k1dkzw72vb4c602nyjgppms9s5gxfh-packages.json.drv'... Going to be running update for following packages: - python3.11-aws-lambda-builders-1.45.0 Press Enter key to continue... Running update for: - python3.11-aws-lambda-builders-1.45.0: UPDATING ... - python3.11-aws-lambda-builders-1.45.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/aws-lambda-builders/default.nix b/pkgs/development/python-modules/aws-lambda-builders/default.nix index e944cccb5be0..4f9dd105d72b 100644 --- a/pkgs/development/python-modules/aws-lambda-builders/default.nix +++ b/pkgs/development/python-modules/aws-lambda-builders/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "aws-lambda-builders"; - version = "1.45.0"; + version = "1.47.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "awslabs"; repo = "aws-lambda-builders"; rev = "refs/tags/v${version}"; - hash = "sha256-TmU7neEnHaRuGNzK9VuXUiEayBLZaPqjrnPLvBOQj5g="; + hash = "sha256-hfvqK27yxk/y67gz0N6VuFj8OR3cQMD4iYQtx1XJSgw="; }; postPatch = '' No auto update branch exists Old version 1.45.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , mock , parameterized , pip , pyelftools , pytestCheckHook , pythonOlder , six }: buildPythonPackage rec { pname = "aws-lambda-builders"; version = "1.47.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "awslabs"; repo = "aws-lambda-builders"; rev = "refs/tags/v${version}"; hash = "sha256-hfvqK27yxk/y67gz0N6VuFj8OR3cQMD4iYQtx1XJSgw="; }; postPatch = '' substituteInPlace setup.py \ --replace "version=read_version()," 'version="${version}",' ''; propagatedBuildInputs = [ six ]; nativeCheckInputs = [ mock parameterized pip pyelftools pytestCheckHook ]; disabledTests = [ # CLI don't work in the sandbox "test_run_hello_workflow" # Don't tests integrations "TestCustomMakeWorkflow" "TestDotnet31" "TestDotnet6" "TestGoWorkflow" "TestJavaGradle" "TestJavaMaven" "TestNodejsNpmWorkflow" "TestNodejsNpmWorkflowWithEsbuild" "TestPipRunner" "TestPythonPipWorkflow" "TestRubyWorkflow" "TestRustCargo" # Tests which are passing locally but not on Hydra "test_copy_dependencies_action_1_multiple_files" "test_move_dependencies_action_1_multiple_files" ]; pythonImportsCheck = [ "aws_lambda_builders" ]; meta = with lib; { description = "Tool to compile, build and package AWS Lambda functions"; homepage = "https://github.com/awslabs/aws-lambda-builders"; changelog = "https://github.com/aws/aws-lambda-builders/releases/tag/v${version}"; longDescription = '' Lambda Builders is a Python library to compile, build and package AWS Lambda functions for several runtimes & frameworks. ''; license = licenses.asl20; maintainers = with maintainers; [ dhkl ]; }; } [result] Failed to update python311Packages.aws-lambda-builders 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath terraform-providers.turbot, using log file: /var/log/nixpkgs-update/terraform-providers.turbot/2024-03-16.log terraform-providers.turbot 0 -> 1 attrpath: terraform-providers.turbot Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.turbot 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cld2-cffi, using log file: /var/log/nixpkgs-update/python311Packages.cld2-cffi/2024-03-16.log python311Packages.cld2-cffi 0 -> 1 attrpath: python311Packages.cld2-cffi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gyck43b1x4545x2f1kljln9dirm2mn7w-packages.json.drv building '/nix/store/gyck43b1x4545x2f1kljln9dirm2mn7w-packages.json.drv'... Going to be running update for following packages: - python3.11-cld2-cffi-0.1.4 Press Enter key to continue... Running update for: - python3.11-cld2-cffi-0.1.4: UPDATING ... - python3.11-cld2-cffi-0.1.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cld2-cffi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rocmPackages.rocminfo, using log file: /var/log/nixpkgs-update/rocmPackages.rocminfo/2024-03-16.log rocmPackages.rocminfo 0 -> 1 attrpath: rocmPackages.rocminfo Checking auto update branch... [version] [version] skipping because derivation has 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/dhrd932nrl5a7kiwhmhy0shj3b2ysxjv-update.sh.drv /nix/store/xb229sv0d7nb1qci7wikd4zgqdimibm5-packages.json.drv building '/nix/store/dhrd932nrl5a7kiwhmhy0shj3b2ysxjv-update.sh.drv'... building '/nix/store/xb229sv0d7nb1qci7wikd4zgqdimibm5-packages.json.drv'... Going to be running update for following packages: - rocminfo-5.7.1 Press Enter key to continue... Running update for: - rocminfo-5.7.1: UPDATING ... - rocminfo-5.7.1: ERROR --- SHOWING ERROR LOG FOR rocminfo-5.7.1 ---------------------- 'rocmPackages_5.rocminfo' is already at it's maximum allowed version. Any further upgrades should go into 'rocmPackages_X.rocminfo'. --- SHOWING ERROR LOG FOR rocminfo-5.7.1 ---------------------- The update script for rocminfo-5.7.1 failed with exit code 1 [result] Failed to update rocmPackages.rocminfo 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pendulum_3, using log file: /var/log/nixpkgs-update/python311Packages.pendulum_3/2024-03-16.log python311Packages.pendulum_3 0 -> 1 attrpath: python311Packages.pendulum_3 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/gs66slhi671xkmn9hcrr0xr1ayah8a0p-packages.json.drv building '/nix/store/gs66slhi671xkmn9hcrr0xr1ayah8a0p-packages.json.drv'... Going to be running update for following packages: - python3.11-pendulum-3.0.0 Press Enter key to continue... Running update for: - python3.11-pendulum-3.0.0: UPDATING ... - python3.11-pendulum-3.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pendulum_3 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.asyncclick, using log file: /var/log/nixpkgs-update/python311Packages.asyncclick/2024-03-16.log python311Packages.asyncclick 0 -> 1 attrpath: python311Packages.asyncclick Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zdi3zb3rcjs0k7f1a4giwasg1w1bvqd2-packages.json.drv building '/nix/store/zdi3zb3rcjs0k7f1a4giwasg1w1bvqd2-packages.json.drv'... Going to be running update for following packages: - python3.11-asyncclick-8.1.7.1 Press Enter key to continue... Running update for: - python3.11-asyncclick-8.1.7.1: UPDATING ... - python3.11-asyncclick-8.1.7.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.asyncclick 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.textparser, using log file: /var/log/nixpkgs-update/python311Packages.textparser/2024-03-16.log python311Packages.textparser 0 -> 1 attrpath: python311Packages.textparser Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jnm0k82lskrif1r9z3b8dxif18nr46jf-packages.json.drv building '/nix/store/jnm0k82lskrif1r9z3b8dxif18nr46jf-packages.json.drv'... Going to be running update for following packages: - python3.11-textparser-0.24.0 Press Enter key to continue... Running update for: - python3.11-textparser-0.24.0: UPDATING ... - python3.11-textparser-0.24.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.textparser 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath chrome-gnome-shell, using log file: /var/log/nixpkgs-update/chrome-gnome-shell/2024-03-16.log chrome-gnome-shell 0 -> 1 attrpath: chrome-gnome-shell Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update chrome-gnome-shell 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gnome.ghex, using log file: /var/log/nixpkgs-update/gnome.ghex/2024-03-16.log gnome.ghex 0 -> 1 attrpath: gnome.ghex Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gnome.ghex 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath boxes, using log file: /var/log/nixpkgs-update/boxes/2024-03-16.log boxes 1.3 -> 2.3.0 https://github.com/ascii-boxes/boxes/releases attrpath: boxes Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/tools/text/boxes/default.nix b/pkgs/tools/text/boxes/default.nix index 5340c5eccff9..ba42fa13380f 100644 --- a/pkgs/tools/text/boxes/default.nix +++ b/pkgs/tools/text/boxes/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "boxes"; - version = "1.3"; + version = "2.3.0"; src = fetchFromGitHub { owner = "ascii-boxes"; repo = "boxes"; rev = "v${version}"; - sha256 = "0b12rsynrmkldlwcb62drk33kk0aqwbj10mq5y5x3hjf626gjwsi"; + sha256 = "sha256-/gc/5vDflmEwOtQbtLwRcchyr22rLQcWqs5GrwRxY70="; }; # Building instructions: [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A boxes nix build failed. @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase substituteStream(): WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'Makefile') build flags: SHELL=/nix/store/4vzal97iq3dmrgycj8r0gflrh51p8w1s-bash-5.2p26/bin/bash CC=cc | For compilation info please refer to the boxes compilation FAQ | at https://boxes.thomasjensen.com/faq.html#q5 mkdir out sed -e 's/--BVERSION--/2.3.0/; s/--GLOBALCONF--/\/nix\/store\/n32l4f0p6sl2sg4jgbspf9r1v4qppb9q-boxes-2.3.0\/share\/boxes\/boxes-config/' src/boxes.in.h > out/boxes.h sed -e 's/--BVERSION--/2.3.0/; s/--GLOBALCONF--/\/nix\/store\/n32l4f0p6sl2sg4jgbspf9r1v4qppb9q-boxes-2.3.0\/share\/boxes\/boxes-config/' doc/boxes.1.in > doc/boxes.1 make -C src BOXES_PLATFORM=unix LEX=flex YACC=bison build make[1]: Entering directory '/build/source/src' echo parser.o lex.yy.o bxstring.o cmdline.o detect.o discovery.o generate.o input.o list.o parsecode.o parsing.o query.o regulex.o remove.o shape.o tools.o unicode.o > ../out/modules.txt make -C ../out -f ../src/Makefile BOXES_PLATFORM=unix ALL_OBJ="parser.o lex.yy.o boxes.o bxstring.o cmdline.o detect.o discovery.o generate.o input.o list.o parsecode.o parsing.o query.o regulex.o remove.o shape.o tools.o unicode.o" STRIP=true \ CFLAGS_ADDTL="-O " flags_unix boxes make[2]: Entering directory '/build/source/out' echo parser.o lex.yy.o bxstring.o cmdline.o detect.o discovery.o generate.o input.o list.o parsecode.o parsing.o query.o regulex.o remove.o shape.o tools.o unicode.o > ../out/modules.txt flex --header-file=lex.yy.h ../src/lexer.l bison -Wall --verbose --defines=parser.h -o parser.c ../src/parser.y cc -I. -I../src -Wall -W -O -c -o parser.o parser.c In file included from ../src/parser.y:22, from parser.c:91: boxes.h:30:10: fatal error: unitypes.h: No such file or directory 30 | #include  | ^~~~~~~~~~~~ compilation terminated. make[2]: *** [: parser.o] Error 1 make[2]: Leaving directory '/build/source/out' make[1]: *** [Makefile:49: build] Error 2 make[1]: Leaving directory '/build/source/src' make: *** [Makefile:77: build] Error 2 [result] Failed to update boxes 1.3 -> 2.3.0 https://github.com/ascii-boxes/boxes/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath persepolis, using log file: /var/log/nixpkgs-update/persepolis/2024-03-16.log persepolis 0 -> 1 attrpath: persepolis Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/s27q9kvyyiwldi6svnq7mcv3zgmb2ng2-packages.json.drv building '/nix/store/s27q9kvyyiwldi6svnq7mcv3zgmb2ng2-packages.json.drv'... Going to be running update for following packages: - persepolis-3.2.0 Press Enter key to continue... Running update for: - persepolis-3.2.0: UPDATING ... - persepolis-3.2.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/networking/persepolis/default.nix b/pkgs/tools/networking/persepolis/default.nix index 35727c13e694..3a5d8fe2e643 100644 --- a/pkgs/tools/networking/persepolis/default.nix +++ b/pkgs/tools/networking/persepolis/default.nix @@ -18,13 +18,13 @@ buildPythonApplication rec { pname = "persepolis"; - version = "3.2.0"; + version = "4.0.1"; src = fetchFromGitHub { owner = "persepolisdm"; repo = "persepolis"; - rev = version; - sha256 = "1rh7q432ynbysapsd075nif975ync71icpb71x2mb4j8jx1vzs45"; + rev = "refs/tags/${version}"; + sha256 = "sha256-7OXAITFQJ2/aY0QmqlAo7if7cY7+T3j6PUjfJJV8Z2Q="; }; # see: https://github.com/persepolisdm/persepolis/blob/3.2.0/setup.py#L130 No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A persepolis nix build failed. got build log for 'persepolis' 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 @nix { "action": "setPhase", "phase": "qtPreHook" } Running phase: qtPreHook @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/rr0zhmax37h9cphv85ylsna8a6clzlkd-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/xdg/meson.build @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase sed: can't read setup.py: No such file or directory /nix/store/v099hqvw5z87423p4hz1vfhzaqa07dii-stdenv-linux/setup: line 131: pop_var_context: head of shell_variables not a function context [result] Failed to update persepolis 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyupdate, using log file: /var/log/nixpkgs-update/python311Packages.pyupdate/2024-03-16.log python311Packages.pyupdate 0 -> 1 attrpath: python311Packages.pyupdate Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wl9b8sv63nbn06jmvd7hv0y537s3cvpg-packages.json.drv building '/nix/store/wl9b8sv63nbn06jmvd7hv0y537s3cvpg-packages.json.drv'... Going to be running update for following packages: - python3.11-pyupdate-1.4.0 Press Enter key to continue... Running update for: - python3.11-pyupdate-1.4.0: UPDATING ... - python3.11-pyupdate-1.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyupdate 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.django-nose, using log file: /var/log/nixpkgs-update/python311Packages.django-nose/2024-03-16.log python311Packages.django-nose 0 -> 1 attrpath: python311Packages.django-nose Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/skh06fi3j3w3j510pmjsrnxvig4ijilb-packages.json.drv building '/nix/store/skh06fi3j3w3j510pmjsrnxvig4ijilb-packages.json.drv'... Going to be running update for following packages: - python3.11-django-nose-1.4.7 Press Enter key to continue... Running update for: - python3.11-django-nose-1.4.7: UPDATING ... - python3.11-django-nose-1.4.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-nose 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.bytecode, using log file: /var/log/nixpkgs-update/python311Packages.bytecode/2024-03-16.log python311Packages.bytecode 0 -> 1 attrpath: python311Packages.bytecode Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4y8m4fdz6ncyxwllkxvd6g9dh1ihxabd-packages.json.drv building '/nix/store/4y8m4fdz6ncyxwllkxvd6g9dh1ihxabd-packages.json.drv'... Going to be running update for following packages: - python3.11-bytecode-0.15.1 Press Enter key to continue... Running update for: - python3.11-bytecode-0.15.1: UPDATING ... - python3.11-bytecode-0.15.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.bytecode 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pantheon.wingpanel, using log file: /var/log/nixpkgs-update/pantheon.wingpanel/2024-03-16.log pantheon.wingpanel 0 -> 1 attrpath: pantheon.wingpanel Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/yj9c1hdyf1n3ciiamgbkcfkkcgp7397x-packages.json.drv building '/nix/store/yj9c1hdyf1n3ciiamgbkcfkkcgp7397x-packages.json.drv'... Going to be running update for following packages: - wingpanel-3.0.5 Press Enter key to continue... Running update for: - wingpanel-3.0.5: UPDATING ... - wingpanel-3.0.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.wingpanel 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.django-pglocks, using log file: /var/log/nixpkgs-update/python311Packages.django-pglocks/2024-03-16.log python311Packages.django-pglocks 0 -> 1 attrpath: python311Packages.django-pglocks Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nmf3wv22mf47k1mnlj0ba5fiwachv5zw-packages.json.drv building '/nix/store/nmf3wv22mf47k1mnlj0ba5fiwachv5zw-packages.json.drv'... Going to be running update for following packages: - python3.11-django-pglocks-1.0.4 Press Enter key to continue... Running update for: - python3.11-django-pglocks-1.0.4: UPDATING ... - python3.11-django-pglocks-1.0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-pglocks 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.chat-downloader, using log file: /var/log/nixpkgs-update/python311Packages.chat-downloader/2024-03-16.log python311Packages.chat-downloader 0 -> 1 attrpath: python311Packages.chat-downloader Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/14z9j52mcn5w1cy77dmy5vd7skcc3hfc-packages.json.drv building '/nix/store/14z9j52mcn5w1cy77dmy5vd7skcc3hfc-packages.json.drv'... Going to be running update for following packages: - python3.11-chat-downloader-0.2.8 Press Enter key to continue... Running update for: - python3.11-chat-downloader-0.2.8: UPDATING ... - python3.11-chat-downloader-0.2.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.chat-downloader 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gnome2.pangomm, using log file: /var/log/nixpkgs-update/gnome2.pangomm/2024-03-16.log gnome2.pangomm 0 -> 1 attrpath: gnome2.pangomm Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/69pardfp3pcr6zhsm00z8zsgb87s9yxx-packages.json.drv building '/nix/store/69pardfp3pcr6zhsm00z8zsgb87s9yxx-packages.json.drv'... Going to be running update for following packages: - pangomm-2.46.4 Press Enter key to continue... Running update for: - pangomm-2.46.4: UPDATING ... - pangomm-2.46.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update gnome2.pangomm 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath platform-folders, using log file: /var/log/nixpkgs-update/platform-folders/2024-03-16.log platform-folders 0 -> 1 attrpath: platform-folders Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9zirr22011inb69101r945niwvxycn40-packages.json.drv building '/nix/store/9zirr22011inb69101r945niwvxycn40-packages.json.drv'... Going to be running update for following packages: - platform-folders-4.2.0 Press Enter key to continue... Running update for: - platform-folders-4.2.0: UPDATING ... - platform-folders-4.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update platform-folders 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.nose, using log file: /var/log/nixpkgs-update/python311Packages.nose/2024-03-16.log python311Packages.nose 0 -> 1 attrpath: python311Packages.nose Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/85bnzl04qv8y7zmqi4f5dr5ql2pxf3cw-packages.json.drv building '/nix/store/85bnzl04qv8y7zmqi4f5dr5ql2pxf3cw-packages.json.drv'... Going to be running update for following packages: - python3.11-nose-1.3.7 Press Enter key to continue... Running update for: - python3.11-nose-1.3.7: UPDATING ... - python3.11-nose-1.3.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.nose 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mpmath, using log file: /var/log/nixpkgs-update/python311Packages.mpmath/2024-03-16.log python311Packages.mpmath 0 -> 1 attrpath: python311Packages.mpmath Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7wgnsrf93j8ia589g27xc0vi62zyy6yg-packages.json.drv building '/nix/store/7wgnsrf93j8ia589g27xc0vi62zyy6yg-packages.json.drv'... Going to be running update for following packages: - python3.11-mpmath-1.3.0 Press Enter key to continue... Running update for: - python3.11-mpmath-1.3.0: UPDATING ... - python3.11-mpmath-1.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mpmath 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aioelectricitymaps, using log file: /var/log/nixpkgs-update/python311Packages.aioelectricitymaps/2024-03-16.log python311Packages.aioelectricitymaps 0 -> 1 attrpath: python311Packages.aioelectricitymaps Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9j4ihlvcqjqgfzwpw8pf53x6gchjfb8m-packages.json.drv building '/nix/store/9j4ihlvcqjqgfzwpw8pf53x6gchjfb8m-packages.json.drv'... Going to be running update for following packages: - python3.11-aioelectricitymaps-0.4.0 Press Enter key to continue... Running update for: - python3.11-aioelectricitymaps-0.4.0: UPDATING ... - python3.11-aioelectricitymaps-0.4.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/aioelectricitymaps/default.nix b/pkgs/development/python-modules/aioelectricitymaps/default.nix index fe16afab2258..e3c388db7d54 100644 --- a/pkgs/development/python-modules/aioelectricitymaps/default.nix +++ b/pkgs/development/python-modules/aioelectricitymaps/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "aioelectricitymaps"; - version = "0.4.0"; + version = "1.0.0"; pyproject = true; disabled = pythonOlder "3.11"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "jpbede"; repo = "aioelectricitymaps"; rev = "refs/tags/v${version}"; - hash = "sha256-q06B40c0uvSuzH/3YCoxg4p9aNIOPrphsoESktF+B14="; + hash = "sha256-l6D5Cr2d89n+Ac5V5geBUY0sOiEO3sci9244K0MI+dc="; }; postPatch = '' No auto update branch exists There might already be an open PR for this update: - python311Packages.aioelectricitymaps: 0.4.0 -> 1.0.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/293991" [result] Failed to update python311Packages.aioelectricitymaps 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath fontfor, using log file: /var/log/nixpkgs-update/fontfor/2024-03-16.log fontfor 0.4.1 -> 0.4.2 https://github.com/7sDream/fontfor/releases attrpath: fontfor Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - fontfor: 0.4.1 -> 0.4.2 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/283002" [result] Failed to update fontfor 0.4.1 -> 0.4.2 https://github.com/7sDream/fontfor/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kops_1_26, using log file: /var/log/nixpkgs-update/kops_1_26/2024-03-16.log kops_1_26 1.26.6 -> 1.28.4 https://github.com/kubernetes/kops/releases attrpath: kops_1_26 Checking auto update branch... No auto update branch exists Version in attr path kops_1_26 not compatible with 1.28.4 [result] Failed to update kops_1_26 1.26.6 -> 1.28.4 https://github.com/kubernetes/kops/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.python-ptrace, using log file: /var/log/nixpkgs-update/python311Packages.python-ptrace/2024-03-16.log python311Packages.python-ptrace 0 -> 1 attrpath: python311Packages.python-ptrace Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2bpr29dfwld5j4y253ni19crh3x4klbw-packages.json.drv building '/nix/store/2bpr29dfwld5j4y253ni19crh3x4klbw-packages.json.drv'... Going to be running update for following packages: - python3.11-python-ptrace-0.9.9 Press Enter key to continue... Running update for: - python3.11-python-ptrace-0.9.9: UPDATING ... - python3.11-python-ptrace-0.9.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-ptrace 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ocm, using log file: /var/log/nixpkgs-update/ocm/2024-03-16.log ocm 0.1.70 -> 0.1.72 https://github.com/openshift-online/ocm-cli/releases attrpath: ocm 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-3HLTuWf4mK3r92s2mPE2yl/rrPxgcsB9EmrxkiJsMaE=" build succeeded unexpectedlystderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'ocm.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/r9r9hmlad9ixv867c62yhfdpldyn6m5f-ocm-0.1.72-go-modules.drv /nix/store/36zjziw3mnwzw9mcddczy1a19vdc53kg-ocm-0.1.72.drv building '/nix/store/r9r9hmlad9ixv867c62yhfdpldyn6m5f-ocm-0.1.72-go-modules.drv'... Running phase: unpackPhase unpacking source archive /nix/store/lka8aj8380z7pzzkvac16zh672b51nf6-source source root is source Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase Running phase: buildPhase go: downloading github.com/spf13/cobra v1.7.0 go: downloading github.com/openshift-online/ocm-sdk-go v0.1.388 go: downloading github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 go: downloading github.com/nwidger/jsoncolor v0.3.2 go: downloading github.com/spf13/pflag v1.0.5 go: downloading github.com/AlecAivazis/survey/v2 v2.3.7 go: downloading github.com/m1/go-generate-password v0.2.0 go: downloading k8s.io/apimachinery v0.27.3 go: downloading github.com/golang/glog v1.0.0 go: downloading golang.org/x/text v0.11.0 go: downloading github.com/openshift/rosa v1.2.24 go: downloading github.com/golang-jwt/jwt/v4 v4.5.0 go: downloading gitlab.com/c0b/go-ordered-json v0.0.0-20201030195603-febf46534d5a go: downloading golang.org/x/term v0.10.0 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/onsi/ginkgo/v2 v2.11.0 go: downloading github.com/onsi/gomega v1.27.8 go: downloading github.com/hashicorp/go-version v1.6.0 go: downloading github.com/mitchellh/go-homedir v1.1.0 go: downloading golang.org/x/sys v0.10.0 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 go: downloading github.com/inconshreveable/mousetrap v1.1.0 go: downloading github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d go: downloading github.com/mattn/go-isatty v0.0.16 go: downloading github.com/google/go-cmp v0.5.9 go: downloading github.com/golang/protobuf v1.5.3 go: downloading golang.org/x/net v0.10.0 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading google.golang.org/protobuf v1.28.1 go: downloading github.com/go-logr/logr v1.2.4 go: downloading github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 go: downloading golang.org/x/tools v0.9.3 go: downloading github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 go: downloading github.com/fatih/color v1.13.0 go: downloading github.com/robfig/cron/v3 v3.0.1 go: downloading github.com/google/uuid v1.3.0 go: downloading github.com/briandowns/spinner v1.19.0 go: downloading github.com/aws/aws-sdk-go v1.44.110 go: downloading github.com/ghodss/yaml v1.0.0 go: downloading github.com/sirupsen/logrus v1.9.0 go: downloading github.com/zgalor/weberr v0.7.0 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading github.com/json-iterator/go v1.1.12 go: downloading github.com/prometheus/client_golang v1.13.0 go: downloading github.com/evanphx/json-patch/v5 v5.6.0 go: downloading github.com/jackc/pgx/v4 v4.17.2 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/itchyny/gojq v0.12.9 go: downloading github.com/cenkalti/backoff/v4 v4.1.3 go: downloading github.com/microcosm-cc/bluemonday v1.0.23 go: downloading github.com/jmespath/go-jmespath v0.4.0 go: downloading github.com/modern-go/reflect2 v1.0.2 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go: downloading github.com/jackc/pgconn v1.13.0 go: downloading github.com/jackc/pgtype v1.12.0 go: downloading github.com/jackc/pgproto3/v2 v2.3.1 go: downloading github.com/jackc/pgio v1.0.0 go: downloading github.com/jackc/pgpassfile v1.0.0 go: downloading github.com/jackc/chunkreader/v2 v2.0.1 go: downloading golang.org/x/crypto v0.1.0 go: downloading github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b go: downloading github.com/aymerick/douceur v0.2.0 go: downloading github.com/prometheus/client_model v0.2.0 go: downloading github.com/cespare/xxhash/v2 v2.1.2 go: downloading github.com/prometheus/procfs v0.8.0 go: downloading github.com/prometheus/common v0.37.0 go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/gorilla/css v1.0.0 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2 go: downloading github.com/itchyny/timefmt-go v0.1.4 go: updates to go.mod needed; to update it: go mod tidy error: builder for '/nix/store/r9r9hmlad9ixv867c62yhfdpldyn6m5f-ocm-0.1.72-go-modules.drv' failed with exit code 1; last 25 log lines: > go: downloading github.com/itchyny/gojq v0.12.9 > go: downloading github.com/cenkalti/backoff/v4 v4.1.3 > go: downloading github.com/microcosm-cc/bluemonday v1.0.23 > go: downloading github.com/jmespath/go-jmespath v0.4.0 > go: downloading github.com/modern-go/reflect2 v1.0.2 > go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd > go: downloading github.com/jackc/pgconn v1.13.0 > go: downloading github.com/jackc/pgtype v1.12.0 > go: downloading github.com/jackc/pgproto3/v2 v2.3.1 > go: downloading github.com/jackc/pgio v1.0.0 > go: downloading github.com/jackc/pgpassfile v1.0.0 > go: downloading github.com/jackc/chunkreader/v2 v2.0.1 > go: downloading golang.org/x/crypto v0.1.0 > go: downloading github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b > go: downloading github.com/aymerick/douceur v0.2.0 > go: downloading github.com/prometheus/client_model v0.2.0 > go: downloading github.com/cespare/xxhash/v2 v2.1.2 > go: downloading github.com/prometheus/procfs v0.8.0 > go: downloading github.com/prometheus/common v0.37.0 > go: downloading github.com/beorn7/perks v1.0.1 > go: downloading github.com/gorilla/css v1.0.0 > go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2 > go: downloading github.com/itchyny/timefmt-go v0.1.4 > go: updates to go.mod needed; to update it: > go mod tidy For full logs, run 'nix log /nix/store/r9r9hmlad9ixv867c62yhfdpldyn6m5f-ocm-0.1.72-go-modules.drv'. error: 1 dependencies of derivation '/nix/store/36zjziw3mnwzw9mcddczy1a19vdc53kg-ocm-0.1.72.drv' failed to build [result] Failed to update ocm 0.1.70 -> 0.1.72 https://github.com/openshift-online/ocm-cli/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.nbconvert, using log file: /var/log/nixpkgs-update/python311Packages.nbconvert/2024-03-16.log python311Packages.nbconvert 0 -> 1 attrpath: python311Packages.nbconvert Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/35dldq7av4spbj8jsq0iav7ldpjr1nqb-packages.json.drv building '/nix/store/35dldq7av4spbj8jsq0iav7ldpjr1nqb-packages.json.drv'... Going to be running update for following packages: - python3.11-nbconvert-7.16.1 Press Enter key to continue... Running update for: - python3.11-nbconvert-7.16.1: UPDATING ... - python3.11-nbconvert-7.16.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/nbconvert/default.nix b/pkgs/development/python-modules/nbconvert/default.nix index 8897d75a893f..8f4d2a53e811 100644 --- a/pkgs/development/python-modules/nbconvert/default.nix +++ b/pkgs/development/python-modules/nbconvert/default.nix @@ -33,14 +33,14 @@ let }; in buildPythonPackage rec { pname = "nbconvert"; - version = "7.16.1"; + version = "7.16.2"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - hash = "sha256-555qB09Juj7SlCjthkh79RUJ2aq2E72FIqwI9tKP1/0="; + hash = "sha256-gxDt1B4cQ5R+Ts8WYUxhRp68AkiY64CMzgmZhg/J+xY="; }; # Add $out/share/jupyter to the list of paths that are used to search for No auto update branch exists Old version 7.16.1" not present in staging derivation file with contents: { lib , fetchurl , buildPythonPackage , pythonOlder , fetchPypi , hatchling , beautifulsoup4 , bleach , defusedxml , jinja2 , jupyter-core , jupyterlab-pygments , markupsafe , mistune , nbclient , packaging , pandocfilters , pygments , tinycss2 , traitlets , importlib-metadata , flaky , ipykernel , ipywidgets , pytestCheckHook }: let # see https://github.com/jupyter/nbconvert/issues/1896 style-css = fetchurl { url = "https://cdn.jupyter.org/notebook/5.4.0/style/style.min.css"; hash = "sha256-WGWmCfRDewRkvBIc1We2GQdOVAoFFaO4LyIvdk61HgE="; }; in buildPythonPackage rec { pname = "nbconvert"; version = "7.16.2"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; hash = "sha256-gxDt1B4cQ5R+Ts8WYUxhRp68AkiY64CMzgmZhg/J+xY="; }; # Add $out/share/jupyter to the list of paths that are used to search for # various exporter templates patches = [ ./templates.patch ]; postPatch = '' substituteAllInPlace ./nbconvert/exporters/templateexporter.py mkdir -p share/templates/classic/static cp ${style-css} share/templates/classic/static/style.css ''; nativeBuildInputs = [ hatchling ]; propagatedBuildInputs = [ beautifulsoup4 bleach defusedxml jinja2 jupyter-core jupyterlab-pygments markupsafe mistune nbclient packaging pandocfilters pygments tinycss2 traitlets ] ++ lib.optionals (pythonOlder "3.10") [ importlib-metadata ]; preCheck = '' export HOME=$(mktemp -d) ''; nativeCheckInputs = [ flaky ipykernel ipywidgets pytestCheckHook ]; disabledTests = [ # Attempts network access (Failed to establish a new connection: [Errno -3] Temporary failure in name resolution) "test_export" "test_webpdf_with_chromium" # ModuleNotFoundError: No module named 'nbconvert.tests' "test_convert_full_qualified_name" "test_post_processor" ]; # Some of the tests use localhost networking. __darwinAllowLocalNetworking = true; meta = { description = "Converting Jupyter Notebooks"; homepage = "https://github.com/jupyter/nbconvert"; changelog = "https://github.com/jupyter/nbconvert/blob/v${version}/CHANGELOG.md"; license = lib.licenses.bsd3; maintainers = lib.teams.jupyter.members; }; } [result] Failed to update python311Packages.nbconvert 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath monocraft, using log file: /var/log/nixpkgs-update/monocraft/2024-03-16.log monocraft 2.4 -> 3.0 https://github.com/IdreesInc/Monocraft/releases attrpath: monocraft Checking auto update branch... No auto update branch exists [version] Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#monocraft.src --raw --apply "p: p.drvAttrs.outputHash" Standard error:  error: flake 'git+file:///var/cache/nixpkgs-update/worker/worktree/monocraft' does not provide attribute 'packages.x86_64-linux.monocraft.src', 'legacyPackages.x86_64-linux.monocraft.src' or 'monocraft.src' Did you mean srcs? Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#monocraft.originalSrc --raw --apply "p: p.drvAttrs.outputHash" Standard error:  error: flake 'git+file:///var/cache/nixpkgs-update/worker/worktree/monocraft' does not provide attribute 'packages.x86_64-linux.monocraft.originalSrc', 'legacyPackages.x86_64-linux.monocraft.originalSrc' or 'monocraft.originalSrc' Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#monocraft --raw --apply "p: p.drvAttrs.outputHash" Standard error:  error: attribute 'outputHash' missing at «string»:1:4: 1| p: p.drvAttrs.outputHash | ^ [result] Failed to update monocraft 2.4 -> 3.0 https://github.com/IdreesInc/Monocraft/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mycli, using log file: /var/log/nixpkgs-update/mycli/2024-03-16.log mycli 0 -> 1 attrpath: mycli Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/iky47qvhcd3rdih513ng3ca1sz42gdh5-packages.json.drv building '/nix/store/iky47qvhcd3rdih513ng3ca1sz42gdh5-packages.json.drv'... Going to be running update for following packages: - mycli-1.27.0 Press Enter key to continue... Running update for: - mycli-1.27.0: UPDATING ... - mycli-1.27.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update mycli 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath bashate, using log file: /var/log/nixpkgs-update/bashate/2024-03-16.log bashate 0 -> 1 attrpath: bashate Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hm987rd5w8dzp9ayjj5zjmx3kx0dg6s8-packages.json.drv building '/nix/store/hm987rd5w8dzp9ayjj5zjmx3kx0dg6s8-packages.json.drv'... Going to be running update for following packages: - bashate-2.1.1 Press Enter key to continue... Running update for: - bashate-2.1.1: UPDATING ... - bashate-2.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update bashate 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.distributed, using log file: /var/log/nixpkgs-update/python311Packages.distributed/2024-03-16.log python311Packages.distributed 0 -> 1 attrpath: python311Packages.distributed Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pnq9f1kf0vi4j17ay8gig66lvjirr33k-packages.json.drv building '/nix/store/pnq9f1kf0vi4j17ay8gig66lvjirr33k-packages.json.drv'... Going to be running update for following packages: - python3.11-distributed-2023.12.0 Press Enter key to continue... Running update for: - python3.11-distributed-2023.12.0: UPDATING ... - python3.11-distributed-2023.12.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.distributed 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.swisshydrodata, using log file: /var/log/nixpkgs-update/python311Packages.swisshydrodata/2024-03-16.log python311Packages.swisshydrodata 0 -> 1 attrpath: python311Packages.swisshydrodata Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/v4as6jsl4qbrzvj3hlqgvg6gxg1w0ka6-packages.json.drv building '/nix/store/v4as6jsl4qbrzvj3hlqgvg6gxg1w0ka6-packages.json.drv'... Going to be running update for following packages: - python3.11-swisshydrodata-0.1.0 Press Enter key to continue... Running update for: - python3.11-swisshydrodata-0.1.0: UPDATING ... - python3.11-swisshydrodata-0.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.swisshydrodata 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.argon2-cffi, using log file: /var/log/nixpkgs-update/python311Packages.argon2-cffi/2024-03-16.log python311Packages.argon2-cffi 0 -> 1 attrpath: python311Packages.argon2-cffi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0dyb16lkcqw5wjg38wdrjhybqi1pd62x-packages.json.drv building '/nix/store/0dyb16lkcqw5wjg38wdrjhybqi1pd62x-packages.json.drv'... Going to be running update for following packages: - python3.11-argon2-cffi-23.1.0 Press Enter key to continue... Running update for: - python3.11-argon2-cffi-23.1.0: UPDATING ... - python3.11-argon2-cffi-23.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.argon2-cffi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath doge, using log file: /var/log/nixpkgs-update/doge/2024-03-16.log doge 0 -> 1 attrpath: doge Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/da1s05pf1jmhap0adaqjfds8p74smwg4-packages.json.drv building '/nix/store/da1s05pf1jmhap0adaqjfds8p74smwg4-packages.json.drv'... Going to be running update for following packages: - doge-3.7.0 Press Enter key to continue... Running update for: - doge-3.7.0: UPDATING ... - doge-3.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update doge 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.CommonMark, using log file: /var/log/nixpkgs-update/python311Packages.CommonMark/2024-03-16.log python311Packages.CommonMark 0 -> 1 attrpath: python311Packages.CommonMark Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/d6ncifzd55cbxmk221vsigajhha2x0xx-packages.json.drv building '/nix/store/d6ncifzd55cbxmk221vsigajhha2x0xx-packages.json.drv'... Going to be running update for following packages: - python3.11-commonmark-0.9.1 Press Enter key to continue... Running update for: - python3.11-commonmark-0.9.1: UPDATING ... - python3.11-commonmark-0.9.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.CommonMark 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.a2wsgi, using log file: /var/log/nixpkgs-update/python311Packages.a2wsgi/2024-03-16.log python311Packages.a2wsgi 0 -> 1 attrpath: python311Packages.a2wsgi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/sx3klpswyi33a50m3ig2wlkqwz6ksn39-packages.json.drv building '/nix/store/sx3klpswyi33a50m3ig2wlkqwz6ksn39-packages.json.drv'... Going to be running update for following packages: - python3.11-a2wsgi-1.10.2 Press Enter key to continue... Running update for: - python3.11-a2wsgi-1.10.2: UPDATING ... - python3.11-a2wsgi-1.10.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/a2wsgi/default.nix b/pkgs/development/python-modules/a2wsgi/default.nix index dc19f1506958..b2b5a03beac4 100644 --- a/pkgs/development/python-modules/a2wsgi/default.nix +++ b/pkgs/development/python-modules/a2wsgi/default.nix @@ -10,12 +10,12 @@ buildPythonPackage rec { pname = "a2wsgi"; - version = "1.10.2"; + version = "1.10.4"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-RrLKQnz5rVOMFF4y6zaFfhy/R3ty/h7Q49NemMBgYbk="; + hash = "sha256-UOgaxVqmCfosZm5CuswlxCTIiEzmBy8afpAhFLfuXWM="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/gn5ghs25zvjx4ymnszxig8hl1nh61bmk-python3.11-a2wsgi-1.10.4" [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)
8 packages built:
  • python311Packages.a2wsgi
  • python311Packages.a2wsgi.dist
  • python311Packages.connexion
  • python311Packages.connexion.dist
  • python312Packages.a2wsgi
  • python312Packages.a2wsgi.dist
  • python312Packages.connexion
  • python312Packages.connexion.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.a2wsgi is: Convert WSGI app to ASGI app or ASGI app to WSGI app meta.homepage for python311Packages.a2wsgi is: https://github.com/abersheeran/a2wsgi ###### 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.10.4 with grep in /nix/store/gn5ghs25zvjx4ymnszxig8hl1nh61bmk-python3.11-a2wsgi-1.10.4 - found 1.10.4 in filename of file in /nix/store/gn5ghs25zvjx4ymnszxig8hl1nh61bmk-python3.11-a2wsgi-1.10.4 ---
Rebuild report (if merged into master) (click to expand) ``` 4 total rebuild path(s) 4 package rebuild(s) First fifty rebuilds by attrpath python311Packages.a2wsgi python311Packages.connexion python312Packages.a2wsgi python312Packages.connexion ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/gn5ghs25zvjx4ymnszxig8hl1nh61bmk-python3.11-a2wsgi-1.10.4 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A python311Packages.a2wsgi https://github.com/r-ryantm/nixpkgs/archive/e9cc2cae29697b2f07f22b2beb9ebb2171b2f600.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/e9cc2cae29697b2f07f22b2beb9ebb2171b2f600#python311Packages.a2wsgi ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/gn5ghs25zvjx4ymnszxig8hl1nh61bmk-python3.11-a2wsgi-1.10.4 ls -la /nix/store/gn5ghs25zvjx4ymnszxig8hl1nh61bmk-python3.11-a2wsgi-1.10.4/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
8 packages built:
  • python311Packages.a2wsgi
  • python311Packages.a2wsgi.dist
  • python311Packages.connexion
  • python311Packages.connexion.dist
  • python312Packages.a2wsgi
  • python312Packages.a2wsgi.dist
  • python312Packages.connexion
  • python312Packages.connexion.dist
--- ###### Maintainer pings cc @SuperSandro2000 for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/296373 [result] Success updating python311Packages.a2wsgi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.first, using log file: /var/log/nixpkgs-update/python311Packages.first/2024-03-16.log python311Packages.first 0 -> 1 attrpath: python311Packages.first Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mlh0ykb5pkilgq6i5l72i36icgn3dc3q-packages.json.drv building '/nix/store/mlh0ykb5pkilgq6i5l72i36icgn3dc3q-packages.json.drv'... Going to be running update for following packages: - python3.11-first-2.0.2 Press Enter key to continue... Running update for: - python3.11-first-2.0.2: UPDATING ... - python3.11-first-2.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.first 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pykwalify, using log file: /var/log/nixpkgs-update/python311Packages.pykwalify/2024-03-16.log python311Packages.pykwalify 0 -> 1 attrpath: python311Packages.pykwalify Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5sja52rf1azs8f686ak39ba29s7h7vcc-packages.json.drv building '/nix/store/5sja52rf1azs8f686ak39ba29s7h7vcc-packages.json.drv'... Going to be running update for following packages: - python3.11-pykwalify-1.8.0 Press Enter key to continue... Running update for: - python3.11-pykwalify-1.8.0: UPDATING ... - python3.11-pykwalify-1.8.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pykwalify 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.python-hl7, using log file: /var/log/nixpkgs-update/python311Packages.python-hl7/2024-03-16.log python311Packages.python-hl7 0 -> 1 attrpath: python311Packages.python-hl7 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/65fmilnj8s2p3brd2zd9lkqnsara96a2-packages.json.drv building '/nix/store/65fmilnj8s2p3brd2zd9lkqnsara96a2-packages.json.drv'... Going to be running update for following packages: - python3.11-python-hl7-0.4.5 Press Enter key to continue... Running update for: - python3.11-python-hl7-0.4.5: UPDATING ... - python3.11-python-hl7-0.4.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-hl7 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.requests-kerberos, using log file: /var/log/nixpkgs-update/python311Packages.requests-kerberos/2024-03-16.log python311Packages.requests-kerberos 0 -> 1 attrpath: python311Packages.requests-kerberos Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xfrhlw4ddq6l6vlvpq7dri3k51icyhcs-packages.json.drv building '/nix/store/xfrhlw4ddq6l6vlvpq7dri3k51icyhcs-packages.json.drv'... Going to be running update for following packages: - python3.11-requests-kerberos-0.14.0 Press Enter key to continue... Running update for: - python3.11-requests-kerberos-0.14.0: UPDATING ... - python3.11-requests-kerberos-0.14.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.requests-kerberos 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ci-py, using log file: /var/log/nixpkgs-update/python311Packages.ci-py/2024-03-16.log python311Packages.ci-py 0 -> 1 attrpath: python311Packages.ci-py Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hv6dkpbhwk0yc3kq0agmrp5hxhrbz4r7-packages.json.drv building '/nix/store/hv6dkpbhwk0yc3kq0agmrp5hxhrbz4r7-packages.json.drv'... Going to be running update for following packages: - python3.11-ci-py-1.0.0 Press Enter key to continue... Running update for: - python3.11-ci-py-1.0.0: UPDATING ... - python3.11-ci-py-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ci-py 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.caldav, using log file: /var/log/nixpkgs-update/python311Packages.caldav/2024-03-16.log python311Packages.caldav 0 -> 1 attrpath: python311Packages.caldav Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mnf1qvdnvify50i776k6w8bmhca9rk32-packages.json.drv building '/nix/store/mnf1qvdnvify50i776k6w8bmhca9rk32-packages.json.drv'... Going to be running update for following packages: - python3.11-caldav-1.3.9 Press Enter key to continue... Running update for: - python3.11-caldav-1.3.9: UPDATING ... - python3.11-caldav-1.3.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.caldav 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.etcd3, using log file: /var/log/nixpkgs-update/python311Packages.etcd3/2024-03-16.log python311Packages.etcd3 0 -> 1 attrpath: python311Packages.etcd3 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5iazasp0b9h5hhqcf9aj7y3vwglzvfr6-packages.json.drv building '/nix/store/5iazasp0b9h5hhqcf9aj7y3vwglzvfr6-packages.json.drv'... Going to be running update for following packages: - python3.11-etcd3-0.12.0 Press Enter key to continue... Running update for: - python3.11-etcd3-0.12.0: UPDATING ... - python3.11-etcd3-0.12.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.etcd3 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-wsgi, using log file: /var/log/nixpkgs-update/python311Packages.aiohttp-wsgi/2024-03-16.log python311Packages.aiohttp-wsgi 0 -> 1 attrpath: python311Packages.aiohttp-wsgi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fc7nc6bb6av9crnc3n917bf8bbnwzzwd-packages.json.drv building '/nix/store/fc7nc6bb6av9crnc3n917bf8bbnwzzwd-packages.json.drv'... Going to be running update for following packages: - python3.11-aiohttp-wsgi-0.10.0 Press Enter key to continue... Running update for: - python3.11-aiohttp-wsgi-0.10.0: UPDATING ... - python3.11-aiohttp-wsgi-0.10.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aiohttp-wsgi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rubyPackages.libxml-ruby, using log file: /var/log/nixpkgs-update/rubyPackages.libxml-ruby/2024-03-16.log rubyPackages.libxml-ruby 5.0.2 -> 5.0.3 https://repology.org/project/ruby:libxml-ruby/versions attrpath: rubyPackages.libxml-ruby Checking auto update branch... No auto update branch exists Old version 5.0.2" not present in master derivation file with contents: { actioncable = { dependencies = ["actionpack" "activesupport" "nio4r" "websocket-driver" "zeitwerk"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0ifiz4nd6a34z2n8lpdgvlgwziy2g364b0xzghiqd3inji0cwqp1"; type = "gem"; }; version = "7.1.3.2"; }; actionmailbox = { dependencies = ["actionpack" "activejob" "activerecord" "activestorage" "activesupport" "mail" "net-imap" "net-pop" "net-smtp"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1adqnf5zc4fdr71ykxdv5b50h7n4xfvrc0qcgwmgidi0cxkzx4r4"; type = "gem"; }; version = "7.1.3.2"; }; actionmailer = { dependencies = ["actionpack" "actionview" "activejob" "activesupport" "mail" "net-imap" "net-pop" "net-smtp" "rails-dom-testing"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "012mxn5dfhwbssrckw6kvf851m6rlfa87n4nikk28g05ydfsvcys"; type = "gem"; }; version = "7.1.3.2"; }; actionpack = { dependencies = ["actionview" "activesupport" "nokogiri" "racc" "rack" "rack-session" "rack-test" "rails-dom-testing" "rails-html-sanitizer"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0n1v4r5cyac5wfdlf8bly45mnh60vbp067yjpkyb05vyszamiydq"; type = "gem"; }; version = "7.1.3.2"; }; actiontext = { dependencies = ["actionpack" "activerecord" "activestorage" "activesupport" "globalid" "nokogiri"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0an5sfy96cbd7f43igq47h3m228ivngqjj40gj6iqllhjhchgs7c"; type = "gem"; }; version = "7.1.3.2"; }; actionview = { dependencies = ["activesupport" "builder" "erubi" "rails-dom-testing" "rails-html-sanitizer"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1kq9b4xnwiknjqg4y6ixvv0cf1z0dcxs68inc8bx05s0fqrim6rn"; type = "gem"; }; version = "7.1.3.2"; }; activejob = { dependencies = ["activesupport" "globalid"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "08gjywvd65yzgjw7ynsgvi00scxc4fmgj70wajn7wsdqx00hbafj"; type = "gem"; }; version = "7.1.3.2"; }; activemodel = { dependencies = ["activesupport"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0p3ibps515151ja4gadrhh8frvjvvq4h5fpxw2acccv3z5i553hh"; type = "gem"; }; version = "7.1.3.2"; }; activerecord = { dependencies = ["activemodel" "activesupport" "timeout"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0ww1qxn12nlp0ivysq0pxj6cvajf0fbq781fr4pqx5206c690wj8"; type = "gem"; }; version = "7.1.3.2"; }; activestorage = { dependencies = ["actionpack" "activejob" "activerecord" "activesupport" "marcel"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "09wp0qqp7xr31ipcv42bs81fmyksz9l3jmraryf53qjsbbqpfdr8"; type = "gem"; }; version = "7.1.3.2"; }; activesupport = { dependencies = ["base64" "bigdecimal" "concurrent-ruby" "connection_pool" "drb" "i18n" "minitest" "mutex_m" "tzinfo"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0blbbf2x7dn7ar4g9aij403582zb6zscbj48bz63lvaamsvlb15d"; type = "gem"; }; version = "7.1.3.2"; }; addressable = { dependencies = ["public_suffix"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0irbdwkkjwzajq1ip6ba46q49sxnrl2cw7ddkdhsfhb6aprnm3vr"; type = "gem"; }; version = "2.8.6"; }; ansi = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "14ims9zfal4gs2wpx2m5rd8zsrl2k794d359shkrsgg3fhr2a22l"; type = "gem"; }; version = "1.5.0"; }; ast = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "04nc8x27hlzlrr5c2gn7mar4vdr0apw5xg22wp6m8dx3wqr04a0y"; type = "gem"; }; version = "2.4.2"; }; atk = { dependencies = ["glib2"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "11lcig7dr3nanwdgsacv2hbdpdk5yfaqzfjl8gav41mjbk90w15q"; type = "gem"; }; version = "4.2.1"; }; awesome_print = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0vkq6c8y2jvaw03ynds5vjzl1v9wg608cimkd3bidzxc0jvk56z9"; type = "gem"; }; version = "1.9.2"; }; backport = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0xbzzjrgah0f8ifgd449kak2vyf30micpz6x2g82aipfv7ypsb4i"; type = "gem"; }; version = "1.2.0"; }; bacon = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1f06gdj77bmwzc1k5iragl1595hbn67yc7sqvs56ca8plrr2vmai"; type = "gem"; }; version = "1.2.0"; }; base64 = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "01qml0yilb9basf7is2614skjp8384h2pycfx86cr8023arfj98g"; type = "gem"; }; version = "0.2.0"; }; benchmark = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0wghmhwjzv4r9mdcny4xfz2h2cm7ci24md79rvy2x65r4i99k9sc"; type = "gem"; }; version = "0.3.0"; }; bigdecimal = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0cq1c29zbkcxgdihqisirhcw76xc768z2zpd5vbccpq0l1lv76g7"; type = "gem"; }; version = "3.1.7"; }; bindata = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "08r67nglsqnxrbn803szf5bdnqhchhq8kf2by94f37fcl65wpp19"; type = "gem"; }; version = "2.5.0"; }; builder = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "045wzckxpwcqzrjr353cxnyaxgf0qg22jh00dcx7z38cys5g1jlr"; type = "gem"; }; version = "3.2.4"; }; byebug = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0nx3yjf4xzdgb8jkmk2344081gqr22pgjqnmjg2q64mj5d6r9194"; type = "gem"; }; version = "11.1.3"; }; cairo = { dependencies = ["native-package-installer" "pkg-config" "red-colors"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1a85gisjb2n236bpay7cjqlxq07m4swc8mqnwy8c5rkxfhil194c"; type = "gem"; }; version = "1.17.13"; }; cairo-gobject = { dependencies = ["cairo" "glib2"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "06y99zan4apgi4bsqqwnsdlsyss8dk2plr2gksh4yw8lkkk3a5zs"; type = "gem"; }; version = "4.2.1"; }; camping = { dependencies = ["kdl" "listen" "mab" "rack" "rack-session" "rackup" "zeitwerk"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1w6q8qfz05w0f530yfg8r134zkbsgis9fa0awbypdqfh9jmlhn0m"; type = "gem"; }; version = "3.1.3"; }; certified = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1706p6p0a8adyvd943af2a3093xakvislgffw3v9dvp7j07dyk5a"; type = "gem"; }; version = "1.0.0"; }; charlock_holmes = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0hybw8jw9ryvz5zrki3gc9r88jqy373m6v46ynxsdzv1ysiyr40p"; type = "gem"; }; version = "0.7.7"; }; claide = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1lpm76j8d648i4f41kk7gkc2kgvfsjvw0sf8zknlr1gm38q68i75"; type = "gem"; }; version = "0.9.1"; }; clamp = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1gpz9jvg1gpr8xmfqd35gvyzsvmjvlvwm2sq3pyhml3i84a6qjrq"; type = "gem"; }; version = "0.6.5"; }; cld3 = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0rn46vga5c1ww2vkf4dbg0w5g4h0vwx9idvdz3284188q4ksfbmg"; type = "gem"; }; version = "3.6.0"; }; cocoapods = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1sgw1aymfahgyhz1317mxglnajv5jrm6d5wai4c970avsrlc6qrm"; type = "gem"; }; version = "0.2.0"; }; cocoapods-acknowledgements = { dependencies = ["cocoapods" "redcarpet" "xcodeproj"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "04gaijs4djjkynan06wyaxxz48db0czzfrhh95jn3r201k2ypa7k"; type = "gem"; }; version = "1.3.0"; }; cocoapods-art = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1qxwlsqwg6wa2aa3acf4jvgi3vpxlpdj8qq35jyhkyl16n4hrr1b"; type = "gem"; }; version = "1.1.1"; }; cocoapods-browser = { dependencies = ["cocoapods"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1mq9mcw3xnf2nqkmcjg874sx422dbmfa99vhw31c9jb0cd4j3m9p"; type = "gem"; }; version = "0.1.5"; }; cocoapods-clean = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "16zy8xl94clblxivlcrw2jf3dnvmwlr6jni6kz74rnc8wj42sf1w"; type = "gem"; }; version = "0.0.1"; }; cocoapods-clean_build_phases_scripts = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0syya8l1kz36069y7cx4f37aihpmbm4yd5wvifs3j8qzz8bpxpfi"; type = "gem"; }; version = "0.0.3"; }; cocoapods-coverage = { dependencies = ["cocoapods-testing" "slather"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0y2mhsraf48ww9bp7c7ghrqh3kpx1f1djji5vpm4vh1gj4qz6669"; type = "gem"; }; version = "0.0.5"; }; cocoapods-deintegrate = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "18pnng0lv5z6kpp8hnki0agdxx979iq6hxkfkglsyqzmir22lz2i"; type = "gem"; }; version = "1.0.5"; }; cocoapods-dependencies = { dependencies = ["ruby-graphviz"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "10ssv98af44698kp4w0wfdrc7x3ccf2w9dhcva6i7hwlffjvcsz3"; type = "gem"; }; version = "1.3.0"; }; cocoapods-deploy = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1qnhl54z0dqyn0sk7rgn3vwmfax0yr3sk2r464h888d2qjxz6v7j"; type = "gem"; }; version = "0.0.12"; }; cocoapods-disable-podfile-validations = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0csgcp2kkmciavnic1yrb8z405dg4lqkzdlw2zscahvggpwr0j2p"; type = "gem"; }; version = "0.2.0"; }; cocoapods-downloader = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1ldnwwsx44i2xsdmsmyz9xrar19lfy5s5xslvral1p3674dvwvmv"; type = "gem"; }; version = "2.1"; }; cocoapods-expert-difficulty = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "19shjj4kj9rqg1a3pax568q0w9rkq8jcba2mycvq0szbv7bw6pgl"; type = "gem"; }; version = "1.0.0"; }; cocoapods-fix-react-native = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0jhgg3amman51hvk0x7h1xqqdb71kfmbzfziaip6fxkl7sjr43ix"; type = "gem"; }; version = "2019.09.17.15"; }; cocoapods-generate = { dependencies = ["cocoapods-disable-podfile-validations"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0216rwc4r0z0a1gvckphn7x9qk7zn00ivc49kv0hgafmrmaf2wy3"; type = "gem"; }; version = "2.2.5"; }; cocoapods-git_url_rewriter = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1cmyrj92d781pkq1b6qbvpmxvfx8k3l36cdqsi46w55icjm1jqbw"; type = "gem"; }; version = "1.0.1"; }; cocoapods-keys = { dependencies = ["dotenv" "ruby-keychain"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1zycjq1i3kqzpixngm1jp66r075yrb54qcd0xxxa8rmxngimqhff"; type = "gem"; }; version = "2.3.1"; }; cocoapods-open = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1z9x1cqrz4zc6yd08clawi8gg7ip8vbhkh9lkrdkzw7i6lqyrp0j"; type = "gem"; }; version = "0.0.8"; }; cocoapods-plugins = { dependencies = ["nap"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "16na82sfyc8801qs1n22nwq486s4j7yj6rj7fcp8cbxmj371fpbj"; type = "gem"; }; version = "1.0.0"; }; cocoapods-search = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "12amy0nknv09bvzix8bkmcjn996c50c4ms20v2dl7v8rcw73n4qv"; type = "gem"; }; version = "1.0.1"; }; cocoapods-testing = { dependencies = ["xctasks"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "03dqcz9pks7mbzq3zkfm2rzbjwkcwp8z3rip60d4pqs8b2bb61bg"; type = "gem"; }; version = "0.0.6"; }; cocoapods-trunk = { dependencies = ["nap" "netrc"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0cgdx7z9psxxrsa13fk7qc9i6jskrwcafhrdz94avzia2y6dlnsz"; type = "gem"; }; version = "1.6.0"; }; cocoapods-try = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1znyp625rql37ivb5rk9fk9564cmax8icxfr041ysivpdrn98nql"; type = "gem"; }; version = "1.2.0"; }; cocoapods-try-release-fix = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0a7hbc5j0p507cyd9a0rd2mf2d525ia3gcnx7bdspxqnhl0a43bf"; type = "gem"; }; version = "0.1.2"; }; cocoapods-update-if-you-dare = { dependencies = ["colored2"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0nqvywrbfxiagip2vl9kj71h39g4idq1lshkxl5bqh1hq57g4k9q"; type = "gem"; }; version = "0.2.0"; }; cocoapods-whitelist = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0imaai3zmm3mx35kmfhsir8c3ijcs0s2zm8gd2rhqmk26gn3xqbm"; type = "gem"; }; version = "0.5.4"; }; cocoapods-wholemodule = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "03gr4r0aa9mrj8i27dd6l87jzq78sid3jbywmkazg3yrq6y38i21"; type = "gem"; }; version = "0.0.1"; }; coderay = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0jvxqxzply1lwp7ysn94zjhh57vc14mcshw1ygw14ib8lhc00lyw"; type = "gem"; }; version = "1.1.3"; }; coffee-script = { dependencies = ["coffee-script-source" "execjs"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0rc7scyk7mnpfxqv5yy4y5q1hx3i7q3ahplcp4bq2g5r24g2izl2"; type = "gem"; }; version = "2.4.1"; }; coffee-script-source = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1907v9q1zcqmmyqzhzych5l7qifgls2rlbnbhy5vzyr7i7yicaz1"; type = "gem"; }; version = "1.12.2"; }; colorator = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0f7wvpam948cglrciyqd798gdc6z3cfijciavd0dfixgaypmvy72"; type = "gem"; }; version = "1.1.0"; }; colored = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0b0x5jmsyi0z69bm6sij1k89z7h0laag3cb4mdn7zkl9qmxb90lx"; type = "gem"; }; version = "1.2"; }; colored2 = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1zj06gjqwykgzxmbkp2hmg3wv5kv8zz5d77acxipzcgicdjgvfan"; type = "gem"; }; version = "4.0.0"; }; commonmarker = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1lb5slzbqrca49h0gaifg82xky5r7i9xgm4560pin1xl5fp15lzx"; type = "gem"; }; version = "0.23.10"; }; concurrent-ruby = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1qh1b14jwbbj242klkyz5fc7npd4j0mvndz62gajhvl1l3wd7zc2"; type = "gem"; }; version = "1.2.3"; }; connection_pool = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1x32mcpm2cl5492kd6lbjbaf17qsssmpx9kdyr7z1wcif2cwyh0g"; type = "gem"; }; version = "2.4.1"; }; crabstone = { dependencies = ["ffi"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "154g3l1flndm5pvnhjnrn47ndnsxvfm8y1kv4zhnwiys28pv40nb"; type = "gem"; }; version = "4.0.4"; }; crass = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0pfl5c0pyqaparxaqxi6s4gfl21bdldwiawrc0aknyvflli60lfw"; type = "gem"; }; version = "1.0.6"; }; curb = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1lgga9ina9gnpp9ycj8lpqkc5hm5qlxb41s4pfg0w6fnnpgmairc"; type = "gem"; }; version = "1.0.5"; }; curses = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "00y9g79lzfffxarj3rmhnkblsnyx7izx91mh8c1sdcs9y2pdfq53"; type = "gem"; }; version = "1.4.4"; }; daemons = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "07cszb0zl8mqmwhc8a2yfg36vi6lbgrp4pa5bvmryrpcz9v6viwg"; type = "gem"; }; version = "1.4.1"; }; data_objects = { dependencies = ["addressable"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "19fw1ckqc5f1wc4r72qrymy2k6cmd8azbxpn61ksbsjqhzc2bgqd"; type = "gem"; }; version = "0.10.17"; }; date = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "149jknsq999gnhy865n33fkk22s0r447k76x9pmcnnwldfv2q7wp"; type = "gem"; }; version = "3.3.4"; }; dentaku = { dependencies = ["concurrent-ruby"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0ssmjs7x733n7x6zvcwkaq2rnl0sz1qslli19s730a7ny7pialqg"; type = "gem"; }; version = "3.4.2"; }; dep-selector-libgecode = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "09frwp3np5c64y8g5rnbl46n7riknmdjprhndsh6zzajkjr9m3xj"; type = "gem"; }; version = "1.3.5"; }; diff-lcs = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1znxccz83m4xgpd239nyqxlifdb7m8rlfayk6s259186nkgj6ci7"; type = "gem"; }; version = "1.5.1"; }; differ = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0iayb71yqw5bgarq829fwchykw8lsqm8alnjc6c2m6k74fvnvkjy"; type = "gem"; }; version = "0.1.2"; }; digest-sha3 = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0x8fcwqn6b1l227w38l4hy6i28cpbfbp2yrmklgfy8nb7hq2k1gk"; type = "gem"; }; version = "1.0.2"; }; dip = { dependencies = ["thor"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0ffcxmrm1dnqip6xq9hsrycz4dggk8pj3cd6q99ji6024npjaal6"; type = "gem"; }; version = "7.8.0"; }; dnsruby = { dependencies = ["simpleidn"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "15zh7qi60zwzy184rdmmp55d857ss96f2lad78gcwnpr1223q4mj"; type = "gem"; }; version = "1.71.0"; }; do_sqlite3 = { dependencies = ["data_objects"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0gxz54qjgwg6a2mkqpai28m0i5swbyxpr4qmh9x1nwf20lysrgcf"; type = "gem"; }; version = "0.10.17"; }; docile = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1lxqxgq71rqwj1lpl9q1mbhhhhhhdkkj7my341f2889pwayk85sz"; type = "gem"; }; version = "1.4.0"; }; domain_name = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0cyr2xm576gqhqicsyqnhanni47408w2pgvrfi8pd13h2li3nsaz"; type = "gem"; }; version = "0.6.20240107"; }; dotenv = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1d5jv27p3gpj68pc1cxj3cp1bs11r25w2336sndsdfkx34p6hzlb"; type = "gem"; }; version = "3.1.0"; }; drb = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0h5kbj9hvg5hb3c7l425zpds0vb42phvln2knab8nmazg2zp5m79"; type = "gem"; }; version = "2.2.1"; }; e2mmap = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0n8gxjb63dck3vrmsdcqqll7xs7f3wk78mw8w0gdk9wp5nx6pvj5"; type = "gem"; }; version = "0.1.0"; }; elftools = { dependencies = ["bindata"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0p96wj4sz3sfv9yxyl8z530554bkbf82vj24w6x7yf91qa1p8z6i"; type = "gem"; }; version = "1.1.3"; }; em-websocket = { dependencies = ["eventmachine" "http_parser.rb"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1a66b0kjk6jx7pai9gc7i27zd0a128gy73nmas98gjz6wjyr4spm"; type = "gem"; }; version = "0.5.3"; }; erb-formatter = { dependencies = ["syntax_tree"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0g2jghbn2pmi1k8lnqbslyjix2rablalp4gjjsh4k9gxpvx5r1x1"; type = "gem"; }; version = "0.7.2"; }; erubi = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "08s75vs9cxlc4r1q2bjg4br8g9wc5lc5x5vl0vv4zq5ivxsdpgi7"; type = "gem"; }; version = "1.12.0"; }; ethon = { dependencies = ["ffi"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "17ix0mijpsy3y0c6ywrk5ibarmvqzjsirjyprpsy3hwax8fdm85v"; type = "gem"; }; version = "0.16.0"; }; eventmachine = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0wh9aqb0skz80fhfn66lbpr4f86ya2z5rx6gm5xlfhd05bj1ch4r"; type = "gem"; }; version = "1.2.7"; }; excon = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1m3gzvp1wqki0yh4b7761qhdy4pyr4phy429b7s9w25nrkhp4lsz"; type = "gem"; }; version = "0.110.0"; }; execjs = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1yywajqlpjhrj1m43s3lfg3i4lkb6pxwccmwps7qw37ndmphdzg8"; type = "gem"; }; version = "2.9.1"; }; faraday = { dependencies = ["faraday-net_http"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1qqb1rmk0f9m82iijjlqadh5yby1bhnr6svjk9vxdvh6f181988s"; type = "gem"; }; version = "2.9.0"; }; faraday-net_http = { dependencies = ["net-http"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "17w51yk4rrm9rpnbc3x509s619kba0jga3qrj4b17l30950vw9qn"; type = "gem"; }; version = "3.1.0"; }; ffi = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1yvii03hcgqj30maavddqamqy50h7y6xcn2wcyq72wn823zl4ckd"; type = "gem"; }; version = "1.16.3"; }; ffi-compiler = { dependencies = ["ffi" "rake"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1844j58cdg2q6g0rqfwg4rrambnhf059h4yg9rfmrbrcs60kskx9"; type = "gem"; }; version = "1.3.2"; }; ffi-rzmq-core = { dependencies = ["ffi"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0amkbvljpjfnv0jpdmz71p1i3mqbhyrnhamjn566w0c01xd64hb5"; type = "gem"; }; version = "1.0.7"; }; fiddle = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0x504023g56y32r81l6i4pqbhn46szzy6s5bcdlc7kb5iv1iigar"; type = "gem"; }; version = "1.1.2"; }; fog-core = { dependencies = ["builder" "excon" "formatador" "mime-types"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0p2xiw0n4l1k3ynma1vl0fzw5w8xhkv70x4f829nydxv7hply80y"; type = "gem"; }; version = "2.4.0"; }; fog-dnsimple = { dependencies = ["fog-core" "fog-json"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0lbzkc0w96a62ahjw0b7mfbqgg9x2jp7khg5hvpbgw0kfs5xza63"; type = "gem"; }; version = "2.1.0"; }; fog-json = { dependencies = ["fog-core" "multi_json"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1zj8llzc119zafbmfa4ai3z5s7c4vp9akfs0f9l2piyvcarmlkyx"; type = "gem"; }; version = "1.2.0"; }; formatador = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1l06bv4avphbdmr1y4g0rqlczr38k6r65b3zghrbj2ynyhm3xqjl"; type = "gem"; }; version = "1.1.0"; }; forwardable-extended = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "15zcqfxfvsnprwm8agia85x64vjzr2w0xn9vxfnxzgcv8s699v0v"; type = "gem"; }; version = "2.6.0"; }; gdk3 = { dependencies = ["cairo-gobject" "gdk_pixbuf2" "pango"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0nbzvmg3aa0r9iadkpiz3fzr1dnv09vx6bi7cc5wgpg13d3i3rbl"; type = "gem"; }; version = "4.2.1"; }; gdk_pixbuf2 = { dependencies = ["gio2"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1lrs0g6s5l050ld8mfjscijg0iycx9hq2wgdwc76y3nm47gs78na"; type = "gem"; }; version = "4.2.1"; }; gemoji = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0vgklpmhdz98xayln5hhqv4ffdyrglzwdixkn5gsk9rj94pkymc0"; type = "gem"; }; version = "3.0.1"; }; gio2 = { dependencies = ["fiddle" "gobject-introspection"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1zpz71ybilrk7i9ym7jx807fza22sdjm18l6qydds3gm7bpybvdz"; type = "gem"; }; version = "4.2.1"; }; git = { dependencies = ["addressable" "rchardet"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0w3xhay1z7qx9ab04wmy5p4f1fadvqa6239kib256wsiyvcj595h"; type = "gem"; }; version = "1.19.1"; }; github-pages = { dependencies = ["github-pages-health-check" "jekyll" "jekyll-avatar" "jekyll-coffeescript" "jekyll-commonmark-ghpages" "jekyll-default-layout" "jekyll-feed" "jekyll-gist" "jekyll-github-metadata" "jekyll-include-cache" "jekyll-mentions" "jekyll-optional-front-matter" "jekyll-paginate" "jekyll-readme-index" "jekyll-redirect-from" "jekyll-relative-links" "jekyll-remote-theme" "jekyll-sass-converter" "jekyll-seo-tag" "jekyll-sitemap" "jekyll-swiss" "jekyll-theme-architect" "jekyll-theme-cayman" "jekyll-theme-dinky" "jekyll-theme-hacker" "jekyll-theme-leap-day" "jekyll-theme-merlot" "jekyll-theme-midnight" "jekyll-theme-minimal" "jekyll-theme-modernist" "jekyll-theme-primer" "jekyll-theme-slate" "jekyll-theme-tactile" "jekyll-theme-time-machine" "jekyll-titles-from-headings" "jemoji" "kramdown" "kramdown-parser-gfm" "liquid" "mercenary" "minima" "nokogiri" "rouge" "terminal-table"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0608fr1ggyrk2f6pfc4zwy9i9prkxx0dsfb4k9j8s249kczqmlbr"; type = "gem"; }; version = "231"; }; github-pages-health-check = { dependencies = ["addressable" "dnsruby" "octokit" "public_suffix" "typhoeus"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0gc431xd6vwrh1p7pc3gp3xn7sy1w7dr7f95hmz4fqa1b97kv2fz"; type = "gem"; }; version = "1.18.2"; }; gitlab-markup = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1m3ypny84jyvlxf060p3q3d8pb4yihxa2br5hh012bgc11d09nky"; type = "gem"; }; version = "1.9.0"; }; glib2 = { dependencies = ["native-package-installer" "pkg-config"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0lbvk3jz21kw811hn411xvql7l14bb8kfnqc10inkkyli3a2ifv3"; type = "gem"; }; version = "4.2.1"; }; globalid = { dependencies = ["activesupport"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1sbw6b66r7cwdx3jhs46s4lr991969hvigkjpbdl7y3i31qpdgvh"; type = "gem"; }; version = "1.2.1"; }; gobject-introspection = { dependencies = ["glib2"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "08ysbhg8njdf1sb4mmx90baswqbya5ihw8kyym3rw43sl2gswnsk"; type = "gem"; }; version = "4.2.1"; }; gpgme = { dependencies = ["mini_portile2"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0r1vmql7w7ka5xzj1aqf8pk2a4sv0znwj2zkg1fgvd5b89qcvv2k"; type = "gem"; }; version = "2.0.24"; }; gtk3 = { dependencies = ["atk" "gdk3"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1hk0anmyczicvjzri5pdj6f65ibf1pyarychayhzxjl50n9sf1wd"; type = "gem"; }; version = "4.2.1"; }; haml = { dependencies = ["temple" "thor" "tilt"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "15yxph91zswbnfy7szpdcfbdfqqn595ff290hm4f6fcnhryvhvlf"; type = "gem"; }; version = "6.3.0"; }; hashie = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1nh3arcrbz1rc1cr59qm53sdhqm137b258y8rcb4cvd3y98lwv4x"; type = "gem"; }; version = "5.0.0"; }; highline = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "02ghhvigqbq4252gsi4w8a9klkdkybmbz29ghfp1y6sqzlcb466a"; type = "gem"; }; version = "3.0.1"; }; hike = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0hbhmchyhm1xf632cczmyg3fsbn7zly988q3fjpi8l3nb4cn40xj"; type = "gem"; }; version = "2.1.3"; }; hitimes = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0ix9rp9rsrwin38z2aqiwpxc8p2dzl6m3ra47az47fsija1cb2qf"; type = "gem"; }; version = "2.0.0"; }; hpricot = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1jn8x9ch79gqmnzgyz78kppavjh5lqx0y0r6frykga2b86rz9s6z"; type = "gem"; }; version = "0.8.6"; }; html-pipeline = { dependencies = ["activesupport" "nokogiri"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "180kjksi0sdlqb0aq0bhal96ifwqm25hzb3w709ij55j51qls7ca"; type = "gem"; }; version = "2.14.3"; }; htmlbeautifier = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0nrqvgja3pbmz4v27zc5ir58sk4mv177nq7hlssy2smawbvhhgdl"; type = "gem"; }; version = "1.4.3"; }; http = { dependencies = ["addressable" "base64" "http-cookie" "http-form_data" "llhttp-ffi"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "05b1khh7wxga9jviy9yi8z1nckxbm3svlzv40y0zvq3nag3d77mr"; type = "gem"; }; version = "5.2.0"; }; http-accept = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "09m1facypsdjynfwrcv19xcb1mqg8z6kk31g8r33pfxzh838c9n6"; type = "gem"; }; version = "1.7.0"; }; http-cookie = { dependencies = ["domain_name"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "13rilvlv8kwbzqfb644qp6hrbsj82cbqmnzcvqip1p6vqx36sxbk"; type = "gem"; }; version = "1.0.5"; }; http-form_data = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1wx591jdhy84901pklh1n9sgh74gnvq1qyqxwchni1yrc49ynknc"; type = "gem"; }; version = "2.3.0"; }; "http_parser.rb" = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1gj4fmls0mf52dlr928gaq0c0cb0m3aqa9kaa6l0ikl2zbqk42as"; type = "gem"; }; version = "0.8.0"; }; httpclient = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "19mxmvghp7ki3klsxwrlwr431li7hm1lczhhj8z4qihl2acy8l99"; type = "gem"; }; version = "2.8.3"; }; i18n = { dependencies = ["concurrent-ruby"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0lbm33fpb3w06wd2231sg58dwlwgjsvym93m548ajvl6s3mfvpn7"; type = "gem"; }; version = "1.14.4"; }; iconv = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "00fppiz9ypy7xpc08xdk6glq842rbc69c7a1p0kmv195271i4yqv"; type = "gem"; }; version = "1.0.8"; }; idn-ruby = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0dy04jx3n1ddz744b80mg7hp87miysnjp0h21lqr43hpmhdglxih"; type = "gem"; }; version = "0.1.5"; }; indieweb-endpoints = { dependencies = ["http" "link-header-parser" "nokogiri"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1yqy5clqrqwprmk8vwzni0vdgyvbzm5x36bj33qhv5b11kgskbwp"; type = "gem"; }; version = "8.0.0"; }; io-console = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "08d2lx42pa8jjav0lcjbzfzmw61b8imxr9041pva8xzqabrczp7h"; type = "gem"; }; version = "0.7.2"; }; irb = { dependencies = ["rdoc" "reline"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "17ak21ybbprj9vg0hk8pb1r2yk9vlh50v9bdwh3qvlmpzcvljqq7"; type = "gem"; }; version = "1.12.0"; }; jaro_winkler = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "10fd3i92897blalxfkgc0jjv0qqx31v7cm7j2b6a3b97an0bfz80"; type = "gem"; }; version = "1.5.6"; }; jbuilder = { dependencies = ["actionview" "activesupport"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1h58xgmp0fqpnd6mvw0zl0f76119v8lnf4xabqhckbzl6jrk8qpa"; type = "gem"; }; version = "2.11.5"; }; jekyll = { dependencies = ["addressable" "colorator" "em-websocket" "i18n" "jekyll-sass-converter" "jekyll-watch" "kramdown" "liquid" "mercenary" "pathutil" "rouge" "safe_yaml"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1w36kbn1ijbqfn33xbx14rpzr6adgiw2ip5g95jrzi1nh3qraan2"; type = "gem"; }; version = "3.9.5"; }; jekyll-archives = { dependencies = ["jekyll"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0c2rks7xf6ajp18h4f4wmmbqm5ljprv70bqcz2sabi17zncmz9n0"; type = "gem"; }; version = "2.2.1"; }; jekyll-avatar = { dependencies = ["jekyll"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0jzxmfcljfvjz21wls2w5mr2m5qp0mq9c80j009s4m6yq9vn4wza"; type = "gem"; }; version = "0.8.0"; }; jekyll-coffeescript = { dependencies = ["coffee-script" "coffee-script-source"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "040i6cyv20qmxlpm74kh5hfci8208ja4903yxdv4x0qs0z172kl9"; type = "gem"; }; version = "1.2.2"; }; jekyll-commonmark = { dependencies = ["commonmarker"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0i281yiwqiim6jzh7b8hgg8zifs5mn1qz1z6f4109kh9zrcfcc8p"; type = "gem"; }; version = "1.4.0"; }; jekyll-commonmark-ghpages = { dependencies = ["commonmarker" "jekyll" "jekyll-commonmark" "rouge"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1zps7bb9kc4qf32b9y9h47z08wpsziklg0jnhcrcz2wxn09fijgd"; type = "gem"; }; version = "0.4.0"; }; jekyll-default-layout = { dependencies = ["jekyll"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1br08grgv7h36jhlvzfaa3ikp1zz4b6s57ak4fhzrsjx997bw9n6"; type = "gem"; }; version = "0.1.5"; }; jekyll-favicon = { dependencies = ["jekyll" "mini_magick" "rexml"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0dyksm4i11n0qshd7wh6dvk8d0fc70dd32ir2dxs6igxq0gd6hi1"; type = "gem"; }; version = "1.1.0"; }; jekyll-feed = { dependencies = ["jekyll"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1hzwmjrxi57x68i7jx5rxi8qlcbqcbg3di55wywrp53pr0bap6k8"; type = "gem"; }; version = "0.17.0"; }; jekyll-gist = { dependencies = ["octokit"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "03wz9j6yq3552nzf4g71qrdm9pfdgbm68abml9sjjgiaan1n8ns9"; type = "gem"; }; version = "1.5.0"; }; jekyll-github-metadata = { dependencies = ["jekyll" "octokit"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0k2vnq6ns0x3iwnp8pw9lbxds924wmqswzy0gd57f95gpn49kwjc"; type = "gem"; }; version = "2.16.1"; }; jekyll-include-cache = { dependencies = ["jekyll"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "01d2l6qrmjc42664ns83cv36jbvalcxqbkmj5i22fakka7jvkm67"; type = "gem"; }; version = "0.2.1"; }; jekyll-mentions = { dependencies = ["html-pipeline" "jekyll"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1n8y67plydfmay3jn865igvgb3h6s2crk8kq7ydk3wmn9h103s1r"; type = "gem"; }; version = "1.6.0"; }; jekyll-optional-front-matter = { dependencies = ["jekyll"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "06vnxcmgkxm5nvrpv89qq0afjlxmadv63nh4ryglcwhlf4fhdp7c"; type = "gem"; }; version = "0.3.2"; }; jekyll-paginate = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0r7bcs8fq98zldih4787zk5i9w24nz5wa26m84ssja95n3sas2l8"; type = "gem"; }; version = "1.1.0"; }; jekyll-readme-index = { dependencies = ["jekyll"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0chybr1zgnrmc7zf6psszcqnlrcy2jar8h77kci51lxj8vgc8k6p"; type = "gem"; }; version = "0.3.0"; }; jekyll-redirect-from = { dependencies = ["jekyll"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1nz6kd6qsa160lmjmls4zgx7fwcpp8ac07mpzy80z6zgd7jwldb6"; type = "gem"; }; version = "0.16.0"; }; jekyll-relative-links = { dependencies = ["jekyll"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0vfx90ajxyj24lz406k3pqknlbzy8nqs7wpz0in4ps9rggsh24yi"; type = "gem"; }; version = "0.6.1"; }; jekyll-remote-theme = { dependencies = ["addressable" "jekyll" "jekyll-sass-converter" "rubyzip"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0h2bwl42dig0282366kpxazxb8xafnppnd4yvq2dzcsg90kfgzfk"; type = "gem"; }; version = "0.4.3"; }; jekyll-sass-converter = { dependencies = ["sass"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "008ikh5fk0n6ri54mylcl8jn0mq8p2nfyfqif2q3pp0lwilkcxsk"; type = "gem"; }; version = "1.5.2"; }; jekyll-seo-tag = { dependencies = ["jekyll"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0638mqhqynghnlnaz0xi1kvnv53wkggaq94flfzlxwandn8x2biz"; type = "gem"; }; version = "2.8.0"; }; jekyll-sitemap = { dependencies = ["jekyll"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0622rwsn5i0m5xcyzdn86l68wgydqwji03lqixdfm1f1xdfqrq0d"; type = "gem"; }; version = "1.4.0"; }; jekyll-spaceship = { dependencies = ["gemoji" "jekyll" "nokogiri" "rainbow"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "142bp48vq9aqwpqig54anbv7ncwqv1h78mbqhckmnx0glnqlkyzh"; type = "gem"; }; version = "0.10.2"; }; jekyll-swiss = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "18w893f2snpbvgl80jnmq3xxsl5yi5a5qm11iy3gx0d8viasi6f2"; type = "gem"; }; version = "1.0.0"; }; jekyll-theme-architect = { dependencies = ["jekyll" "jekyll-seo-tag"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0h04zxlcdsb73qxh08xmsc36gmj95plwxr9g5zwzqd3bmbfd6xbj"; type = "gem"; }; version = "0.2.0"; }; jekyll-theme-cayman = { dependencies = ["jekyll" "jekyll-seo-tag"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0ajzhqhnj8gc5ns7i69kh69mzidvxkjs7yblrhzb13iaqzwi8prw"; type = "gem"; }; version = "0.2.0"; }; jekyll-theme-dinky = { dependencies = ["jekyll" "jekyll-seo-tag"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0z1clccf4q0g2zzhl1hfy3x2rcdjs6bzs9ab76lkmpphj5q2a2vj"; type = "gem"; }; version = "0.2.0"; }; jekyll-theme-hacker = { dependencies = ["jekyll" "jekyll-seo-tag"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "12ppp0bxffy838p4my79nppq112fazifr3cxwvhv3l6yjbwzjsw1"; type = "gem"; }; version = "0.2.0"; }; jekyll-theme-leap-day = { dependencies = ["jekyll" "jekyll-seo-tag"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1lf7bbpr2s2rir2nf07rnh2g9mjy6zidpacs3j45la70b8qah7lj"; type = "gem"; }; version = "0.2.0"; }; jekyll-theme-merlot = { dependencies = ["jekyll" "jekyll-seo-tag"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0ifmvq44vwmkp6sb79ys8lx5w24gn3dhdr32bg562da2c8dv5wnb"; type = "gem"; }; version = "0.2.0"; }; jekyll-theme-midnight = { dependencies = ["jekyll" "jekyll-seo-tag"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1plindxr5vrk98frzxbnkashgnqs86xkg26rjmhgz0qf6mkz77q0"; type = "gem"; }; version = "0.2.0"; }; jekyll-theme-minimal = { dependencies = ["jekyll" "jekyll-seo-tag"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "10idwpbqjqfc5i895ijf74ac79lccxpz30bvwp4x4fjp6l6229d2"; type = "gem"; }; version = "0.2.0"; }; jekyll-theme-modernist = { dependencies = ["jekyll" "jekyll-seo-tag"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1kzvdnk1vw8y6x8gy340mhnxipxh9p1h1h20br68clyxbsy7brsb"; type = "gem"; }; version = "0.2.0"; }; jekyll-theme-primer = { dependencies = ["jekyll" "jekyll-github-metadata" "jekyll-seo-tag"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1cq7lfwa3xs8hkx3cmv2ics7cr4r2azv66m0gfav0zi1k0kjh9yf"; type = "gem"; }; version = "0.6.0"; }; jekyll-theme-slate = { dependencies = ["jekyll" "jekyll-seo-tag"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0f9l7kaafab2cphkx8gh4b12d8zzbg2ig7x2qzxvxfqjwyfr0h2y"; type = "gem"; }; version = "0.2.0"; }; jekyll-theme-tactile = { dependencies = ["jekyll" "jekyll-seo-tag"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0li64hnjp4qw7fwsdx0767z7mwxn3kri6sqlg9fkicnmmr41p1mp"; type = "gem"; }; version = "0.2.0"; }; jekyll-theme-time-machine = { dependencies = ["jekyll" "jekyll-seo-tag"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1qjgsw2n3zny345h540n6rm9600mad7rs33qf6k4rhngxjkr0d5w"; type = "gem"; }; version = "0.2.0"; }; jekyll-titles-from-headings = { dependencies = ["jekyll"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "10c4sa3gwyidmkcs8h6223lmqpw3h09mn7w8hxfppsk1wda6fdkp"; type = "gem"; }; version = "0.5.3"; }; jekyll-watch = { dependencies = ["listen"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1qd7hy1kl87fl7l0frw5qbn22x7ayfzlv9a5ca1m59g0ym1ysi5w"; type = "gem"; }; version = "2.2.1"; }; jekyll-webmention_io = { dependencies = ["activesupport" "htmlbeautifier" "jekyll" "json" "jsonpath" "openssl" "uglifier" "webmention"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0kkxvr1gfbmfbhy13syq4pqwmfqwhnbfcwjiqrwahf99gfcj5izh"; type = "gem"; }; version = "4.0.0"; }; jemoji = { dependencies = ["gemoji" "html-pipeline" "jekyll"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0z4yabsvqdb8x1rr60yyzbaf950cyzv984n3jwwvgcmv5j73wk2x"; type = "gem"; }; version = "0.13.0"; }; jmespath = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1cdw9vw2qly7q7r41s7phnac264rbsdqgj4l0h4nqgbjb157g393"; type = "gem"; }; version = "1.6.2"; }; json = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0r9jmjhg2ly3l736flk7r2al47b5c8cayh0gqkq0yhjqzc9a6zhq"; type = "gem"; }; version = "2.7.1"; }; json_pure = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "09w7f7xlcas9irlaavhz0rnh17cjvjmmqm07drgghx5gwjcrar31"; type = "gem"; }; version = "2.7.1"; }; jsonpath = { dependencies = ["multi_json"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0xxklfvmwz8z6l08704x65gnq6r8r1pb9qk125qjbndnb1zz6fsp"; type = "gem"; }; version = "1.0.7"; }; jwt = { dependencies = ["base64"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "02m3vza49pb9dirwpn8vmzbcypi3fc6l3a9dh253jwm1121g7ajb"; type = "gem"; }; version = "2.8.1"; }; kdl = { dependencies = ["base64" "bigdecimal" "simpleidn"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "02kpqgss9psmxb1c2gzq6l5i41ykskwqiacppqdm86ky0f88j6cb"; type = "gem"; }; version = "1.0.4"; }; keystone-engine = { dependencies = ["ffi"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0waz2bj1dsl63416k1n0vvrwva425rm94gsza7ci49mm1wjdabh2"; type = "gem"; }; version = "0.9.0"; }; kramdown = { dependencies = ["rexml"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1ic14hdcqxn821dvzki99zhmcy130yhv5fqfffkcf87asv5mnbmn"; type = "gem"; }; version = "2.4.0"; }; kramdown-parser-gfm = { dependencies = ["kramdown"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0a8pb3v951f4x7h968rqfsa19c8arz21zw1vaj42jza22rap8fgv"; type = "gem"; }; version = "1.1.0"; }; kramdown-rfc2629 = { dependencies = ["certified" "differ" "json_pure" "kramdown" "kramdown-parser-gfm" "net-http-persistent" "unicode-blocks" "unicode-name" "unicode-scripts"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "00sms1hsjsw3w9a7z4qn3sl1dhkjg9wfnfmjbxk6n5glz7ymfwnj"; type = "gem"; }; version = "1.7.8"; }; language_server-protocol = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0gvb1j8xsqxms9mww01rmdl78zkd72zgxaap56bhv8j45z05hp1x"; type = "gem"; }; version = "3.17.0.3"; }; libv8 = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0kd4d5x9sxsbpbsk4xp66rxbmj2x3iglwirqws56wp7dzf7cd978"; type = "gem"; }; version = "8.4.255.0.1"; }; libxml-ruby = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1pib5bfwg684f1sczrhf3lzk9hb24dhsw5cmlnxm4rq66sx0slss"; type = "gem"; }; version = "5.0.3"; }; link-header-parser = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1bm32imabc12rjjw8ysca55c99flcsichynfflphxy8gda07dj9x"; type = "gem"; }; version = "5.1.1"; }; liquid = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1czxv2i1gv3k7hxnrgfjb0z8khz74l4pmfwd70c7kr25l2qypksg"; type = "gem"; }; version = "4.0.4"; }; listen = { dependencies = ["rb-fsevent" "rb-inotify"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "13rgkfar8pp31z1aamxf5y7cfq88wv6rxxcwy7cmm177qq508ycn"; type = "gem"; }; version = "3.8.0"; }; llhttp-ffi = { dependencies = ["ffi-compiler" "rake"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1yph78m8w8l6i9833fc7shy5krk4mnqjc7ys0bg9kgxw8jnl0vs9"; type = "gem"; }; version = "0.5.0"; }; loofah = { dependencies = ["crass" "nokogiri"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1zkjqf37v2d7s11176cb35cl83wls5gm3adnfkn2zcc61h3nxmqh"; type = "gem"; }; version = "2.22.0"; }; mab = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0manxbilpx0hdi19lhdsr4ncvbzgmwh279b64j8w60dg0p0i4b4j"; type = "gem"; }; version = "0.0.3"; }; magic = { dependencies = ["ffi"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "18vkdq2748wxg0kr923fbhx92wikh2dwv2hp8xind57qs7gn26pr"; type = "gem"; }; version = "0.2.9"; }; mail = { dependencies = ["mini_mime" "net-imap" "net-pop" "net-smtp"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1bf9pysw1jfgynv692hhaycfxa8ckay1gjw5hz3madrbrynryfzc"; type = "gem"; }; version = "2.8.1"; }; marcel = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "190n2mk8m1l708kr88fh6mip9sdsh339d2s6sgrik3sbnvz4jmhd"; type = "gem"; }; version = "1.0.4"; }; markaby = { dependencies = ["builder"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0da76p1gvfabm49a0g0pppxgcdackw8f3qhljalqykd4d5mb828j"; type = "gem"; }; version = "0.9.3"; }; matrix = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1h2cgkpzkh3dd0flnnwfq6f3nl2b1zff9lvqz8xs853ssv5kq23i"; type = "gem"; }; version = "0.4.2"; }; mercenary = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "10la0xw82dh5mqab8bl0dk21zld63cqxb1g16fk8cb39ylc4n21a"; type = "gem"; }; version = "0.3.6"; }; method_source = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1pnyh44qycnf9mzi1j6fywd5fkskv3x7nmsqrrws0rjn5dd4ayfp"; type = "gem"; }; version = "1.0.0"; }; mime-types = { dependencies = ["mime-types-data"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1r64z0m5zrn4k37wabfnv43wa6yivgdfk6cf2rpmmirlz889yaf1"; type = "gem"; }; version = "3.5.2"; }; mime-types-data = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "00x7w5xqsj9m33v3vkmy23wipkkysafksib53ypzn27p5g81w455"; type = "gem"; }; version = "3.2024.0305"; }; mini_magick = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0slh78f9z6n0l1i2km7m48yz7l4fjrk88sj1f4mh1wb39sl2yc37"; type = "gem"; }; version = "4.12.0"; }; mini_mime = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1vycif7pjzkr29mfk4dlqv3disc5dn0va04lkwajlpr1wkibg0c6"; type = "gem"; }; version = "1.1.5"; }; mini_portile2 = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1kl9c3kdchjabrihdqfmcplk3lq4cw1rr9f378y6q22qwy5dndvs"; type = "gem"; }; version = "2.8.5"; }; minima = { dependencies = ["jekyll" "jekyll-feed" "jekyll-seo-tag"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1gk7jmriiswda1ykjzpsw9cpiya4m9n0yrh0h6xnrc8zcfy543jj"; type = "gem"; }; version = "2.5.1"; }; minitest = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "07lq26b86giy3ha3fhrywk9r1ajhc2pm2mzj657jnpnbj1i6g17a"; type = "gem"; }; version = "5.22.3"; }; msgpack = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1a5adcb7bwan09mqhj3wi9ib52hmdzmqg7q08pggn3adibyn5asr"; type = "gem"; }; version = "1.7.2"; }; multi_json = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0pb1g1y3dsiahavspyzkdy39j4q377009f6ix0bh1ag4nqw43l0z"; type = "gem"; }; version = "1.15.0"; }; mustermann = { dependencies = ["ruby2_keywords"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0rwbq20s2gdh8dljjsgj5s6wqqfmnbclhvv2c2608brv7jm6jdbd"; type = "gem"; }; version = "3.0.0"; }; mutex_m = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1ma093ayps1m92q845hmpk0dmadicvifkbf05rpq9pifhin0rvxn"; type = "gem"; }; version = "0.2.0"; }; mysql2 = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0cysv1wdfdbizwkd0d9s16s832khdwv31pgp01mw2g3bbpa4gx3h"; type = "gem"; }; version = "0.5.6"; }; nap = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0xm5xssxk5s03wjarpipfm39qmgxsalb46v1prsis14x1xk935ll"; type = "gem"; }; version = "1.1.0"; }; native-package-installer = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0bvr9q7qwbmg9jfg85r1i5l7d0yxlgp0l2jg62j921vm49mipd7v"; type = "gem"; }; version = "1.1.9"; }; ncursesw = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1nc14wls1yiigz593vw7580hb99lf4n485axapiz6sqpg1jnlhcr"; type = "gem"; }; version = "1.4.10"; }; net-http = { dependencies = ["uri"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "10n2n9aq00ih8v881af88l1zyrqgs5cl3njdw8argjwbl5ggqvm9"; type = "gem"; }; version = "0.4.1"; }; net-http-persistent = { dependencies = ["connection_pool"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0i1as2lgnw7b4jid0gw5glv5hnxz36nmfsbr9rmxbcap72ijgy03"; type = "gem"; }; version = "4.0.2"; }; net-imap = { dependencies = ["date" "net-protocol"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0zn7j2w0hc622ig0rslk4iy6yp3937dy9ibhyr1mwwx39n7paxaj"; type = "gem"; }; version = "0.4.10"; }; net-pop = { dependencies = ["net-protocol"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1wyz41jd4zpjn0v1xsf9j778qx1vfrl24yc20cpmph8k42c4x2w4"; type = "gem"; }; version = "0.1.2"; }; net-protocol = { dependencies = ["timeout"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1a32l4x73hz200cm587bc29q8q9az278syw3x6fkc9d1lv5y0wxa"; type = "gem"; }; version = "0.2.2"; }; net-scp = { dependencies = ["net-ssh"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1si2nq9l6jy5n2zw1q59a5gaji7v9vhy8qx08h4fg368906ysbdk"; type = "gem"; }; version = "4.0.0"; }; net-smtp = { dependencies = ["net-protocol"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0csspzqrg7s2v2wdp6vqqs1rra6w5ilpgnps5h52ig6rp7x2i389"; type = "gem"; }; version = "0.4.0.1"; }; net-ssh = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1i01340c4i144vvn3x54lc2rb77ch829qipl1rh6rqwm3yxzml9w"; type = "gem"; }; version = "7.2.1"; }; netrc = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0gzfmcywp1da8nzfqsql2zqi648mfnx6qwkig3cv36n9m0yy676y"; type = "gem"; }; version = "0.11.0"; }; nio4r = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0xkjz56qc7hl7zy7i7bhiyw5pl85wwjsa4p70rj6s958xj2sd1lm"; type = "gem"; }; version = "2.7.0"; }; nokogiri = { dependencies = ["mini_portile2" "racc"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "173zavvxlwyi48lfskk48wcrdbkvjlhjhvy4jpcrfx72rpjjx4k8"; type = "gem"; }; version = "1.16.2"; }; observer = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1b2h1642jy1xrgyakyzz6bkq43gwp8yvxrs8sww12rms65qi18yq"; type = "gem"; }; version = "0.1.2"; }; octokit = { dependencies = ["faraday" "sawyer"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "15lvy06h276jryxg19258b2yqaykf0567sp0n16yipywhbp94860"; type = "gem"; }; version = "4.25.1"; }; og-corefoundation = { dependencies = ["ffi"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0xmz13rb92xy55askn5f3kkmz14qwyyhkdsikk2gd1ydicnaqkh8"; type = "gem"; }; version = "0.2.3"; }; one_gadget = { dependencies = ["elftools"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0v079xkzzr1bjff5z2wlzs0k11nk4b04kgy1p63lwhbl12jl7qz1"; type = "gem"; }; version = "1.7.4"; }; openssl = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "054d6ybgjdzxw567m7rbnd46yp6gkdbc5ihr536vxd3p15vbhjrw"; type = "gem"; }; version = "3.2.0"; }; optimist = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1vg2chy1cfmdj6c1gryl8zvjhhmb3plwgyh1jfnpq4fnfqv7asrk"; type = "gem"; }; version = "3.0.1"; }; opus-ruby = { dependencies = ["ffi"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0lyf2a8f1w1jk0qrl8h0gsydfalbh19g5k2c6xlq8j1sfzb0ij4d"; type = "gem"; }; version = "1.0.1"; }; ovirt-engine-sdk = { dependencies = ["json"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1vmacvx9q8iwnfbmybi7wlrvz0z47l8j5vgh3cm4pnsb35k95dsa"; type = "gem"; }; version = "4.6.0"; }; pandocomatic = { dependencies = ["optimist" "paru"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "04gq05mgy3v8gac0dk8ldr59865vbjhkzna51w8wh900512lakyq"; type = "gem"; }; version = "1.1.2"; }; pango = { dependencies = ["cairo-gobject" "gobject-introspection"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1lpl4klg2f1rq8rpsgkmjndkpf4zh2b8jjwryi8s3s5w9lb3314y"; type = "gem"; }; version = "4.2.1"; }; parallel = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "15wkxrg1sj3n1h2g8jcrn7gcapwcgxr659ypjf75z1ipkgxqxwsv"; type = "gem"; }; version = "1.24.0"; }; parser = { dependencies = ["ast" "racc"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "11r6kp8wam0nkfvnwyc1fmvky102r1vcfr84vi2p1a2wa0z32j3p"; type = "gem"; }; version = "3.3.0.5"; }; paru = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "10jiv4c28bdvp4r98s042ilzks8wx36qw5a4byragwa1fzwy87va"; type = "gem"; }; version = "1.2.0"; }; pastel = { dependencies = ["tty-color"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0xash2gj08dfjvq4hy6l1z22s5v30fhizwgs10d6nviggpxsj7a8"; type = "gem"; }; version = "0.8.0"; }; pathutil = { dependencies = ["forwardable-extended"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "12fm93ljw9fbxmv2krki5k5wkvr7560qy8p4spvb9jiiaqv78fz4"; type = "gem"; }; version = "0.16.2"; }; patron = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0523gddx88zql2mq6655k60gy2ac8vybpzkcf90lmd9nx7wl3fi9"; type = "gem"; }; version = "0.13.3"; }; pcaprub = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0886fcc5bi0kc0rbma5fj3wa3hbg2nl7ivnbi2j995yzg36zq7xy"; type = "gem"; }; version = "0.13.1"; }; pg = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "071b55bhsz7mivlnp2kv0a11msnl7xg5awvk8mlflpl270javhsb"; type = "gem"; }; version = "1.5.6"; }; pkg-config = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "04wi7n51w42v9s958gfmxwkg5iikq25whacyflpi307517ymlaya"; type = "gem"; }; version = "1.5.6"; }; polyglot = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1bqnxwyip623d8pr29rg6m8r0hdg08fpr2yb74f46rn1wgsnxmjr"; type = "gem"; }; version = "0.3.5"; }; prettier = { dependencies = ["syntax_tree" "syntax_tree-haml" "syntax_tree-rbs"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1iavhgs7iahjz28sks5kkml9gr43fx5rpq5l0ql81pkmfv3i0cbi"; type = "gem"; }; version = "4.0.4"; }; prettier_print = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1ybgks9862zmlx71zd4j20ky86fsrp6j6m0az4hzzb1zyaskha57"; type = "gem"; }; version = "1.2.1"; }; prism = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0pgxgng905jbhp0pr54w4w2pr4nqcq80ijj48204bj4x4nigj8ji"; type = "gem"; }; version = "0.24.0"; }; pry = { dependencies = ["coderay" "method_source"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0k9kqkd9nps1w1r1rb7wjr31hqzkka2bhi8b518x78dcxppm9zn4"; type = "gem"; }; version = "0.14.2"; }; pry-byebug = { dependencies = ["byebug" "pry"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1y41al94ks07166qbp2200yzyr5y60hm7xaiw4lxpgsm4b1pbyf8"; type = "gem"; }; version = "3.10.1"; }; pry-doc = { dependencies = ["pry" "yard"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0xgsr1agv754709fb7x11zn07skmbwlds88sa5s57d7x1apswmkd"; type = "gem"; }; version = "1.5.0"; }; psych = { dependencies = ["stringio"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0s5383m6004q76xm3lb732bp4sjzb6mxb6rbgn129gy2izsj4wrk"; type = "gem"; }; version = "5.1.2"; }; public_suffix = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1bni4qjrsh2q49pnmmd6if4iv3ak36bd2cckrs6npl111n769k9m"; type = "gem"; }; version = "5.0.4"; }; puma = { dependencies = ["nio4r"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0i2vaww6qcazj0ywva1plmjnj6rk23b01szswc5jhcq7s2cikd1y"; type = "gem"; }; version = "6.4.2"; }; pwntools = { dependencies = ["crabstone" "dentaku" "elftools" "keystone-engine" "method_source" "one_gadget" "rainbow" "ruby2ruby" "rubyserial"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0pxc3lcgnywglv0skzj1r8i4p8mwcj27hlwzwqf8sj2mn3iqyjnd"; type = "gem"; }; version = "1.2.1"; }; racc = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "01b9662zd2x9bp4rdjfid07h09zxj7kvn7f5fghbqhzc625ap1dp"; type = "gem"; }; version = "1.7.3"; }; rack = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1m76b32zh6mgql7mzfx36rijnygjl2nzkdj909mn87isfgzdf9jl"; type = "gem"; }; version = "3.0.9.1"; }; rack-protection = { dependencies = ["base64" "rack"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1xmvcxgm1jq92hqxm119gfk95wzl0d46nb2c2c6qqsm4ra2n3nyh"; type = "gem"; }; version = "4.0.0"; }; rack-session = { dependencies = ["rack"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "10afdpmy9kh0qva96slcyc59j4gkk9av8ilh58cnj0qq7q3b416v"; type = "gem"; }; version = "2.0.0"; }; rack-test = { dependencies = ["rack"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1ysx29gk9k14a14zsp5a8czys140wacvp91fja8xcja0j1hzqq8c"; type = "gem"; }; version = "2.1.0"; }; rackup = { dependencies = ["rack" "webrick"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0kbcka30g681cqasw47pq93fxjscq7yvs5zf8lp3740rb158ijvf"; type = "gem"; }; version = "2.1.0"; }; rails = { dependencies = ["actioncable" "actionmailbox" "actionmailer" "actionpack" "actiontext" "actionview" "activejob" "activemodel" "activerecord" "activestorage" "activesupport" "railties"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "185zq5r9g56sfks852992bm0xf2vm9569jyiz5jyww3vx1jply1d"; type = "gem"; }; version = "7.1.3.2"; }; rails-dom-testing = { dependencies = ["activesupport" "minitest" "nokogiri"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0fx9dx1ag0s1lr6lfr34lbx5i1bvn3bhyf3w3mx6h7yz90p725g5"; type = "gem"; }; version = "2.2.0"; }; rails-html-sanitizer = { dependencies = ["loofah" "nokogiri"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1pm4z853nyz1bhhqr7fzl44alnx4bjachcr6rh6qjj375sfz3sc6"; type = "gem"; }; version = "1.6.0"; }; railties = { dependencies = ["actionpack" "activesupport" "irb" "rackup" "rake" "thor" "zeitwerk"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0435sfvhhrd4b2ic9b4c2df3i1snryidx7ry9km4805rpxfdbz2r"; type = "gem"; }; version = "7.1.3.2"; }; rainbow = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0smwg4mii0fm38pyb5fddbmrdpifwv22zv3d3px2xx497am93503"; type = "gem"; }; version = "3.1.1"; }; rake = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1ilr853hawi09626axx0mps4rkkmxcs54mapz9jnqvpnlwd3wsmy"; type = "gem"; }; version = "13.1.0"; }; rb-fsevent = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1zmf31rnpm8553lqwibvv3kkx0v7majm1f341xbxc0bk5sbhp423"; type = "gem"; }; version = "0.11.2"; }; rb-inotify = { dependencies = ["ffi"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1jm76h8f8hji38z3ggf4bzi8vps6p7sagxn3ab57qc0xyga64005"; type = "gem"; }; version = "0.10.1"; }; rb-readline = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "14w79a121czmvk1s953qfzww30mqjb2zc0k9qhi0ivxxk3hxg6wy"; type = "gem"; }; version = "0.5.5"; }; rbnacl = { dependencies = ["ffi"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0y8yzianlkc9w6sbqy8iy8l0yym0y6x7p5rjflkfixq76fqmhvzk"; type = "gem"; }; version = "7.1.1"; }; rbs = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0dgj5n7rj83981fvrhswfwsh88x42p7r00nvd80hkxmdcjvda2h6"; type = "gem"; }; version = "2.8.4"; }; rchardet = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1isj1b3ywgg2m1vdlnr41lpvpm3dbyarf1lla4dfibfmad9csfk9"; type = "gem"; }; version = "1.8.0"; }; rdoc = { dependencies = ["psych"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "14wnrpd1kl43ynk1wwwgv9avsw84d1lrvlfyrjy3d4h7h7ndnqzp"; type = "gem"; }; version = "6.6.2"; }; re2 = { dependencies = ["mini_portile2"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1lx4wsrk7gd6733sjgrkwmj1x9jalnbfppawqfk0ljnw95c0557c"; type = "gem"; }; version = "2.9.0"; }; red-colors = { dependencies = ["json" "matrix"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "16lj0h6gzmc07xp5rhq5b7c1carajjzmyr27m96c99icg2hfnmi3"; type = "gem"; }; version = "0.4.0"; }; redcarpet = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1sg9sbf9pm91l7lac7fs4silabyn0vflxwaa2x3lrzsm0ff8ilca"; type = "gem"; }; version = "3.6.0"; }; redis = { dependencies = ["redis-client"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1yv9z3cch7aay3rs2iildk7jnvhijhwyyxvcn2nfdn6yp9vn7kxz"; type = "gem"; }; version = "5.1.0"; }; redis-client = { dependencies = ["connection_pool"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1swaj27qiix9r92hcvjxf6fzd817i7lfgfg2r50ifs41407rzhq3"; type = "gem"; }; version = "0.21.0"; }; redis-rack = { dependencies = ["rack-session" "redis-store"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "10438w0y1jbgr205zndvmz6md0mrqazh2j9fr88lvb8hms10pddb"; type = "gem"; }; version = "3.0.0"; }; redis-store = { dependencies = ["redis"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "17mhr1g3lmacrgjndbmrklngy32g55165n53111q70kykx7qjn7j"; type = "gem"; }; version = "1.10.0"; }; regexp_parser = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1ndxm0xnv27p4gv6xynk6q41irckj76q1jsqpysd9h6f86hhp841"; type = "gem"; }; version = "2.9.0"; }; reline = { dependencies = ["io-console"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1zx7sdh11p4z77c3f9ka6f065mgl6xwbamnsq4rrgwk310qhn41n"; type = "gem"; }; version = "0.4.3"; }; rest-client = { dependencies = ["http-accept" "http-cookie" "mime-types" "netrc"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1qs74yzl58agzx9dgjhcpgmzfn61fqkk33k1js2y5yhlvc5l19im"; type = "gem"; }; version = "2.1.0"; }; reverse_markdown = { dependencies = ["nokogiri"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0087vhw5ik50lxvddicns01clkx800fk5v5qnrvi3b42nrk6885j"; type = "gem"; }; version = "2.1.1"; }; rexml = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "05i8518ay14kjbma550mv0jm8a6di8yp5phzrd8rj44z9qnrlrp0"; type = "gem"; }; version = "3.2.6"; }; rmagick = { dependencies = ["observer" "pkg-config"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1blqchqfbvqrwn9izzqf8wzkgfw6zafyrsl2ksg1w1d9qxj0c15s"; type = "gem"; }; version = "5.4.4"; }; rouge = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1dnfkrk8xx2m8r3r9m2p5xcq57viznyc09k7r3i4jbm758i57lx3"; type = "gem"; }; version = "3.30.0"; }; rpam2 = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1zvli3s4z1hf2l7gyfickm5i3afjrnycc3ihbiax6ji6arpbyf33"; type = "gem"; }; version = "4.0.2"; }; rspec = { dependencies = ["rspec-core" "rspec-expectations" "rspec-mocks"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "14xrp8vq6i9zx37vh0yp4h9m0anx9paw200l1r5ad9fmq559346l"; type = "gem"; }; version = "3.13.0"; }; rspec-core = { dependencies = ["rspec-support"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0k252n7s80bvjvpskgfm285a3djjjqyjcarlh3aq7a4dx2s94xsm"; type = "gem"; }; version = "3.13.0"; }; rspec-expectations = { dependencies = ["diff-lcs" "rspec-support"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0bhhjzwdk96vf3gq3rs7mln80q27fhq82hda3r15byb24b34h7b2"; type = "gem"; }; version = "3.13.0"; }; rspec-mocks = { dependencies = ["diff-lcs" "rspec-support"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0rkzkcfk2x0qjr5fxw6ib4wpjy0hqbziywplnp6pg3bm2l98jnkk"; type = "gem"; }; version = "3.13.0"; }; rspec-support = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "03z7gpqz5xkw9rf53835pa8a9vgj4lic54rnix9vfwmp2m7pv1s8"; type = "gem"; }; version = "3.13.1"; }; rubocop = { dependencies = ["json" "language_server-protocol" "parallel" "parser" "rainbow" "regexp_parser" "rexml" "rubocop-ast" "ruby-progressbar" "unicode-display_width"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0daamn13fbm77rdwwa4w6j6221iq6091asivgdhk6n7g398frcdf"; type = "gem"; }; version = "1.62.1"; }; rubocop-ast = { dependencies = ["parser"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1v3q8n48w8h809rqbgzihkikr4g3xk72m1na7s97jdsmjjq6y83w"; type = "gem"; }; version = "1.31.2"; }; rubocop-performance = { dependencies = ["rubocop" "rubocop-ast"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0cf7fn4dwf45r3nhnda0dhnwn8qghswyqbfxr2ippb3z8a6gmc8v"; type = "gem"; }; version = "1.20.2"; }; ruby-graphviz = { dependencies = ["rexml"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "010m283gk4qgzxkgrldlnrglh8d5fn6zvrzm56wf5abd7x7b8aqw"; type = "gem"; }; version = "1.2.5"; }; ruby-keychain = { dependencies = ["ffi" "og-corefoundation"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1g57fr1r39bfh1r887hp87mawfg3miidagvpqyqq3l0152ya43wr"; type = "gem"; }; version = "0.4.0"; }; ruby-libvirt = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0v6vj5vs9v01zr00bflqpfczhwcyc6jdf8k2dqn42lq6d87si77d"; type = "gem"; }; version = "0.8.2"; }; ruby-lsp = { dependencies = ["language_server-protocol" "prism" "sorbet-runtime"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0scavp3jlgzbg7bh6y5rd110aak03l9zw56smazahq3lcjxgfc49"; type = "gem"; }; version = "0.14.5"; }; ruby-lxc = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "08pnghqp15fwylq6w2qh7x1ikkiq87irpy0z03n0gma4gdzzx2qa"; type = "gem"; }; version = "1.2.3"; }; ruby-progressbar = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0cwvyb7j47m7wihpfaq7rc47zwwx9k4v7iqd9s1xch5nm53rrz40"; type = "gem"; }; version = "1.13.0"; }; ruby-terminfo = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0rl4ic5pzvrpgd42z0c1s2n3j39c9znksblxxvmhkzrc0ckyg2cm"; type = "gem"; }; version = "0.1.1"; }; ruby-vips = { dependencies = ["ffi"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0yycazz91ywwwv2iz3fgjkfn1z687bl4z5jjn7cwmky507b43652"; type = "gem"; }; version = "2.2.1"; }; ruby2_keywords = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1vz322p8n39hz3b4a9gkmz9y7a5jaz41zrm2ywf31dvkqm03glgz"; type = "gem"; }; version = "0.0.5"; }; ruby2ruby = { dependencies = ["ruby_parser" "sexp_processor"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "04bz2jw3ida07mgk450l9m6xklhzbv0z4s6ak6bl7vp4rhcy41f8"; type = "gem"; }; version = "2.5.0"; }; ruby_parser = { dependencies = ["racc" "sexp_processor"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0sy5y7w89ii5iqym7b21glcwxqg8kizxfy8a7kcxq0j65wyqjhiq"; type = "gem"; }; version = "3.21.0"; }; rubyserial = { dependencies = ["ffi"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1vj5yan6srbvkf5vfp9d9b9z8wyygd0zxcy54c35yhkjl6kwd22q"; type = "gem"; }; version = "0.6.0"; }; rubyzip = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0grps9197qyxakbpw02pda59v45lfgbgiyw48i0mq9f2bn9y6mrz"; type = "gem"; }; version = "2.3.2"; }; rugged = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1sccng15h8h3mcjxfgvxy85lfpswbj0nhmzwwsqdffbzqgsb2jch"; type = "gem"; }; version = "1.7.2"; }; safe_yaml = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0j7qv63p0vqcd838i2iy2f76c3dgwzkiz1d1xkg7n0pbnxj2vb56"; type = "gem"; }; version = "1.0.5"; }; sass = { dependencies = ["sass-listen"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0p95lhs0jza5l7hqci1isflxakz83xkj97lkvxl919is0lwhv2w0"; type = "gem"; }; version = "3.7.4"; }; sass-listen = { dependencies = ["rb-fsevent" "rb-inotify"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0xw3q46cmahkgyldid5hwyiwacp590zj2vmswlll68ryvmvcp7df"; type = "gem"; }; version = "4.0.0"; }; sassc = { dependencies = ["ffi"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0gpqv48xhl8mb8qqhcifcp0pixn206a7imc07g48armklfqa4q2c"; type = "gem"; }; version = "2.4.0"; }; sawyer = { dependencies = ["addressable" "faraday"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1jks1qjbmqm8f9kvwa81vqj39avaj9wdnzc531xm29a55bb74fps"; type = "gem"; }; version = "0.9.2"; }; scrypt = { dependencies = ["ffi-compiler"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0jw2bn6mqpw2wbjpmsfz44pppwa6zmhg9lywimm684sxkmlxscbl"; type = "gem"; }; version = "3.0.7"; }; semian = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0qs5mrjsr2hs03f2c1a611qrvxsk8pqlmhymxgwccwvr6arh3iby"; type = "gem"; }; version = "0.21.3"; }; sequel = { dependencies = ["bigdecimal"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "186wldacv9zdd3bxi85lika9hz6ac09r7kp1h4cjv23436qmsjq2"; type = "gem"; }; version = "5.78.0"; }; sequel_pg = { dependencies = ["pg" "sequel"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "01j51vn47ynyhlxpgz6wj8swm3d8g1hrad1678s0sd43kh2hqxdg"; type = "gem"; }; version = "1.17.1"; }; sexp_processor = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "182x05kpdjlckh31qizws50fz7sjk86yjjfmy45z61q3f930j4ci"; type = "gem"; }; version = "4.17.1"; }; simplecov = { dependencies = ["docile" "simplecov-html" "simplecov_json_formatter"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "198kcbrjxhhzca19yrdcd6jjj9sb51aaic3b0sc3pwjghg3j49py"; type = "gem"; }; version = "0.22.0"; }; simplecov-html = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0yx01bxa8pbf9ip4hagqkp5m0mqfnwnw2xk8kjraiywz4lrss6jb"; type = "gem"; }; version = "0.12.3"; }; simplecov_json_formatter = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0a5l0733hj7sk51j81ykfmlk2vd5vaijlq9d5fn165yyx3xii52j"; type = "gem"; }; version = "0.1.4"; }; simpleidn = { dependencies = ["unf"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "06f7w6ph3bzzqk212yylfp4jfx275shgp9zg3xszbpv1ny2skp9m"; type = "gem"; }; version = "0.2.1"; }; sinatra = { dependencies = ["mustermann" "rack" "rack-protection" "rack-session" "tilt"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0za92lv4s7xhgkkm6xxf7ib0b3bsyj8drxgkrskgsb5g3mxnixjl"; type = "gem"; }; version = "4.0.0"; }; slather = { dependencies = ["clamp" "xcodeproj"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0i1h1kr5j6v8kzrcdfrjxdf1qnnrwhxl9i5vkr8wgbspp5raissq"; type = "gem"; }; version = "1.3.0"; }; slop = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1iyrjskgxyn8i1679qwkzns85p909aq77cgx2m4fs5ygzysj4hw4"; type = "gem"; }; version = "4.10.1"; }; snappy = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1ndib94d181y5gd7qg515ralb02zri91vd3q94k21fgc4r897cd4"; type = "gem"; }; version = "0.4.0"; }; snmp = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1xr7rwfk7mwxzqcgir0glmyy4j27g6yixfaswsbd2qn6r8c980qf"; type = "gem"; }; version = "1.3.2"; }; solargraph = { dependencies = ["backport" "benchmark" "diff-lcs" "e2mmap" "jaro_winkler" "kramdown" "kramdown-parser-gfm" "parser" "rbs" "reverse_markdown" "rubocop" "thor" "tilt" "yard"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0qbjgsrlrwvbywzi0shf3nmfhb52y5fmp9al9nk7c4qqwxyhz397"; type = "gem"; }; version = "0.50.0"; }; sorbet-runtime = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1xnq3zdrnwhncfxvrhvkil26dq9v1h196i54l936l36zxdhnf383"; type = "gem"; }; version = "0.5.11292"; }; sqlite3 = { dependencies = ["mini_portile2"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "137xkh8jnk3xyajvzmn2390yzs13hnb37jylr0sm02d3zrshf18n"; type = "gem"; }; version = "1.7.2"; }; stringio = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "063psvsn1aq6digpznxfranhcpmi0sdv2jhra5g0459sw0x2dxn1"; type = "gem"; }; version = "3.1.0"; }; syntax_tree = { dependencies = ["prettier_print"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0g9l9acknjr2yz8ynfxbcrwx2ws3wh96pfzdb31g66k08v1022m5"; type = "gem"; }; version = "6.2.0"; }; syntax_tree-haml = { dependencies = ["haml" "prettier_print" "syntax_tree"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0nb335cn093qnc3hyb8s4vbgn8apwz019m4dj15hz2y2gmkpdxnw"; type = "gem"; }; version = "4.0.3"; }; syntax_tree-rbs = { dependencies = ["prettier_print" "rbs" "syntax_tree"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1g9n2i99y6b5l3x3vp2nk0fss2x0b2gd1h5hynbs2y4ab35jhrsr"; type = "gem"; }; version = "1.0.0"; }; taglib-ruby = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0yvchq3j0splz70796a27hr1v6ifhyab5ddc9fl1x734nhmsy4rb"; type = "gem"; }; version = "1.1.3"; }; temple = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0fwia5hvc1xz9w7vprzjnsym3v9j5l9ggdvy70jixbvpcpz4acfz"; type = "gem"; }; version = "0.10.3"; }; terminal-table = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0hbmzfr17ji5ws5x5z3kypmb5irwwss7q7kkad0gs005ibqrxv0a"; type = "gem"; }; version = "1.6.0"; }; thor = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1vq1fjp45az9hfp6fxljhdrkv75cvbab1jfrwcw738pnsiqk8zps"; type = "gem"; }; version = "1.3.1"; }; thrift = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "17cwh2ivvkfzv7m0m3rpyagwqz20mcincvjvz7cg3g21xzannqys"; type = "gem"; }; version = "0.19.0"; }; tilt = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0p3l7v619hwfi781l3r7ypyv1l8hivp09r18kmkn6g11c4yr1pc2"; type = "gem"; }; version = "2.3.0"; }; timeout = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "16mvvsmx90023wrhf8dxc1lpqh0m8alk65shb7xcya6a9gflw7vg"; type = "gem"; }; version = "0.4.1"; }; tiny_tds = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1nva5glid3mpwqk0siws74r6qfv89n0amw9ffzwnwlm12cd4ahdm"; type = "gem"; }; version = "2.1.7"; }; treetop = { dependencies = ["polyglot"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0adc8qblz8ii668r3rksjx83p675iryh52rvdvysimx2hkbasj7d"; type = "gem"; }; version = "1.6.12"; }; tty-color = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0aik4kmhwwrmkysha7qibi2nyzb4c8kp42bd5vxnf8sf7b53g73g"; type = "gem"; }; version = "0.6.0"; }; tty-command = { dependencies = ["pastel"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "14hi8xiahfrrnydw6g3i30lxvvz90wp4xsrlhx8mabckrcglfv0c"; type = "gem"; }; version = "0.10.1"; }; tty-option = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "019ir4bcr8fag7dmq7ph6ilpvwjbv4qalip0bz7dlddbd6fk4vjs"; type = "gem"; }; version = "0.3.0"; }; typhoeus = { dependencies = ["ethon"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0z7gamf6s83wy0yqms3bi4srirn3fc0lc7n65lqanidxcj1xn5qw"; type = "gem"; }; version = "1.4.1"; }; tzinfo = { dependencies = ["concurrent-ruby"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "16w2g84dzaf3z13gxyzlzbf748kylk5bdgg3n1ipvkvvqy685bwd"; type = "gem"; }; version = "2.0.6"; }; uglifier = { dependencies = ["execjs"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0wgh7bzy68vhv9v68061519dd8samcy8sazzz0w3k8kqpy3g4s5f"; type = "gem"; }; version = "4.2.0"; }; unf = { dependencies = ["unf_ext"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0bh2cf73i2ffh4fcpdn9ir4mhq8zi50ik0zqa1braahzadx536a9"; type = "gem"; }; version = "0.1.4"; }; unf_ext = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1sf6bxvf6x8gihv6j63iakixmdddgls58cpxpg32chckb2l18qcj"; type = "gem"; }; version = "0.0.9.1"; }; unicode-blocks = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0zf98czws958zyniwb0wvcxifpcr850qfp4m9g6q90qpdh9c61s1"; type = "gem"; }; version = "1.9.0"; }; unicode-display_width = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1d0azx233nags5jx3fqyr23qa2rhgzbhv8pxp46dgbg1mpf82xky"; type = "gem"; }; version = "2.5.0"; }; unicode-name = { dependencies = ["unicode-types"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0177232y0di7klwy0nsixbjfs5mym334y6b3lbfczl8953ybdmg6"; type = "gem"; }; version = "1.12.0"; }; unicode-scripts = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0m2xcss5nr9q6312c4dir54537skpdmwdp5s7gxgjrsv82pzpjdr"; type = "gem"; }; version = "1.9.0"; }; unicode-types = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1wlqwz1cq4bis4r2h8ghbp5c56867a86nnzp2pxnlq48mnjnmgww"; type = "gem"; }; version = "1.9.0"; }; uri = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "094gk72ckazf495qc76gk09b5i318d5l9m7bicg2wxlrjcm3qm96"; type = "gem"; }; version = "0.13.0"; }; uuid4r = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0qlcxzn8pnql34pcdrkd20kdla3k6n2sspaxp3lwwx8a87jnzbc3"; type = "gem"; }; version = "0.2.0"; }; webmention = { dependencies = ["http" "indieweb-endpoints" "nokogiri"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1ag06gal14r3rlcv0c951w1a9wb0d04mk5pz2v0f71q9fzwxwwmi"; type = "gem"; }; version = "7.0.0"; }; webrick = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "13qm7s0gr2pmfcl7dxrmq38asaza4w0i2n9my4yzs499j731wh8r"; type = "gem"; }; version = "1.8.1"; }; websocket-driver = { dependencies = ["websocket-extensions"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1nyh873w4lvahcl8kzbjfca26656d5c6z3md4sbqg5y1gfz0157n"; type = "gem"; }; version = "0.7.6"; }; websocket-extensions = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0hc2g9qps8lmhibl5baa91b4qx8wqw872rgwagml78ydj8qacsqw"; type = "gem"; }; version = "0.1.5"; }; whois = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "109v9vgkry317v5vc3b5dwgxpp1if3q9m26mrpl6052m020q05qx"; type = "gem"; }; version = "5.1.1"; }; xcodeproj = { dependencies = ["activesupport" "claide" "colored"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "080xdnlkx8zfh2ka5jzgmj4k5jqxirfzggpjrc5q5q1mh5jamfwj"; type = "gem"; }; version = "0.28.2"; }; xctasks = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1jmxq0dv2q4qs628cykrhsm9piysjsacbq5blsf35a0fj015bw7l"; type = "gem"; }; version = "0.2.2"; }; yard = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1r0b8w58p7gy06wph1qdjv2p087hfnmhd9jk23vjdj803dn761am"; type = "gem"; }; version = "0.9.36"; }; zeitwerk = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1m67qmsak3x8ixs8rb971azl3l7wapri65pmbf5z886h46q63f1d"; type = "gem"; }; version = "2.6.13"; }; zookeeper = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1hc87pbmgc53lksa1aql61kxn9d2kjzmlhnjxa5rcn01qhm3pkvg"; type = "gem"; }; version = "1.5.5"; }; } [result] Failed to update rubyPackages.libxml-ruby 5.0.2 -> 5.0.3 https://repology.org/project/ruby:libxml-ruby/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.wai-app-static, using log file: /var/log/nixpkgs-update/haskellPackages.wai-app-static/2024-03-16.log haskellPackages.wai-app-static 3.1.8 -> 3.1.9 https://repology.org/project/haskell:wai-app-static/versions attrpath: haskellPackages.wai-app-static Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.wai-app-static 3.1.8 -> 3.1.9 https://repology.org/project/haskell:wai-app-static/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.oneclust, using log file: /var/log/nixpkgs-update/rPackages.oneclust/2024-03-16.log rPackages.oneclust 0.2.3 -> 0.3.0 https://repology.org/project/r:oneclust/versions attrpath: rPackages.oneclust 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.oneclust 0.2.3 -> 0.3.0 https://repology.org/project/r:oneclust/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libguestfs, using log file: /var/log/nixpkgs-update/libguestfs/2024-03-16.log libguestfs 1.50.1 -> 1.52.0 https://repology.org/project/libguestfs/versions attrpath: libguestfs 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/libguestfs/default.nix b/pkgs/development/libraries/libguestfs/default.nix index 0b2b4278a65a..f67b7dc74e16 100644 --- a/pkgs/development/libraries/libguestfs/default.nix +++ b/pkgs/development/libraries/libguestfs/default.nix @@ -45,11 +45,11 @@ assert appliance == null || lib.isDerivation appliance; stdenv.mkDerivation rec { pname = "libguestfs"; - version = "1.50.1"; + version = "1.52.0"; src = fetchurl { url = "https://libguestfs.org/download/${lib.versions.majorMinor version}-stable/${pname}-${version}.tar.gz"; - sha256 = "sha256-Xmhx6I+C5SHjHUQt5qELZJcCN8t5VumdEXsSO1hWWm8="; + sha256 = "sha256-L42bjrAyuYDOnEro6of0HV2QVse/ogwwqgos2GrfcNw="; }; strictDeps = true; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A libguestfs nix build failed. checking 32-bit host C ABI... no checking for ELF binary format... yes checking for the common suffixes of directories in the library search path... lib,lib,lib64 checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyPreferredLanguages... no checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking if the user specified a default backend... direct checking for dlopen in -ldl... yes checking for dlfcn.h... (cached) yes checking for libtirpc... yes checking for xdr_uint64_t... yes checking for rpcgen... no checking selinux/selinux.h usability... no checking selinux/selinux.h presence... no checking for selinux/selinux.h... no checking for setexeccon in -lselinux... no checking for libpcre2-8... yes checking for libzstd... no configure: error: Package requirements (libzstd) were not met: No package 'libzstd' 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 LIBZSTD_CFLAGS and LIBZSTD_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. [result] Failed to update libguestfs 1.50.1 -> 1.52.0 https://repology.org/project/libguestfs/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.facenet-pytorch, using log file: /var/log/nixpkgs-update/python311Packages.facenet-pytorch/2024-03-16.log python311Packages.facenet-pytorch 0 -> 1 attrpath: python311Packages.facenet-pytorch Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3mw0s8ikhqfnviyidkzs175v9bgq4wls-packages.json.drv building '/nix/store/3mw0s8ikhqfnviyidkzs175v9bgq4wls-packages.json.drv'... Going to be running update for following packages: - python3.11-facenet-pytorch-2.5.3 Press Enter key to continue... Running update for: - python3.11-facenet-pytorch-2.5.3: UPDATING ... - python3.11-facenet-pytorch-2.5.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.facenet-pytorch 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gnome-tecla, using log file: /var/log/nixpkgs-update/gnome-tecla/2024-03-16.log gnome-tecla 0 -> 1 attrpath: gnome-tecla Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gnome-tecla 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ipu6-camera-hal, using log file: /var/log/nixpkgs-update/ipu6-camera-hal/2024-03-16.log ipu6-camera-hal unstable-2023-09-25 -> 1.0.0-adlp-mr6 https://github.com/intel/ipu6-camera-hal/releases attrpath: ipu6-camera-hal Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update ipu6-camera-hal unstable-2023-09-25 -> 1.0.0-adlp-mr6 https://github.com/intel/ipu6-camera-hal/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath organicmaps, using log file: /var/log/nixpkgs-update/organicmaps/2024-03-16.log organicmaps 0 -> 1 attrpath: organicmaps Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kcxjcyjby3mm4d46cnfs06vvghdqc4yd-packages.json.drv building '/nix/store/kcxjcyjby3mm4d46cnfs06vvghdqc4yd-packages.json.drv'... Going to be running update for following packages: - organicmaps-2024.03.05-4 Press Enter key to continue... Running update for: - organicmaps-2024.03.05-4: UPDATING ... - organicmaps-2024.03.05-4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update organicmaps 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libxmlxx3, using log file: /var/log/nixpkgs-update/libxmlxx3/2024-03-16.log libxmlxx3 0 -> 1 attrpath: libxmlxx3 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/z76yj46q39p2zx8nd0qbdfl8r2yp6swr-packages.json.drv building '/nix/store/z76yj46q39p2zx8nd0qbdfl8r2yp6swr-packages.json.drv'... Going to be running update for following packages: - libxml++-3.0.1 Press Enter key to continue... Running update for: - libxml++-3.0.1: UPDATING ... - libxml++-3.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update libxmlxx3 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sshtunnel, using log file: /var/log/nixpkgs-update/python311Packages.sshtunnel/2024-03-16.log python311Packages.sshtunnel 0 -> 1 attrpath: python311Packages.sshtunnel Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9nrpcf46s3qp4nb8if2dlwibjdi28zqk-packages.json.drv building '/nix/store/9nrpcf46s3qp4nb8if2dlwibjdi28zqk-packages.json.drv'... Going to be running update for following packages: - python3.11-sshtunnel-0.4.0 Press Enter key to continue... Running update for: - python3.11-sshtunnel-0.4.0: UPDATING ... - python3.11-sshtunnel-0.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sshtunnel 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.withings-api, using log file: /var/log/nixpkgs-update/python311Packages.withings-api/2024-03-16.log python311Packages.withings-api 0 -> 1 attrpath: python311Packages.withings-api Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/j23lyvs34ywq5c3kb5k7540034fqm521-packages.json.drv building '/nix/store/j23lyvs34ywq5c3kb5k7540034fqm521-packages.json.drv'... Going to be running update for following packages: - python3.11-withings-api-2.4.0 Press Enter key to continue... Running update for: - python3.11-withings-api-2.4.0: UPDATING ... - python3.11-withings-api-2.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.withings-api 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.fritzconnection, using log file: /var/log/nixpkgs-update/python311Packages.fritzconnection/2024-03-16.log python311Packages.fritzconnection 0 -> 1 attrpath: python311Packages.fritzconnection Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1wlzwdhs085gpx5hdlz85w49vrijazr4-packages.json.drv building '/nix/store/1wlzwdhs085gpx5hdlz85w49vrijazr4-packages.json.drv'... Going to be running update for following packages: - python3.11-fritzconnection-1.13.2 Press Enter key to continue... Running update for: - python3.11-fritzconnection-1.13.2: UPDATING ... - python3.11-fritzconnection-1.13.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.fritzconnection 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.grpcio-gcp, using log file: /var/log/nixpkgs-update/python311Packages.grpcio-gcp/2024-03-16.log python311Packages.grpcio-gcp 0 -> 1 attrpath: python311Packages.grpcio-gcp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ranwsx7h23a5w42iac7ffy2l1lmmifik-packages.json.drv building '/nix/store/ranwsx7h23a5w42iac7ffy2l1lmmifik-packages.json.drv'... Going to be running update for following packages: - python3.11-grpcio-gcp-0.2.2 Press Enter key to continue... Running update for: - python3.11-grpcio-gcp-0.2.2: UPDATING ... - python3.11-grpcio-gcp-0.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.grpcio-gcp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.hfd-service, using log file: /var/log/nixpkgs-update/lomiri.hfd-service/2024-03-16.log lomiri.hfd-service 0 -> 1 attrpath: lomiri.hfd-service Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/d2yh9c8d62dyyznh4wnbb7apjxpfxjv0-packages.json.drv building '/nix/store/d2yh9c8d62dyyznh4wnbb7apjxpfxjv0-packages.json.drv'... Going to be running update for following packages: - hfd-service-0.2.2 Press Enter key to continue... Running update for: - hfd-service-0.2.2: UPDATING ... - hfd-service-0.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update lomiri.hfd-service 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pysigma-pipeline-sysmon, using log file: /var/log/nixpkgs-update/python311Packages.pysigma-pipeline-sysmon/2024-03-16.log python311Packages.pysigma-pipeline-sysmon 0 -> 1 attrpath: python311Packages.pysigma-pipeline-sysmon Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7c654jxymhnxlvdhxrqyi2q6pxhqzbha-packages.json.drv building '/nix/store/7c654jxymhnxlvdhxrqyi2q6pxhqzbha-packages.json.drv'... Going to be running update for following packages: - python3.11-pysigma-pipeline-sysmon-1.0.4 Press Enter key to continue... Running update for: - python3.11-pysigma-pipeline-sysmon-1.0.4: UPDATING ... - python3.11-pysigma-pipeline-sysmon-1.0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pysigma-pipeline-sysmon 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.prodict, using log file: /var/log/nixpkgs-update/python311Packages.prodict/2024-03-16.log python311Packages.prodict 0 -> 1 attrpath: python311Packages.prodict Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/15insjlwyy8mx8dahv4gf6xrz52sjg8v-packages.json.drv building '/nix/store/15insjlwyy8mx8dahv4gf6xrz52sjg8v-packages.json.drv'... Going to be running update for following packages: - python3.11-prodict-0.8.6 Press Enter key to continue... Running update for: - python3.11-prodict-0.8.6: UPDATING ... - python3.11-prodict-0.8.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.prodict 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.streamz, using log file: /var/log/nixpkgs-update/python311Packages.streamz/2024-03-16.log python311Packages.streamz 0 -> 1 attrpath: python311Packages.streamz Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/x2c0sqd1zxp5yrcg8z1arlbyj0zl2rly-packages.json.drv building '/nix/store/x2c0sqd1zxp5yrcg8z1arlbyj0zl2rly-packages.json.drv'... Going to be running update for following packages: - python3.11-streamz-0.6.4 Press Enter key to continue... Running update for: - python3.11-streamz-0.6.4: UPDATING ... - python3.11-streamz-0.6.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.streamz 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sdat2img, using log file: /var/log/nixpkgs-update/sdat2img/2024-03-16.log sdat2img 0 -> 1 attrpath: sdat2img Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2m61mnxk7mdmrcfzz7s516hi19hgba5l-packages.json.drv building '/nix/store/2m61mnxk7mdmrcfzz7s516hi19hgba5l-packages.json.drv'... Going to be running update for following packages: - sdat2img-unstable-2021-11-09 Press Enter key to continue... Running update for: - sdat2img-unstable-2021-11-09: UPDATING ... - sdat2img-unstable-2021-11-09: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update sdat2img 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyiqvia, using log file: /var/log/nixpkgs-update/python311Packages.pyiqvia/2024-03-16.log python311Packages.pyiqvia 0 -> 1 attrpath: python311Packages.pyiqvia Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6zk0vpf644bkdkjkyks6gvbslvz740gd-packages.json.drv building '/nix/store/6zk0vpf644bkdkjkyks6gvbslvz740gd-packages.json.drv'... Going to be running update for following packages: - python3.11-pyiqvia-2023.12.0 Press Enter key to continue... Running update for: - python3.11-pyiqvia-2023.12.0: UPDATING ... - python3.11-pyiqvia-2023.12.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyiqvia 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-wink, using log file: /var/log/nixpkgs-update/python311Packages.python-wink/2024-03-16.log python311Packages.python-wink 0 -> 1 attrpath: python311Packages.python-wink Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1307pkycxs47vsh3fyjazpy2n79i0z4m-packages.json.drv building '/nix/store/1307pkycxs47vsh3fyjazpy2n79i0z4m-packages.json.drv'... Going to be running update for following packages: - python3.11-python-wink-1.10.5 Press Enter key to continue... Running update for: - python3.11-python-wink-1.10.5: UPDATING ... - python3.11-python-wink-1.10.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-wink 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rauc, using log file: /var/log/nixpkgs-update/rauc/2024-03-16.log rauc 0 -> 1 attrpath: rauc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/88vl8vm9mr59gc5whcdyilhmi3p6nbm0-packages.json.drv building '/nix/store/88vl8vm9mr59gc5whcdyilhmi3p6nbm0-packages.json.drv'... Going to be running update for following packages: - rauc-1.11.2 Press Enter key to continue... Running update for: - rauc-1.11.2: UPDATING ... - rauc-1.11.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/misc/rauc/default.nix b/pkgs/tools/misc/rauc/default.nix index 8f244839803c..03c0fb176d79 100644 --- a/pkgs/tools/misc/rauc/default.nix +++ b/pkgs/tools/misc/rauc/default.nix @@ -17,13 +17,13 @@ stdenv.mkDerivation rec { pname = "rauc"; - version = "1.11.2"; + version = "1.11.3"; src = fetchFromGitHub { owner = pname; repo = pname; rev = "v${version}"; - sha256 = "sha256-IWfYjn8CCgYK2hna59Awr5tzWnXCtR6c1XpV5fCiSE4="; + sha256 = "sha256-sFOvkr6WbiP99GNAttK9ZmRg+O/hoUQDCnW7vq9s/vo="; }; passthru = { No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/99ypirb8g9kadndzx0a8sdd6rw7y808z-rauc-1.11.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:
  • rauc
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 rauc is: Safe and secure software updates for embedded Linux meta.homepage for rauc is: https://rauc.io ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes - [Release on GitHub](https://github.com/rauc/rauc/releases/tag/v1.11.3) - [Compare changes on GitHub](https://github.com/rauc/rauc/compare/v1.11.2...v1.11.3) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.11.3 with grep in /nix/store/99ypirb8g9kadndzx0a8sdd6rw7y808z-rauc-1.11.3 - found 1.11.3 in filename of file in /nix/store/99ypirb8g9kadndzx0a8sdd6rw7y808z-rauc-1.11.3 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath rauc ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/99ypirb8g9kadndzx0a8sdd6rw7y808z-rauc-1.11.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 rauc https://github.com/r-ryantm/nixpkgs/archive/b9beaf5e0ba30c932375bad5734cba09e5998846.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/b9beaf5e0ba30c932375bad5734cba09e5998846#rauc ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/99ypirb8g9kadndzx0a8sdd6rw7y808z-rauc-1.11.3 ls -la /nix/store/99ypirb8g9kadndzx0a8sdd6rw7y808z-rauc-1.11.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:
  • rauc
--- ###### Maintainer pings cc @Emantor 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/296378 [result] Success updating rauc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-lzo, using log file: /var/log/nixpkgs-update/python311Packages.python-lzo/2024-03-16.log python311Packages.python-lzo 0 -> 1 attrpath: python311Packages.python-lzo Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pxxvr16q3x73r47q38ihlas2d6n86296-packages.json.drv building '/nix/store/pxxvr16q3x73r47q38ihlas2d6n86296-packages.json.drv'... Going to be running update for following packages: - python3.11-python-lzo-1.16 Press Enter key to continue... Running update for: - python3.11-python-lzo-1.16: UPDATING ... - python3.11-python-lzo-1.16: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-lzo 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.consul, using log file: /var/log/nixpkgs-update/terraform-providers.consul/2024-03-16.log terraform-providers.consul 0 -> 1 attrpath: terraform-providers.consul Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.consul 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath luarocks-packages-updater, using log file: /var/log/nixpkgs-update/luarocks-packages-updater/2024-03-16.log luarocks-packages-updater 0 -> 1 attrpath: luarocks-packages-updater Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update luarocks-packages-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 python311Packages.html-text, using log file: /var/log/nixpkgs-update/python311Packages.html-text/2024-03-16.log python311Packages.html-text 0 -> 1 attrpath: python311Packages.html-text Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pgalrsrbi6q0iq5va4wcx329wzlc2ph6-packages.json.drv building '/nix/store/pgalrsrbi6q0iq5va4wcx329wzlc2ph6-packages.json.drv'... Going to be running update for following packages: - python3.11-html-text-0.5.2 Press Enter key to continue... Running update for: - python3.11-html-text-0.5.2: UPDATING ... - python3.11-html-text-0.5.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.html-text 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python-qt, using log file: /var/log/nixpkgs-update/python-qt/2024-03-16.log python-qt 3.4.2 -> 3.5.0 https://github.com/MeVisLab/pythonqt/releases attrpath: python-qt 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/python-qt/default.nix b/pkgs/development/libraries/python-qt/default.nix index d238b8137d33..1332c35a0995 100644 --- a/pkgs/development/libraries/python-qt/default.nix +++ b/pkgs/development/libraries/python-qt/default.nix @@ -4,13 +4,13 @@ stdenv.mkDerivation rec { pname = "python-qt"; - version = "3.4.2"; + version = "3.5.0"; src = fetchFromGitHub { owner = "MeVisLab"; repo = "pythonqt"; rev = "v${version}"; - hash = "sha256-xJYOD07ACOKtY3psmfHNSCjm6t0fr8JU9CrL0w5P5G0="; + hash = "sha256-Yz7w5Gs0W3ilrZXjkC+wXLCCXWTKkhCpWXbg+PshXKI="; }; # https://github.com/CsoundQt/CsoundQt/blob/develop/BUILDING.md#pythonqt [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python-qt Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . python-qt Standard output: error: … in the condition of the assert statement at /var/cache/nixpkgs-update/worker/worktree/python-qt/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/python-qt/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 ‘python-qt-3.5.0’ in /var/cache/nixpkgs-update/worker/worktree/python-qt/pkgs/development/libraries/python-qt/default.nix:46 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 python-qt 3.4.2 -> 3.5.0 https://github.com/MeVisLab/pythonqt/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.jmp, using log file: /var/log/nixpkgs-update/python311Packages.jmp/2024-03-16.log python311Packages.jmp 0 -> 1 attrpath: python311Packages.jmp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cpnigf311cgfhyjpmpw010wn3z5f9c0a-packages.json.drv building '/nix/store/cpnigf311cgfhyjpmpw010wn3z5f9c0a-packages.json.drv'... Going to be running update for following packages: - python3.11-jmp-0.0.4 Press Enter key to continue... Running update for: - python3.11-jmp-0.0.4: UPDATING ... - python3.11-jmp-0.0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.jmp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath netplan, using log file: /var/log/nixpkgs-update/netplan/2024-03-16.log netplan 0.106.1 -> 1.0 https://github.com/canonical/netplan/releases attrpath: netplan 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/admin/netplan/default.nix b/pkgs/tools/admin/netplan/default.nix index 8b6443bfd137..34ef4c5d6275 100644 --- a/pkgs/tools/admin/netplan/default.nix +++ b/pkgs/tools/admin/netplan/default.nix @@ -13,13 +13,13 @@ stdenv.mkDerivation rec { pname = "netplan"; - version = "0.106.1"; + version = "1.0"; src = fetchFromGitHub { owner = "canonical"; repo = "netplan"; rev = version; - hash = "sha256-wQ4gd9+9YU92WGRMjSiF/zLCGxhaSl8s22pH1jr+Mm0="; + hash = "sha256-Dbu98Aa+SdYrjqPwl074++FLksgdvyZonaqS8mYYfUM="; }; nativeBuildInputs = [ [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A netplan nix build failed. got build log for 'netplan' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/yg66gfh0lmr7pcbvfg3qqd73hjq51gs1-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase substitute(): ERROR: file 'netplan/libnetplan.py' does not exist /nix/store/v099hqvw5z87423p4hz1vfhzaqa07dii-stdenv-linux/setup: line 131: pop_var_context: head of shell_variables not a function context [result] Failed to update netplan 0.106.1 -> 1.0 https://github.com/canonical/netplan/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.spacy-alignments, using log file: /var/log/nixpkgs-update/python311Packages.spacy-alignments/2024-03-16.log python311Packages.spacy-alignments 0 -> 1 attrpath: python311Packages.spacy-alignments Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/yrbbbrxh0kjpkygfkfw7r5v7vmvf5h1z-packages.json.drv building '/nix/store/yrbbbrxh0kjpkygfkfw7r5v7vmvf5h1z-packages.json.drv'... Going to be running update for following packages: - python3.11-spacy-alignments-0.9.0 Press Enter key to continue... Running update for: - python3.11-spacy-alignments-0.9.0: UPDATING ... - python3.11-spacy-alignments-0.9.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.spacy-alignments 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath krop, using log file: /var/log/nixpkgs-update/krop/2024-03-16.log krop 0 -> 1 attrpath: krop Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/l6r864jcc4iq3n3jarlsaj90vv9s2y8h-packages.json.drv building '/nix/store/l6r864jcc4iq3n3jarlsaj90vv9s2y8h-packages.json.drv'... Going to be running update for following packages: - krop-0.6.0 Press Enter key to continue... Running update for: - krop-0.6.0: UPDATING ... - krop-0.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update krop 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.splinter, using log file: /var/log/nixpkgs-update/python311Packages.splinter/2024-03-16.log python311Packages.splinter 0 -> 1 attrpath: python311Packages.splinter Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/h9sps4vz8jy8l36kkb30yk9r7rlnfpvc-packages.json.drv building '/nix/store/h9sps4vz8jy8l36kkb30yk9r7rlnfpvc-packages.json.drv'... Going to be running update for following packages: - python3.11-splinter-0.21.0 Press Enter key to continue... Running update for: - python3.11-splinter-0.21.0: UPDATING ... - python3.11-splinter-0.21.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.splinter 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haxe_4_1, using log file: /var/log/nixpkgs-update/haxe_4_1/2024-03-16.log haxe_4_1 4.1.5 -> 4.3.4 https://github.com/HaxeFoundation/haxe/releases attrpath: haxe_4_1 Checking auto update branch... No auto update branch exists Version in attr path haxe_4_1 not compatible with 4.3.4 [result] Failed to update haxe_4_1 4.1.5 -> 4.3.4 https://github.com/HaxeFoundation/haxe/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ipu6ep-camera-hal, using log file: /var/log/nixpkgs-update/ipu6ep-camera-hal/2024-03-16.log ipu6ep-camera-hal unstable-2023-09-25 -> 1.0.0-adlp-mr6 https://github.com/intel/ipu6-camera-hal/releases attrpath: ipu6ep-camera-hal Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update ipu6ep-camera-hal unstable-2023-09-25 -> 1.0.0-adlp-mr6 https://github.com/intel/ipu6-camera-hal/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath biscuit-cli, using log file: /var/log/nixpkgs-update/biscuit-cli/2024-03-16.log biscuit-cli 0 -> 1 attrpath: biscuit-cli 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/2k36qac3rhwhvmzx5qkfwvbnmwafq07i-packages.json.drv building '/nix/store/2k36qac3rhwhvmzx5qkfwvbnmwafq07i-packages.json.drv'... Going to be running update for following packages: - biscuit-cli-0.4.1 Press Enter key to continue... Running update for: - biscuit-cli-0.4.1: UPDATING ... - biscuit-cli-0.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update biscuit-cli 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cassandra-driver, using log file: /var/log/nixpkgs-update/python311Packages.cassandra-driver/2024-03-16.log python311Packages.cassandra-driver 0 -> 1 attrpath: python311Packages.cassandra-driver Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ls325x3n9ljm3g5v483n0p3v602p615m-packages.json.drv building '/nix/store/ls325x3n9ljm3g5v483n0p3v602p615m-packages.json.drv'... Going to be running update for following packages: - python3.11-cassandra-driver-3.28.0 Press Enter key to continue... Running update for: - python3.11-cassandra-driver-3.28.0: UPDATING ... - python3.11-cassandra-driver-3.28.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cassandra-driver 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pritunl-client, using log file: /var/log/nixpkgs-update/pritunl-client/2024-03-16.log pritunl-client 1.3.3785.81 -> 1.3.3814.40 https://github.com/pritunl/pritunl-client-electron/releases attrpath: pritunl-client Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#pritunl-client.src --apply "p: p.vendorHash" Standard error: warning: Git tree '/var/cache/nixpkgs-update/worker/worktree/pritunl-client' 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 'vendorHash' missing at «string»:1:4: 1| p: p.vendorHash | ^ Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#pritunl-client.originalSrc --apply "p: p.vendorHash" Standard error: warning: Git tree '/var/cache/nixpkgs-update/worker/worktree/pritunl-client' is dirty error: flake 'git+file:///var/cache/nixpkgs-update/worker/worktree/pritunl-client' does not provide attribute 'packages.x86_64-linux.pritunl-client.originalSrc', 'legacyPackages.x86_64-linux.pritunl-client.originalSrc' or 'pritunl-client.originalSrc' Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#pritunl-client --apply "p: p.vendorHash" Standard error: warning: Git tree '/var/cache/nixpkgs-update/worker/worktree/pritunl-client' is dirty error: attribute 'vendorHash' missing at «string»:1:4: 1| p: p.vendorHash | ^ [result] Failed to update pritunl-client 1.3.3785.81 -> 1.3.3814.40 https://github.com/pritunl/pritunl-client-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 elixir-ls, using log file: /var/log/nixpkgs-update/elixir-ls/2024-03-16.log elixir-ls 0 -> 1 attrpath: elixir-ls 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/1xkyq0xkgbdv8i78fjxz712v3686lzxc-packages.json.drv building '/nix/store/1xkyq0xkgbdv8i78fjxz712v3686lzxc-packages.json.drv'... Going to be running update for following packages: - elixir-ls-0.19.0 Press Enter key to continue... Running update for: - elixir-ls-0.19.0: UPDATING ... - elixir-ls-0.19.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/beam-modules/elixir-ls/default.nix b/pkgs/development/beam-modules/elixir-ls/default.nix index 79945e81af25..3077d5227410 100644 --- a/pkgs/development/beam-modules/elixir-ls/default.nix +++ b/pkgs/development/beam-modules/elixir-ls/default.nix @@ -4,12 +4,12 @@ let pname = "elixir-ls"; - version = "0.19.0"; + version = "0.20.0"; src = fetchFromGitHub { owner = "elixir-lsp"; repo = "elixir-ls"; rev = "v${version}"; - hash = "sha256-pd/ZkDpzlheEJfX7X6fFWY4Y5B5Y2EnJMBtuNHPuUJw="; + hash = "sha256-LVMwDoGR516rwNhhvibu7g4EsaG2O8WOb+Ja+nCQA+k="; fetchSubmodules = true; }; in No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A elixir-ls Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . elixir-ls Standard output: error: build log of 'elixir-ls' is not available [result] Failed to update elixir-ls 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath turbovnc, using log file: /var/log/nixpkgs-update/turbovnc/2024-03-16.log turbovnc 3.1 -> 3.1.1 https://github.com/TurboVNC/turbovnc/releases attrpath: turbovnc Checking auto update branch... An auto update branch exists with message `turbovnc: 3.1 -> 3.1.1`. New version is 3.1.1. An auto update branch exists with an equal or greater version [result] Failed to update turbovnc 3.1 -> 3.1.1 https://github.com/TurboVNC/turbovnc/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath alterx, using log file: /var/log/nixpkgs-update/alterx/2024-03-16.log alterx 0.0.3 -> 0.0.4 https://github.com/projectdiscovery/alterx/releases attrpath: alterx 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-efwU41kFR8QYa2cevvj4pYAXgCisJ4OHaRIhWVnETvc=" build succeeded unexpectedlystderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'alterx.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/ccjzv4xf6xwdh2iv1x5a9cdi9l6wjyyg-alterx-0.0.4-go-modules.drv /nix/store/pnb12gycs0frmf2acx0l1464fdp1dgiv-alterx-0.0.4.drv building '/nix/store/ccjzv4xf6xwdh2iv1x5a9cdi9l6wjyyg-alterx-0.0.4-go-modules.drv'... Running phase: unpackPhase unpacking source archive /nix/store/4igzzhv90pbkzynzqx08fw51n32nam6v-source source root is source Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase Running phase: buildPhase go: updates to go.mod needed; to update it: go mod tidy error: builder for '/nix/store/ccjzv4xf6xwdh2iv1x5a9cdi9l6wjyyg-alterx-0.0.4-go-modules.drv' failed with exit code 1; last 9 log lines: > Running phase: unpackPhase > unpacking source archive /nix/store/4igzzhv90pbkzynzqx08fw51n32nam6v-source > source root is source > Running phase: patchPhase > Running phase: updateAutotoolsGnuConfigScriptsPhase > Running phase: configurePhase > Running phase: buildPhase > go: updates to go.mod needed; to update it: > go mod tidy For full logs, run 'nix log /nix/store/ccjzv4xf6xwdh2iv1x5a9cdi9l6wjyyg-alterx-0.0.4-go-modules.drv'. error: 1 dependencies of derivation '/nix/store/pnb12gycs0frmf2acx0l1464fdp1dgiv-alterx-0.0.4.drv' failed to build [result] Failed to update alterx 0.0.3 -> 0.0.4 https://github.com/projectdiscovery/alterx/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.check-manifest, using log file: /var/log/nixpkgs-update/python311Packages.check-manifest/2024-03-16.log python311Packages.check-manifest 0 -> 1 attrpath: python311Packages.check-manifest Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qschlb0b8zf0fp1shhbqjh710wnp3kpj-packages.json.drv building '/nix/store/qschlb0b8zf0fp1shhbqjh710wnp3kpj-packages.json.drv'... Going to be running update for following packages: - python3.11-check-manifest-0.49 Press Enter key to continue... Running update for: - python3.11-check-manifest-0.49: UPDATING ... - python3.11-check-manifest-0.49: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.check-manifest 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.botorch, using log file: /var/log/nixpkgs-update/python311Packages.botorch/2024-03-16.log python311Packages.botorch 0 -> 1 attrpath: python311Packages.botorch Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/l3nkcyxs30ny96f130yq32zlr2zdkr82-packages.json.drv building '/nix/store/l3nkcyxs30ny96f130yq32zlr2zdkr82-packages.json.drv'... Going to be running update for following packages: - python3.11-botorch-0.9.5 Press Enter key to continue... Running update for: - python3.11-botorch-0.9.5: UPDATING ... - python3.11-botorch-0.9.5: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/botorch/default.nix b/pkgs/development/python-modules/botorch/default.nix index d4503c85c988..e81609908758 100644 --- a/pkgs/development/python-modules/botorch/default.nix +++ b/pkgs/development/python-modules/botorch/default.nix @@ -16,14 +16,14 @@ buildPythonPackage rec { pname = "botorch"; - version = "0.9.5"; + version = "0.10.0"; format = "pyproject"; src = fetchFromGitHub { owner = "pytorch"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-M/VOt0p7io0K+VHrAmBJQ71VigH0Ll1D5it6+/o/3jg="; + hash = "sha256-IaFtQWrgOhVHDOiPQ4oG8l+Q0igWamYVWEReGccbVoI="; }; nativeBuildInputs = [ An auto update branch exists with message `python311Packages.botorch: 0.9.5 -> 0.10.0`. New version is 0.10.0. An auto update branch exists with an equal or greater version [result] Failed to update python311Packages.botorch 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath php81Extensions.ssh2, using log file: /var/log/nixpkgs-update/php81Extensions.ssh2/2024-03-16.log php81Extensions.ssh2 0 -> 1 attrpath: php81Extensions.ssh2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 this derivation will be built: /nix/store/6pkfym5jm8k6bl9qpwf91h9n7fqdjxy9-packages.json.drv building '/nix/store/6pkfym5jm8k6bl9qpwf91h9n7fqdjxy9-packages.json.drv'... Going to be running update for following packages: - php-ssh2-1.3.1 Press Enter key to continue... Running update for: - php-ssh2-1.3.1: UPDATING ... - php-ssh2-1.3.1: ERROR --- SHOWING ERROR LOG FOR php-ssh2-1.3.1 ---------------------- Traceback (most recent call last): File "/nix/store/6kmyp62kxmxk8rx3hh3lh9xllx4j4mr0-nix-update-1.2.0/bin/.nix-update-wrapped", line 9, in sys.exit(main()) ^^^^^^ File "/nix/store/6kmyp62kxmxk8rx3hh3lh9xllx4j4mr0-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/__init__.py", line 291, in main package = update(options) ^^^^^^^^^^^^^^^ File "/nix/store/6kmyp62kxmxk8rx3hh3lh9xllx4j4mr0-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/6kmyp62kxmxk8rx3hh3lh9xllx4j4mr0-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/6kmyp62kxmxk8rx3hh3lh9xllx4j4mr0-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/version/__init__.py", line 135, in fetch_latest_version raise VersionError( nix_update.errors.VersionError: Please specify the version. We can only get the latest version from codeberg/crates.io/gitea/github/gitlab/notabug/pypi/savannah/sourcehut/rubygems projects right now --- SHOWING ERROR LOG FOR php-ssh2-1.3.1 ---------------------- The update script for php-ssh2-1.3.1 failed with exit code 1 [result] Failed to update php81Extensions.ssh2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gnome.pomodoro, using log file: /var/log/nixpkgs-update/gnome.pomodoro/2024-03-16.log gnome.pomodoro 0.24.1 -> 0.25.0 https://repology.org/project/gnome-pomodoro/versions attrpath: gnome.pomodoro Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/desktops/gnome/misc/pomodoro/default.nix b/pkgs/desktops/gnome/misc/pomodoro/default.nix index ab1513305197..912e56451a4f 100644 --- a/pkgs/desktops/gnome/misc/pomodoro/default.nix +++ b/pkgs/desktops/gnome/misc/pomodoro/default.nix @@ -24,13 +24,13 @@ stdenv.mkDerivation rec { pname = "gnome-pomodoro"; - version = "0.24.1"; + version = "0.25.0"; src = fetchFromGitHub { owner = pname; repo = pname; rev = version; - hash = "sha256-Ml3znMz1Q9593rMgfAST8k9QglxMG9ocFD7W8kaFWCw="; + hash = "sha256-dvtjOWcRvhPXeaQrg/4ZwxnQ308pYd2EB7/OjtSdjR4="; }; patches = [ [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A gnome.pomodoro nix build failed. got build log for 'gnome.pomodoro' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/fz5705n6pwmc67x654xz204nq3i9m7s3-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/xrbhyi3s7rvyyrgwdzl4wrj9k7xzz6fy-fix-schema-path.patch patching file data/meson.build Hunk #1 succeeded at 52 (offset 21 lines). can't find file to patch at input line 18 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff --git a/meson-post-install.sh b/meson-post-install.sh |index bf4013a..c87fba4 100644 |--- a/meson-post-install.sh |+++ b/meson-post-install.sh -------------------------- File to patch: Skip this patch? [y] Skipping patch. 1 out of 1 hunk ignored patching file meson.build Hunk #1 succeeded at 42 (offset 2 lines). [result] Failed to update gnome.pomodoro 0.24.1 -> 0.25.0 https://repology.org/project/gnome-pomodoro/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lib3mf, using log file: /var/log/nixpkgs-update/lib3mf/2024-03-16.log lib3mf 2.2.0 -> 2.3.0 https://github.com/3MFConsortium/lib3mf/releases attrpath: lib3mf 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/lib3mf/default.nix b/pkgs/development/libraries/lib3mf/default.nix index 2436fbc00287..eafb0a927a2a 100644 --- a/pkgs/development/libraries/lib3mf/default.nix +++ b/pkgs/development/libraries/lib3mf/default.nix @@ -3,13 +3,13 @@ stdenv.mkDerivation rec { pname = "lib3mf"; - version = "2.2.0"; + version = "2.3.0"; src = fetchFromGitHub { owner = "3MFConsortium"; repo = pname; rev = "v${version}"; - sha256 = "sha256-WMTTYYgpCIM86a6Jw8iah/YVXN9T5youzEieWL/d+Bc="; + sha256 = "sha256-IfYFfhySMg32VXC8gMRFtnqRbEklbfKT1+92+6bNn9Q="; }; patches = [ ./upgrade-to-cpp-14.patch ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A lib3mf nix build failed. got build log for 'lib3mf' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/73kxb3ywwhj69rc4gywhdxapdx6jwbys-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/s3mn5z4p6g4zv37qgjafpb8ci3wi2jqr-upgrade-to-cpp-14.patch patching file CMakeLists.txt Reversed (or previously applied) patch detected! Assume -R? [n] Apply anyway? [n] Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file CMakeLists.txt.rej [result] Failed to update lib3mf 2.2.0 -> 2.3.0 https://github.com/3MFConsortium/lib3mf/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.jupyter-core, using log file: /var/log/nixpkgs-update/python312Packages.jupyter-core/2024-03-16.log python312Packages.jupyter-core 5.7.1 -> 5.7.2 https://github.com/jupyter/jupyter_core/releases attrpath: python312Packages.jupyter-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/hbq752znmwnn7w3m8gjxcf0c1gg6dkq3-packages.json.drv building '/nix/store/hbq752znmwnn7w3m8gjxcf0c1gg6dkq3-packages.json.drv'... Going to be running update for following packages: - python3.12-jupyter-core-5.7.1 Press Enter key to continue... Running update for: - python3.12-jupyter-core-5.7.1: UPDATING ... - python3.12-jupyter-core-5.7.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/jupyter-core/default.nix b/pkgs/development/python-modules/jupyter-core/default.nix index ece119e7b529..799e098920a8 100644 --- a/pkgs/development/python-modules/jupyter-core/default.nix +++ b/pkgs/development/python-modules/jupyter-core/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "jupyter-core"; - version = "5.7.1"; + version = "5.7.2"; disabled = pythonOlder "3.7"; pyproject = true; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "jupyter"; repo = "jupyter_core"; rev = "refs/tags/v${version}"; - hash = "sha256-Uh7slD8mQg2R++wltXrYiPSJnmM5w9tej8GN/0GMBmA="; + hash = "sha256-qu25ryZreRPHoubFJTFusGdkTPHbl/yl94g+XU5A5Mc="; }; patches = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 291 > 25 [result] Failed to update python312Packages.jupyter-core 5.7.1 -> 5.7.2 https://github.com/jupyter/jupyter_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 python312Packages.bids-validator, using log file: /var/log/nixpkgs-update/python312Packages.bids-validator/2024-03-16.log python312Packages.bids-validator 1.14.0 -> 1.14.4 https://github.com/bids-standard/bids-validator/releases attrpath: python312Packages.bids-validator Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/apgdln9k13yjh2vylgrlmby4f0fz5i8b-packages.json.drv building '/nix/store/apgdln9k13yjh2vylgrlmby4f0fz5i8b-packages.json.drv'... Going to be running update for following packages: - python3.12-bids-validator-1.14.0 Press Enter key to continue... Running update for: - python3.12-bids-validator-1.14.0: UPDATING ... - python3.12-bids-validator-1.14.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/bids-validator/default.nix b/pkgs/development/python-modules/bids-validator/default.nix index c70268dea0b5..7512515c706d 100644 --- a/pkgs/development/python-modules/bids-validator/default.nix +++ b/pkgs/development/python-modules/bids-validator/default.nix @@ -10,14 +10,14 @@ buildPythonPackage rec { pname = "bids-validator"; - version = "1.14.0"; + version = "1.14.4"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-M7D4ZcGqPjn7klGN8WP6a3lHjRqhAq9S/VNwSl7y6kY="; + hash = "sha256-Q0pghEFmK5qJ3sWgrxs4jWUm+Ox7LO5sDR8GUJWBr/o="; }; nativeBuildInputs = [ No auto update branch exists Old version 1.14.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , pythonOlder # build-system , setuptools , versioneer }: buildPythonPackage rec { pname = "bids-validator"; version = "1.14.1"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-Rv8fBCLm16K33co+H0WcN7rSaKoS1bjGvg2pKcEhm/4="; }; nativeBuildInputs = [ setuptools versioneer ]; # needs packages which are not available in nixpkgs doCheck = false; pythonImportsCheck = [ "bids_validator" ]; meta = with lib; { description = "Validator for the Brain Imaging Data Structure"; homepage = "https://github.com/bids-standard/bids-validator"; changelog = "https://github.com/bids-standard/bids-validator/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ jonringer ]; }; } [result] Failed to update python312Packages.bids-validator 1.14.0 -> 1.14.4 https://github.com/bids-standard/bids-validator/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.bitsandbytes, using log file: /var/log/nixpkgs-update/python312Packages.bitsandbytes/2024-03-16.log python312Packages.bitsandbytes 0.42.0 -> 0.43.0 https://github.com/TimDettmers/bitsandbytes/releases attrpath: python312Packages.bitsandbytes Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rkm22810x87pqbgihhk4x3lmxs7s5s3c-packages.json.drv building '/nix/store/rkm22810x87pqbgihhk4x3lmxs7s5s3c-packages.json.drv'... Going to be running update for following packages: - python3.12-bitsandbytes-0.42.0 Press Enter key to continue... Running update for: - python3.12-bitsandbytes-0.42.0: UPDATING ... - python3.12-bitsandbytes-0.42.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/bitsandbytes/default.nix b/pkgs/development/python-modules/bitsandbytes/default.nix index 189b8a9c6c27..007a08ddb2d1 100644 --- a/pkgs/development/python-modules/bitsandbytes/default.nix +++ b/pkgs/development/python-modules/bitsandbytes/default.nix @@ -12,7 +12,7 @@ let pname = "bitsandbytes"; - version = "0.42.0"; + version = "0.43.0"; inherit (torch) cudaCapabilities cudaPackages cudaSupport; inherit (cudaPackages) backendStdenv cudaVersion; @@ -51,7 +51,7 @@ buildPythonPackage { owner = "TimDettmers"; repo = "bitsandbytes"; rev = "refs/tags/${version}"; - hash = "sha256-PZxsFJ6WpfeQqRQrRRBZfZfNY6/TfJFLBeknX24OXcU="; + hash = "sha256-azZIRiNn+iuoBzFKNA2X7AGIFMAMUz/2USSo5zS6s58="; }; postPatch = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.bitsandbytes Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . python312Packages.bitsandbytes Standard output: error: … while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python312Packages.bitsandbytes/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.bitsandbytes/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 ‘cuda_cudart-12.2.140’ in /var/cache/nixpkgs-update/worker/worktree/python312Packages.bitsandbytes/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 python312Packages.bitsandbytes 0.42.0 -> 0.43.0 https://github.com/TimDettmers/bitsandbytes/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gnome.gnome-music, using log file: /var/log/nixpkgs-update/gnome.gnome-music/2024-03-16.log gnome.gnome-music 0 -> 1 attrpath: gnome.gnome-music Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gnome.gnome-music 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rocmPackages.half, using log file: /var/log/nixpkgs-update/rocmPackages.half/2024-03-16.log rocmPackages.half 0 -> 1 attrpath: rocmPackages.half Checking auto update branch... [version] [version] skipping because derivation has 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/68x3x8r9n5pakchlmq97mx4myvclkjnl-update.sh.drv /nix/store/0w22pzddg18j8nf7wyc9igyx5qp8k1pk-packages.json.drv building '/nix/store/68x3x8r9n5pakchlmq97mx4myvclkjnl-update.sh.drv'... building '/nix/store/0w22pzddg18j8nf7wyc9igyx5qp8k1pk-packages.json.drv'... Going to be running update for following packages: - half-5.7.1 Press Enter key to continue... Running update for: - half-5.7.1: UPDATING ... - half-5.7.1: ERROR --- SHOWING ERROR LOG FOR half-5.7.1 ---------------------- 'rocmPackages_5.half' is already at it's maximum allowed version. Any further upgrades should go into 'rocmPackages_X.half'. --- SHOWING ERROR LOG FOR half-5.7.1 ---------------------- The update script for half-5.7.1 failed with exit code 1 [result] Failed to update rocmPackages.half 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.certifi, using log file: /var/log/nixpkgs-update/python311Packages.certifi/2024-03-16.log python311Packages.certifi 0 -> 1 attrpath: python311Packages.certifi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9vf4s9njpkm7lx6qmzm443qwlw07dbi6-packages.json.drv building '/nix/store/9vf4s9njpkm7lx6qmzm443qwlw07dbi6-packages.json.drv'... Going to be running update for following packages: - python3.11-certifi-2023.11.17 Press Enter key to continue... Running update for: - python3.11-certifi-2023.11.17: UPDATING ... - python3.11-certifi-2023.11.17: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.certifi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aioairzone-cloud, using log file: /var/log/nixpkgs-update/python311Packages.aioairzone-cloud/2024-03-16.log python311Packages.aioairzone-cloud 0 -> 1 attrpath: python311Packages.aioairzone-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/7jizrx0c7vmm5mxhp51gjmhg6igy06ps-packages.json.drv building '/nix/store/7jizrx0c7vmm5mxhp51gjmhg6igy06ps-packages.json.drv'... Going to be running update for following packages: - python3.11-aioairzone-cloud-0.4.6 Press Enter key to continue... Running update for: - python3.11-aioairzone-cloud-0.4.6: UPDATING ... - python3.11-aioairzone-cloud-0.4.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aioairzone-cloud 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.repath, using log file: /var/log/nixpkgs-update/python311Packages.repath/2024-03-16.log python311Packages.repath 0 -> 1 attrpath: python311Packages.repath Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/yl7c8vg50cbac665ndjdyy5wls2sblhk-packages.json.drv building '/nix/store/yl7c8vg50cbac665ndjdyy5wls2sblhk-packages.json.drv'... Going to be running update for following packages: - python3.11-repath-0.9.0 Press Enter key to continue... Running update for: - python3.11-repath-0.9.0: UPDATING ... - python3.11-repath-0.9.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.repath 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath metricbeat, using log file: /var/log/nixpkgs-update/metricbeat/2024-03-16.log metricbeat 7.17.16 -> 8.12.2 https://github.com/elastic/beats/releases attrpath: metricbeat Checking auto update branch... No auto update branch exists Old version 7.17.16" not present in master derivation file with contents: { lib, fetchFromGitHub, elk7Version, buildGoModule, libpcap, nixosTests, systemd, config }: let beat = package: extraArgs: buildGoModule (rec { pname = package; version = elk7Version; src = fetchFromGitHub { owner = "elastic"; repo = "beats"; rev = "v${version}"; hash = "sha256-0qwWHRIDLlnaPOCRmiiFGg+/jdanWuQtggM2QSaMR1o="; }; vendorHash = "sha256-rwCCpptppkpvwQWUtqTjBUumP8GSpPHBTCaj0nYVQv8="; subPackages = [ package ]; meta = with lib; { homepage = "https://www.elastic.co/products/beats"; license = licenses.asl20; maintainers = with maintainers; [ fadenb basvandijk dfithian ]; platforms = platforms.linux; }; } // extraArgs); in rec { auditbeat7 = beat "auditbeat" { meta.description = "Lightweight shipper for audit data"; }; filebeat7 = beat "filebeat" { meta.description = "Lightweight shipper for logfiles"; buildInputs = [ systemd ]; tags = [ "withjournald" ]; postFixup = '' patchelf --set-rpath ${lib.makeLibraryPath [ (lib.getLib systemd) ]} "$out/bin/filebeat" ''; }; heartbeat7 = beat "heartbeat" { meta.description = "Lightweight shipper for uptime monitoring"; }; metricbeat7 = beat "metricbeat" { meta.description = "Lightweight shipper for metrics"; passthru.tests = lib.optionalAttrs config.allowUnfree ( assert metricbeat7.drvPath == nixosTests.elk.unfree.ELK-7.elkPackages.metricbeat.drvPath; { elk = nixosTests.elk.unfree.ELK-7; } ); }; packetbeat7 = beat "packetbeat" { buildInputs = [ libpcap ]; meta.description = "Network packet analyzer that ships data to Elasticsearch"; meta.longDescription = '' Packetbeat is an open source network packet analyzer that ships the data to Elasticsearch. Think of it like a distributed real-time Wireshark with a lot more analytics features. The Packetbeat shippers sniff the traffic between your application processes, parse on the fly protocols like HTTP, MySQL, PostgreSQL, Redis or Thrift and correlate the messages into transactions. ''; }; } [result] Failed to update metricbeat 7.17.16 -> 8.12.2 https://github.com/elastic/beats/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.streamlabswater, using log file: /var/log/nixpkgs-update/python311Packages.streamlabswater/2024-03-16.log python311Packages.streamlabswater 0 -> 1 attrpath: python311Packages.streamlabswater Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wi4ifikrd56x8llj9jasqc14qvlvg2ck-packages.json.drv building '/nix/store/wi4ifikrd56x8llj9jasqc14qvlvg2ck-packages.json.drv'... Going to be running update for following packages: - python3.11-streamlabswater-1.0.1 Press Enter key to continue... Running update for: - python3.11-streamlabswater-1.0.1: UPDATING ... - python3.11-streamlabswater-1.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.streamlabswater 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.image-diff, using log file: /var/log/nixpkgs-update/python311Packages.image-diff/2024-03-16.log python311Packages.image-diff 0 -> 1 attrpath: python311Packages.image-diff Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2qq095yr0w2hdrh2qhc89v21rd9wd1sm-packages.json.drv building '/nix/store/2qq095yr0w2hdrh2qhc89v21rd9wd1sm-packages.json.drv'... Going to be running update for following packages: - python3.11-image-diff-0.2.2 Press Enter key to continue... Running update for: - python3.11-image-diff-0.2.2: UPDATING ... - python3.11-image-diff-0.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.image-diff 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath whatsapp-chat-exporter, using log file: /var/log/nixpkgs-update/whatsapp-chat-exporter/2024-03-16.log whatsapp-chat-exporter 0 -> 1 attrpath: whatsapp-chat-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/6hhh36drlz5y984ax69xav0y7xg1pg9i-packages.json.drv building '/nix/store/6hhh36drlz5y984ax69xav0y7xg1pg9i-packages.json.drv'... Going to be running update for following packages: - whatsapp-chat-exporter-0.9.7 Press Enter key to continue... Running update for: - whatsapp-chat-exporter-0.9.7: UPDATING ... - whatsapp-chat-exporter-0.9.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update whatsapp-chat-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 tarantool, using log file: /var/log/nixpkgs-update/tarantool/2024-03-16.log tarantool 2.10.4 -> 3.0.1 https://github.com/tarantool/tarantool/releases attrpath: tarantool Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/servers/tarantool/default.nix b/pkgs/servers/tarantool/default.nix index 80b2e96d2d6d..fd519cc87c03 100644 --- a/pkgs/servers/tarantool/default.nix +++ b/pkgs/servers/tarantool/default.nix @@ -14,13 +14,13 @@ stdenv.mkDerivation rec { pname = "tarantool"; - version = "2.10.4"; + version = "3.0.1"; src = fetchFromGitHub { owner = "tarantool"; repo = pname; rev = version; - sha256 = "sha256-yCRU5IxC6gNS+O2KYtKWjFk35EHkBnnzWy5UnyuB9f4="; + sha256 = "sha256-NuKkSLhZMkV97QlAgFXEj95UeZIqzUWzJf7SPFiT5O8="; fetchSubmodules = true; }; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A tarantool nix build failed. -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_parse_mx_reply.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_parse_naptr_reply.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_parse_ns_reply.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_parse_ptr_reply.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_parse_soa_reply.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_parse_srv_reply.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_parse_txt_reply.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_parse_uri_reply.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_process.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_query.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_save_options.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_search.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_send.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_set_local_dev.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_set_local_ip4.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_set_local_ip6.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_set_servers.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_set_servers_csv.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_set_servers_ports.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_set_servers_ports_csv.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_set_socket_callback.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_set_socket_configure_callback.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_set_socket_functions.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_set_sortlist.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_strerror.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_timeout.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_version.3 [ 8%] Completed 'bundled-ares-project' [ 8%] Built target bundled-ares-project make: *** [Makefile:156: all] Error 2 [result] Failed to update tarantool 2.10.4 -> 3.0.1 https://github.com/tarantool/tarantool/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath therion, using log file: /var/log/nixpkgs-update/therion/2024-03-16.log therion 6.1.8 -> 6.2.0 https://github.com/therion/therion/releases attrpath: therion Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/misc/therion/default.nix b/pkgs/applications/misc/therion/default.nix index fbe734ddc1b6..b5d40a4698e6 100644 --- a/pkgs/applications/misc/therion/default.nix +++ b/pkgs/applications/misc/therion/default.nix @@ -30,13 +30,13 @@ stdenv.mkDerivation rec { pname = "therion"; - version = "6.1.8"; + version = "6.2.0"; src = fetchFromGitHub { owner = "therion"; repo = "therion"; rev = "v${version}"; - hash = "sha256-bmp0IZ4uAqDpe2e8UeIDUdFaaocx4OBIYuhnaHirqGc="; + hash = "sha256-2240ufxEtvyxlxcIqVf8w9xQyNb376kbHqRTCtM2FfQ="; }; nativeBuildInputs = [ [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A therion nix build failed. -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /nix/store/qhpw32pz39y6i30b3vrbw5fw6zv5549f-gcc-wrapper-13.2.0/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found PkgConfig: /nix/store/a3752l19hc76dmzh1wgrxbsxh6lfx67z-pkg-config-wrapper-0.29.2/bin/pkg-config (found version "0.29.2") -- Checking for module 'proj' -- Found proj, version 9.4.0 CMake Error at cmake/Catch2.cmake:17 (find_package): By not providing "FindCatch2.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Catch2", but CMake did not find one. Could not find a package configuration file provided by "Catch2" with any of the following names: Catch2Config.cmake catch2-config.cmake Add the installation prefix of "Catch2" to CMAKE_PREFIX_PATH or set "Catch2_DIR" to a directory containing one of the above files. If "Catch2" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): cmake/Dependencies.cmake:14 (include) CMakeLists.txt:18 (include)  -- Configuring incomplete, errors occurred! [result] Failed to update therion 6.1.8 -> 6.2.0 https://github.com/therion/therion/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linode-cli, using log file: /var/log/nixpkgs-update/linode-cli/2024-03-16.log linode-cli 0 -> 1 attrpath: linode-cli Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8gm9r287dp0dypsi042jnbycazlb5qj9-packages.json.drv building '/nix/store/8gm9r287dp0dypsi042jnbycazlb5qj9-packages.json.drv'... Going to be running update for following packages: - linode-cli-5.45.0 Press Enter key to continue... Running update for: - linode-cli-5.45.0: UPDATING ... - linode-cli-5.45.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/virtualization/linode-cli/default.nix b/pkgs/tools/virtualization/linode-cli/default.nix index a4f54ec86177..caf7bf39a548 100644 --- a/pkgs/tools/virtualization/linode-cli/default.nix +++ b/pkgs/tools/virtualization/linode-cli/default.nix @@ -14,10 +14,10 @@ }: let - hash = "sha256-J0L+FTVzYuAqTDOwpoH12lQr03UNo5dsQpd/iUKR40Q="; + hash = "0bd3xf36din6cy54pl8rydpisxpvqia00is4jgv3wwjfj9fq1wyp"; # specVersion taken from: https://www.linode.com/docs/api/openapi.yaml at `info.version`. - specVersion = "4.166.0"; - specHash = "sha256-rUwKQt3y/ALZUoW3eJiiIDJYLQpUHO7Abm0h09ra02g="; + specVersion = "4.173.0"; + specHash = "1frrabhgq3w088hr0ymajgyj05w9w9jkw134bls1y95l7l7b7gwk"; spec = fetchurl { url = "https://raw.githubusercontent.com/linode/linode-api-docs/v${specVersion}/openapi.yaml"; hash = specHash; @@ -27,7 +27,7 @@ in buildPythonApplication rec { pname = "linode-cli"; - version = "5.45.0"; + version = "5.48.3"; pyproject = true; src = fetchFromGitHub { No auto update branch exists [outpaths] eval start Received ExitFailure 1 when running Raw command: nix-env -f /var/cache/nixpkgs-update/worker/outpath/outpaths.nix -qaP --no-name --out-path --arg path /var/cache/nixpkgs-update/worker/worktree/linode-cli --arg checkMeta true --show-trace Standard output: trace: warning: eww now can build for X11 and wayland simultaneously, so `eww-wayland` is deprecated, use the normal `eww` package instead. error: … while calling anonymous lambda at /var/cache/nixpkgs-update/worker/outpath/outpaths.nix:40:12: 39| tweak = lib.mapAttrs 40| (name: val: | ^ 41| if name == "recurseForDerivations" then true … from call site at /var/cache/nixpkgs-update/worker/worktree/linode-cli/lib/attrsets.nix:772:43: 771| f: 772| listToAttrs (map (n: nameValuePair n (f n)) names); | ^ 773| … while calling anonymous lambda at /var/cache/nixpkgs-update/worker/worktree/linode-cli/pkgs/top-level/release-lib.nix:145:6: 144| testOnCross = crossSystem: metaPatterns: f: forMatchingSystems metaPatterns 145| (system: hydraJob' (f (pkgsForCross crossSystem system))); | ^ 146| … from call site at /var/cache/nixpkgs-update/worker/worktree/linode-cli/pkgs/top-level/release-lib.nix:145:14: 144| testOnCross = crossSystem: metaPatterns: f: forMatchingSystems metaPatterns 145| (system: hydraJob' (f (pkgsForCross crossSystem system))); | ^ 146| … while calling 'hydraJob' at /var/cache/nixpkgs-update/worker/worktree/linode-cli/lib/customisation.nix:280:14: 279| */ 280| hydraJob = drv: | ^ 281| let … while evaluating derivation 'linode-cli-5.48.3' whose name attribute is located at /var/cache/nixpkgs-update/worker/worktree/linode-cli/pkgs/stdenv/generic/make-derivation.nix:331:7 … while evaluating attribute 'postConfigure' of derivation 'linode-cli-5.48.3' at /var/cache/nixpkgs-update/worker/worktree/linode-cli/pkgs/tools/virtualization/linode-cli/default.nix:61:3: 60| 61| postConfigure = '' | ^ 62| python3 -m linodecli bake ${spec} --skip-config … while evaluating derivation 'openapi.yaml' whose name attribute is located at /var/cache/nixpkgs-update/worker/worktree/linode-cli/pkgs/stdenv/generic/make-derivation.nix:331:7 error: hash '1frrabhgq3w088hr0ymajgyj05w9w9jkw134bls1y95l7l7b7gwk' does not include a type, nor is the type otherwise known from context [result] Failed to update linode-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 lomiri.mediascanner2, using log file: /var/log/nixpkgs-update/lomiri.mediascanner2/2024-03-16.log lomiri.mediascanner2 0 -> 1 attrpath: lomiri.mediascanner2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5sl2hw9z1kqf1a8bh7883v1zn1sjgxxz-packages.json.drv building '/nix/store/5sl2hw9z1kqf1a8bh7883v1zn1sjgxxz-packages.json.drv'... Going to be running update for following packages: - mediascanner2-0.115 Press Enter key to continue... Running update for: - mediascanner2-0.115: UPDATING ... - mediascanner2-0.115: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update lomiri.mediascanner2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nodejs-18_x, using log file: /var/log/nixpkgs-update/nodejs-18_x/2024-03-16.log nodejs-18_x 0 -> 1 attrpath: nodejs-18_x Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] these 2 derivations will be built: /nix/store/mjfr0hvgdhhdl8rapk7vnwpnwjbh284j-update-nodejs.drv /nix/store/wny0c36mvfwgjdarnlgzgfijgy8iiim5-packages.json.drv building '/nix/store/mjfr0hvgdhhdl8rapk7vnwpnwjbh284j-update-nodejs.drv'... building '/nix/store/wny0c36mvfwgjdarnlgzgfijgy8iiim5-packages.json.drv'... Going to be running update for following packages: - nodejs-18.19.1 Press Enter key to continue... Running update for: - nodejs-18.19.1: UPDATING ... - nodejs-18.19.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update nodejs-18_x 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dsmr-parser, using log file: /var/log/nixpkgs-update/python311Packages.dsmr-parser/2024-03-16.log python311Packages.dsmr-parser 0 -> 1 attrpath: python311Packages.dsmr-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/63gmbk73zlvg7w6jx2lpbfvy7kw8xhzb-packages.json.drv building '/nix/store/63gmbk73zlvg7w6jx2lpbfvy7kw8xhzb-packages.json.drv'... Going to be running update for following packages: - python3.11-dsmr-parser-1.3.1 Press Enter key to continue... Running update for: - python3.11-dsmr-parser-1.3.1: UPDATING ... - python3.11-dsmr-parser-1.3.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/dsmr-parser/default.nix b/pkgs/development/python-modules/dsmr-parser/default.nix index 33090ff4be7c..225a0faa237c 100644 --- a/pkgs/development/python-modules/dsmr-parser/default.nix +++ b/pkgs/development/python-modules/dsmr-parser/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "dsmr-parser"; - version = "1.3.1"; + version = "1.4.0"; format = "setuptools"; disabled = pythonOlder "3.8"; @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "ndokter"; repo = "dsmr_parser"; rev = "refs/tags/v${version}"; - hash = "sha256-PULrKRHrCuDFZcR+5ha0PjkN438QFgf2CrpYhKIqYTs="; + hash = "sha256-4L7hLDd/hYYdhnkcPRK48FnHutbyDXpnhQoVXUQLoDo="; }; propagatedBuildInputs = [ An auto update branch exists with message `python311Packages.dsmr-parser: 1.3.1 -> 1.4.0`. New version is 1.4.0. An auto update branch exists with an equal or greater version [result] Failed to update python311Packages.dsmr-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.meraki, using log file: /var/log/nixpkgs-update/python311Packages.meraki/2024-03-16.log python311Packages.meraki 0 -> 1 attrpath: python311Packages.meraki Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qs6jfg4dbqwnsdbp3xin95v8i75ayn9a-packages.json.drv building '/nix/store/qs6jfg4dbqwnsdbp3xin95v8i75ayn9a-packages.json.drv'... Going to be running update for following packages: - python3.11-meraki-1.43.0 Press Enter key to continue... Running update for: - python3.11-meraki-1.43.0: UPDATING ... - python3.11-meraki-1.43.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.meraki 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.xarray-einstats, using log file: /var/log/nixpkgs-update/python311Packages.xarray-einstats/2024-03-16.log python311Packages.xarray-einstats 0 -> 1 attrpath: python311Packages.xarray-einstats Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/k8160ca8336zv4s2qyqzalrak6k1pz02-packages.json.drv building '/nix/store/k8160ca8336zv4s2qyqzalrak6k1pz02-packages.json.drv'... Going to be running update for following packages: - python3.11-xarray-einstats-0.7.0 Press Enter key to continue... Running update for: - python3.11-xarray-einstats-0.7.0: UPDATING ... - python3.11-xarray-einstats-0.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.xarray-einstats 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.django-bootstrap3, using log file: /var/log/nixpkgs-update/python311Packages.django-bootstrap3/2024-03-16.log python311Packages.django-bootstrap3 0 -> 1 attrpath: python311Packages.django-bootstrap3 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qv6rv0aqa09bgq6lqnk9vlfmfxx4x6l2-packages.json.drv building '/nix/store/qv6rv0aqa09bgq6lqnk9vlfmfxx4x6l2-packages.json.drv'... Going to be running update for following packages: - python3.11-django-bootstrap3-23.6 Press Enter key to continue... Running update for: - python3.11-django-bootstrap3-23.6: UPDATING ... - python3.11-django-bootstrap3-23.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-bootstrap3 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.graphql-core, using log file: /var/log/nixpkgs-update/python311Packages.graphql-core/2024-03-16.log python311Packages.graphql-core 0 -> 1 attrpath: python311Packages.graphql-core Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hp1hkfaaygkqadrlckhg33jvgxzxzyda-packages.json.drv building '/nix/store/hp1hkfaaygkqadrlckhg33jvgxzxzyda-packages.json.drv'... Going to be running update for following packages: - python3.11-graphql-core-3.2.3 Press Enter key to continue... Running update for: - python3.11-graphql-core-3.2.3: UPDATING ... - python3.11-graphql-core-3.2.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.graphql-core 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.secp256k1, using log file: /var/log/nixpkgs-update/python311Packages.secp256k1/2024-03-16.log python311Packages.secp256k1 0 -> 1 attrpath: python311Packages.secp256k1 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/snwlcipcdabjx289sk4hhvv5blisaxdz-packages.json.drv building '/nix/store/snwlcipcdabjx289sk4hhvv5blisaxdz-packages.json.drv'... Going to be running update for following packages: - python3.11-secp256k1-0.14.0 Press Enter key to continue... Running update for: - python3.11-secp256k1-0.14.0: UPDATING ... - python3.11-secp256k1-0.14.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.secp256k1 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.blebox-uniapi, using log file: /var/log/nixpkgs-update/python311Packages.blebox-uniapi/2024-03-16.log python311Packages.blebox-uniapi 0 -> 1 attrpath: python311Packages.blebox-uniapi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qk2nj5l2vid484i757h1ylns8p4iq666-packages.json.drv building '/nix/store/qk2nj5l2vid484i757h1ylns8p4iq666-packages.json.drv'... Going to be running update for following packages: - python3.11-blebox-uniapi-2.3.0 Press Enter key to continue... Running update for: - python3.11-blebox-uniapi-2.3.0: UPDATING ... - python3.11-blebox-uniapi-2.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.blebox-uniapi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cve-bin-tool, using log file: /var/log/nixpkgs-update/cve-bin-tool/2024-03-16.log cve-bin-tool 0 -> 1 attrpath: cve-bin-tool Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nr18mh7kwcppyx9vpgcqmk41mwq3n1s1-packages.json.drv building '/nix/store/nr18mh7kwcppyx9vpgcqmk41mwq3n1s1-packages.json.drv'... Going to be running update for following packages: - cve-bin-tool-3.2 Press Enter key to continue... Running update for: - cve-bin-tool-3.2: UPDATING ... - cve-bin-tool-3.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update cve-bin-tool 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath browsr, using log file: /var/log/nixpkgs-update/browsr/2024-03-16.log browsr 0 -> 1 attrpath: browsr Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/s0pwnp7h87j0w2yl3wx704gf3ks4xq27-packages.json.drv building '/nix/store/s0pwnp7h87j0w2yl3wx704gf3ks4xq27-packages.json.drv'... Going to be running update for following packages: - browsr-1.19.0 Press Enter key to continue... Running update for: - browsr-1.19.0: UPDATING ... - browsr-1.19.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/file-managers/browsr/default.nix b/pkgs/applications/file-managers/browsr/default.nix index a772dfa71750..f68c2aa602ef 100644 --- a/pkgs/applications/file-managers/browsr/default.nix +++ b/pkgs/applications/file-managers/browsr/default.nix @@ -6,14 +6,14 @@ python3.pkgs.buildPythonApplication rec { pname = "browsr"; - version = "1.19.0"; + version = "1.20.0"; pyproject = true; src = fetchFromGitHub { owner = "juftin"; repo = "browsr"; rev = "refs/tags/v${version}"; - hash = "sha256-V5B+/zfUlpF0TMTHqzyjapW93/DoJKgbJkTMX2NZyIQ="; + hash = "sha256-Cf7bptujDO7ZpVqOxyjzAW/MRmKZr8zfBPuV7iw+Jhg="; }; nativeBuildInputs = with python3.pkgs; [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A browsr nix build failed. checking for references to /build/ in /nix/store/sh76dlf18y265g61jdf7fbvzx78g0s31-browsr-1.20.0-dist... patching script interpreter paths in /nix/store/sh76dlf18y265g61jdf7fbvzx78g0s31-browsr-1.20.0-dist Rewriting #!/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/bin/python3.11 to #!/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8 wrapping `/nix/store/q3ijpfcc4ahyyb8acdn6wrvl5b9m78fw-browsr-1.20.0/bin/browsr'... 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: browsr @nix { "action": "setPhase", "phase": "pytestCheckPhase" } Running phase: pytestCheckPhase Executing pytestCheckPhase /nix/store/jv1mn4pmhmqlraan7f6jjw2p4k00pszp-python3.11-pytest-7.4.4/lib/python3.11/site-packages/_pytest/config/__init__.py:331: PluggyTeardownRaisedWarning: A plugin raised an exception during an old-style hookwrapper teardown. Plugin: helpconfig, Hook: pytest_cmdline_parse ConftestImportFailure: ImportError: cannot import name 'GitHubTextualPath' from 'textual_universal_directorytree' (/nix/store/4l9h8my0mnfc90gij0mc2amsrxdv19ip-python3.11-textual-universal-directorytree-1.1.0/lib/python3.11/site-packages/textual_universal_directorytree/__init__.py) (from /build/source/tests/conftest.py) For more information see https://pluggy.readthedocs.io/en/stable/api_reference.html#pluggy.PluggyTeardownRaisedWarning config = pluginmanager.hook.pytest_cmdline_parse( ImportError while loading conftest '/build/source/tests/conftest.py'. tests/conftest.py:10: in   from textual_universal_directorytree import GitHubTextualPath, UPath E ImportError: cannot import name 'GitHubTextualPath' from 'textual_universal_directorytree' (/nix/store/4l9h8my0mnfc90gij0mc2amsrxdv19ip-python3.11-textual-universal-directorytree-1.1.0/lib/python3.11/site-packages/textual_universal_directorytree/__init__.py) /nix/store/v099hqvw5z87423p4hz1vfhzaqa07dii-stdenv-linux/setup: line 1578: pop_var_context: head of shell_variables not a function context [result] Failed to update browsr 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pypolicyd-spf, using log file: /var/log/nixpkgs-update/pypolicyd-spf/2024-03-16.log pypolicyd-spf 0 -> 1 attrpath: pypolicyd-spf Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ab4v6nxz3hdyy35fn93s4jimn4l52dlh-packages.json.drv building '/nix/store/ab4v6nxz3hdyy35fn93s4jimn4l52dlh-packages.json.drv'... Going to be running update for following packages: - spf-engine-3.0.4 Press Enter key to continue... Running update for: - spf-engine-3.0.4: UPDATING ... - spf-engine-3.0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pypolicyd-spf 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath river-bnf, using log file: /var/log/nixpkgs-update/river-bnf/2024-03-16.log river-bnf 0 -> 1 attrpath: river-bnf Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/s3q3wnp5xb50bb3ih06mgf7llxf5xypf-packages.json.drv building '/nix/store/s3q3wnp5xb50bb3ih06mgf7llxf5xypf-packages.json.drv'... Going to be running update for following packages: - river-bnf-unstable-2023-10-10 Press Enter key to continue... Running update for: - river-bnf-unstable-2023-10-10: UPDATING ... - river-bnf-unstable-2023-10-10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update river-bnf 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aioshutil, using log file: /var/log/nixpkgs-update/python311Packages.aioshutil/2024-03-16.log python311Packages.aioshutil 0 -> 1 attrpath: python311Packages.aioshutil Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/93q3ng2a1bcv9g81hj6d6xzdmfsil917-packages.json.drv building '/nix/store/93q3ng2a1bcv9g81hj6d6xzdmfsil917-packages.json.drv'... Going to be running update for following packages: - python3.11-aioshutil-1.3 Press Enter key to continue... Running update for: - python3.11-aioshutil-1.3: UPDATING ... - python3.11-aioshutil-1.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aioshutil 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath awsebcli, using log file: /var/log/nixpkgs-update/awsebcli/2024-03-16.log awsebcli 0 -> 1 attrpath: awsebcli Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/52ag95ixvaf2hb5b56138ifx7h39dprw-packages.json.drv building '/nix/store/52ag95ixvaf2hb5b56138ifx7h39dprw-packages.json.drv'... Going to be running update for following packages: - awsebcli-3.20.10 Press Enter key to continue... Running update for: - awsebcli-3.20.10: UPDATING ... - awsebcli-3.20.10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update awsebcli 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath typstfmt, using log file: /var/log/nixpkgs-update/typstfmt/2024-03-16.log typstfmt 0.2.7 -> 0.2.9 https://github.com/astrale-sharp/typstfmt/releases attrpath: typstfmt 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/typesetting/typstfmt/default.nix b/pkgs/tools/typesetting/typstfmt/default.nix index 2305998e94a2..98e4168890b3 100644 --- a/pkgs/tools/typesetting/typstfmt/default.nix +++ b/pkgs/tools/typesetting/typstfmt/default.nix @@ -2,13 +2,13 @@ rustPlatform.buildRustPackage rec { pname = "typstfmt"; - version = "0.2.7"; + version = "0.2.9"; src = fetchFromGitHub { owner = "astrale-sharp"; repo = "typstfmt"; rev = version; - hash = "sha256-LBYsTCjZ+U+lgd7Z3H1sBcWwseoHsuepPd66bWgfvhI="; + hash = "sha256-bSjUr6tHQrmni/YmApHrvY2cVz3xf1VKfg35BJjuOZM="; }; cargoLock = { [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A typstfmt nix build failed. < checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177" --- > checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 773c767 < version = "0.52.4" --- > version = "0.42.2" 775c769 < checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8" --- > checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 779c773 < version = "0.5.40" --- > version = "0.5.25" 781c775 < checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" --- > checksum = "b7e87b8dfbe3baffbe687eef2e164e32286eff31a5ee16463ce03d991643ec94" 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 typstfmt 0.2.7 -> 0.2.9 https://github.com/astrale-sharp/typstfmt/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.result, using log file: /var/log/nixpkgs-update/python311Packages.result/2024-03-16.log python311Packages.result 0 -> 1 attrpath: python311Packages.result Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zhn3ww1fx4rngafrrn4zd1a9z9rqqh5m-packages.json.drv building '/nix/store/zhn3ww1fx4rngafrrn4zd1a9z9rqqh5m-packages.json.drv'... Going to be running update for following packages: - python3.11-result-0.7.0 Press Enter key to continue... Running update for: - python3.11-result-0.7.0: UPDATING ... - python3.11-result-0.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.result 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-jupyter, using log file: /var/log/nixpkgs-update/python311Packages.mkdocs-jupyter/2024-03-16.log python311Packages.mkdocs-jupyter 0 -> 1 attrpath: python311Packages.mkdocs-jupyter Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/p4l5xv9b1c3ckb5f9x7mkvb3bsqsk0zn-packages.json.drv building '/nix/store/p4l5xv9b1c3ckb5f9x7mkvb3bsqsk0zn-packages.json.drv'... Going to be running update for following packages: - python3.11-mkdocs-jupyter-0.24.6 Press Enter key to continue... Running update for: - python3.11-mkdocs-jupyter-0.24.6: UPDATING ... - python3.11-mkdocs-jupyter-0.24.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mkdocs-jupyter 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nanosaur2, using log file: /var/log/nixpkgs-update/nanosaur2/2024-03-16.log nanosaur2 0 -> 1 attrpath: nanosaur2 Checking auto update branch... [version] [version] skipping because derivation has 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/n2hf4ydlm86xcc8m41h9sj23glf4ddb1-packages.json.drv building '/nix/store/n2hf4ydlm86xcc8m41h9sj23glf4ddb1-packages.json.drv'... Going to be running update for following packages: - nanosaur2-2.1.0-unstable-2023-05-21 Press Enter key to continue... Running update for: - nanosaur2-2.1.0-unstable-2023-05-21: UPDATING ... - nanosaur2-2.1.0-unstable-2023-05-21: ERROR --- SHOWING ERROR LOG FOR nanosaur2-2.1.0-unstable-2023-05-21 ---------------------- + url= + branch= + use_stable_version= + tag_prefix= + shallow_clone= + (( 2 > 0 )) + flag=--url= + shift 1 + case "$flag" in + url= + (( 1 > 0 )) + flag=--shallow-clone + shift 1 + case "$flag" in + shallow_clone=1 + (( 0 > 0 )) + [[ -z '' ]] ++ /nix/store/cs41wvvf98zsgw7vbpfabj5f8d2y0ihz-nix-2.18.2/bin/nix-instantiate --eval -E 'with import ./. {}; nanosaur2.src.gitRepoUrl' ++ tr -d '"' + url=https://github.com/jorio/nanosaur2.git ++ /nix/store/mb488rr560vq1xnl10hinnyfflcrd51n-coreutils-9.4/bin/mktemp -d + tmpdir=/run/nixpkgs-update-worker/tmp.UvxZtFiqDX + cloneArgs=(--bare) + [[ 1 == \1 ]] + cloneArgs+=(--depth=1) + [[ -n '' ]] + /nix/store/fmx804pc0bs1966xq5bb67kark2mww9r-git-2.43.2/bin/git clone --bare --depth=1 https://github.com/jorio/nanosaur2.git /run/nixpkgs-update-worker/tmp.UvxZtFiqDX Cloning into bare repository '/run/nixpkgs-update-worker/tmp.UvxZtFiqDX'... + pushd /run/nixpkgs-update-worker/tmp.UvxZtFiqDX ++ /nix/store/fmx804pc0bs1966xq5bb67kark2mww9r-git-2.43.2/bin/git show -s --pretty=format:%cs + commit_date=2023-05-21 ++ /nix/store/fmx804pc0bs1966xq5bb67kark2mww9r-git-2.43.2/bin/git show -s --pretty=format:%H + commit_sha=72d93ed08148d81aa89bab511a9650d7b929d4c7 + [[ -z '' ]] + new_version=unstable-2023-05-21 + popd + /nix/store/7sqzhqm9rb4bbwimri9i03rgyxm8pkzb-common-updater-scripts/bin/update-source-version nanosaur2 unstable-2023-05-21 --rev=72d93ed08148d81aa89bab511a9650d7b929d4c7 update-source-version: error: Failed to replace source revision '72d93ed08148d81aa89bab511a9650d7b929d4c7' to '72d93ed08148d81aa89bab511a9650d7b929d4c7' in 'nanosaur2'! --- SHOWING ERROR LOG FOR nanosaur2-2.1.0-unstable-2023-05-21 ---------------------- The update script for nanosaur2-2.1.0-unstable-2023-05-21 failed with exit code 1 [result] Failed to update nanosaur2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.spatial-image, using log file: /var/log/nixpkgs-update/python311Packages.spatial-image/2024-03-16.log python311Packages.spatial-image 0 -> 1 attrpath: python311Packages.spatial-image Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2mj975j9wn33n24x85i3y32krnb190pj-packages.json.drv building '/nix/store/2mj975j9wn33n24x85i3y32krnb190pj-packages.json.drv'... Going to be running update for following packages: - python3.11-spatial-image-1.0.0 Press Enter key to continue... Running update for: - python3.11-spatial-image-1.0.0: UPDATING ... - python3.11-spatial-image-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.spatial-image 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyedimax, using log file: /var/log/nixpkgs-update/python311Packages.pyedimax/2024-03-16.log python311Packages.pyedimax 0 -> 1 attrpath: python311Packages.pyedimax Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/s9j6qrg5c660rrxi7fwbckv0v6sprvy9-packages.json.drv building '/nix/store/s9j6qrg5c660rrxi7fwbckv0v6sprvy9-packages.json.drv'... Going to be running update for following packages: - python3.11-pyedimax-0.2.1 Press Enter key to continue... Running update for: - python3.11-pyedimax-0.2.1: UPDATING ... - python3.11-pyedimax-0.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyedimax 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cockpit, using log file: /var/log/nixpkgs-update/cockpit/2024-03-16.log cockpit 0 -> 1 attrpath: cockpit Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/65dnbvqhis9q19i4n9clhrqaz6xdhh9d-packages.json.drv building '/nix/store/65dnbvqhis9q19i4n9clhrqaz6xdhh9d-packages.json.drv'... Going to be running update for following packages: - cockpit-312 Press Enter key to continue... Running update for: - cockpit-312: UPDATING ... - cockpit-312: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/by-name/co/cockpit/package.nix b/pkgs/by-name/co/cockpit/package.nix index 46ae83705426..063483c0c561 100644 --- a/pkgs/by-name/co/cockpit/package.nix +++ b/pkgs/by-name/co/cockpit/package.nix @@ -44,13 +44,13 @@ in stdenv.mkDerivation rec { pname = "cockpit"; - version = "312"; + version = "313"; src = fetchFromGitHub { owner = "cockpit-project"; repo = "cockpit"; rev = "refs/tags/${version}"; - hash = "sha256-X3IsUaqXlg/SlqHo9jK+hONY/6LAIAfRO9rAwCQcq64="; + hash = "sha256-k/JbvotOcVs2OXwGOrnjY0xYRRgvk61p0o7VQTTPqz4="; fetchSubmodules = true; }; No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/034pcyccb22n8z2pzh2c2jqq2hlq40rq-cockpit-313" [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:
  • cockpit
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 cockpit is: Web-based graphical interface for servers meta.homepage for cockpit is: https://cockpit-project.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 313 with grep in /nix/store/034pcyccb22n8z2pzh2c2jqq2hlq40rq-cockpit-313 - found 313 in filename of file in /nix/store/034pcyccb22n8z2pzh2c2jqq2hlq40rq-cockpit-313 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath cockpit ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/034pcyccb22n8z2pzh2c2jqq2hlq40rq-cockpit-313 \ --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 cockpit https://github.com/r-ryantm/nixpkgs/archive/7de4580c91bcf551928676e37cedf28c068a60d0.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/7de4580c91bcf551928676e37cedf28c068a60d0#cockpit ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/034pcyccb22n8z2pzh2c2jqq2hlq40rq-cockpit-313 ls -la /nix/store/034pcyccb22n8z2pzh2c2jqq2hlq40rq-cockpit-313/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:
  • cockpit
--- ###### Maintainer pings cc @lucasew 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/296394 [result] Success updating cockpit 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-icon-theme, using log file: /var/log/nixpkgs-update/pantheon.elementary-icon-theme/2024-03-16.log pantheon.elementary-icon-theme 0 -> 1 attrpath: pantheon.elementary-icon-theme Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hjyp04ab6b75pihs13gf0101nby43l33-packages.json.drv building '/nix/store/hjyp04ab6b75pihs13gf0101nby43l33-packages.json.drv'... Going to be running update for following packages: - elementary-icon-theme-7.3.1 Press Enter key to continue... Running update for: - elementary-icon-theme-7.3.1: UPDATING ... - elementary-icon-theme-7.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.elementary-icon-theme 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.zeversolarlocal, using log file: /var/log/nixpkgs-update/python311Packages.zeversolarlocal/2024-03-16.log python311Packages.zeversolarlocal 0 -> 1 attrpath: python311Packages.zeversolarlocal Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6m7pvrngras1fzrvfn36bzmhk5ryyb4w-packages.json.drv building '/nix/store/6m7pvrngras1fzrvfn36bzmhk5ryyb4w-packages.json.drv'... Going to be running update for following packages: - python3.11-zeversolarlocal-1.1.0 Press Enter key to continue... Running update for: - python3.11-zeversolarlocal-1.1.0: UPDATING ... - python3.11-zeversolarlocal-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.zeversolarlocal 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.opsdroid-get-image-size, using log file: /var/log/nixpkgs-update/python311Packages.opsdroid-get-image-size/2024-03-16.log python311Packages.opsdroid-get-image-size 0 -> 1 attrpath: python311Packages.opsdroid-get-image-size Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6kqgpvrlp1kpb8398awb3gx6z4f7h047-packages.json.drv building '/nix/store/6kqgpvrlp1kpb8398awb3gx6z4f7h047-packages.json.drv'... Going to be running update for following packages: - python3.11-opsdroid-get-image-size-0.2.2 Press Enter key to continue... Running update for: - python3.11-opsdroid-get-image-size-0.2.2: UPDATING ... - python3.11-opsdroid-get-image-size-0.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.opsdroid-get-image-size 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath check-jsonschema, using log file: /var/log/nixpkgs-update/check-jsonschema/2024-03-16.log check-jsonschema 0 -> 1 attrpath: check-jsonschema Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dxjcg04yyawpvly38qqyp10951rdvxiw-packages.json.drv building '/nix/store/dxjcg04yyawpvly38qqyp10951rdvxiw-packages.json.drv'... Going to be running update for following packages: - check-jsonschema-0.28.0 Press Enter key to continue... Running update for: - check-jsonschema-0.28.0: UPDATING ... - check-jsonschema-0.28.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update check-jsonschema 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath crystal_1_7, using log file: /var/log/nixpkgs-update/crystal_1_7/2024-03-16.log crystal_1_7 1.7.3 -> 1.11.2 https://github.com/crystal-lang/crystal/releases attrpath: crystal_1_7 Checking auto update branch... No auto update branch exists Version in attr path crystal_1_7 not compatible with 1.11.2 [result] Failed to update crystal_1_7 1.7.3 -> 1.11.2 https://github.com/crystal-lang/crystal/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.luarocks, using log file: /var/log/nixpkgs-update/lua51Packages.luarocks/2024-03-16.log lua51Packages.luarocks 0 -> 1 attrpath: lua51Packages.luarocks Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua51Packages.luarocks 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.flax, using log file: /var/log/nixpkgs-update/python311Packages.flax/2024-03-16.log python311Packages.flax 0 -> 1 attrpath: python311Packages.flax Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mwcalfai8zm2ngks1zynxxc86ia6sf3b-packages.json.drv building '/nix/store/mwcalfai8zm2ngks1zynxxc86ia6sf3b-packages.json.drv'... Going to be running update for following packages: - python3.11-flax-0.7.5 Press Enter key to continue... Running update for: - python3.11-flax-0.7.5: UPDATING ... - python3.11-flax-0.7.5: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/flax/default.nix b/pkgs/development/python-modules/flax/default.nix index b906ba9d4322..60324850cb2e 100644 --- a/pkgs/development/python-modules/flax/default.nix +++ b/pkgs/development/python-modules/flax/default.nix @@ -25,7 +25,7 @@ buildPythonPackage rec { pname = "flax"; - version = "0.7.5"; + version = "0.8.2"; pyproject = true; disabled = pythonOlder "3.8"; @@ -34,7 +34,7 @@ buildPythonPackage rec { owner = "google"; repo = "flax"; rev = "refs/tags/v${version}"; - hash = "sha256-NDah0ayQbiO1/sTU1DDf/crPq5oLTnSuosV7cFHlTM8="; + hash = "sha256-UABgJGe1grUSkwOJpjeIoFqhXsqG//HlC1YyYPxXV+g="; }; nativeBuildInputs = [ No auto update branch exists Old version 0.7.5" not present in staging derivation file with contents: { lib , buildPythonPackage , cloudpickle , einops , fetchFromGitHub , jax , jaxlib , keras , matplotlib , msgpack , numpy , optax , orbax-checkpoint , pytest-xdist , pytestCheckHook , pythonOlder , pythonRelaxDepsHook , pyyaml , rich , setuptools-scm , tensorflow , tensorstore , typing-extensions }: buildPythonPackage rec { pname = "flax"; version = "0.8.1"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "google"; repo = "flax"; rev = "refs/tags/v${version}"; hash = "sha256-3UzMSJoKw+V1WLBJ+Zf7aF7CDNBsvWnRUfNgb3K4v1A="; }; nativeBuildInputs = [ jaxlib pythonRelaxDepsHook setuptools-scm ]; propagatedBuildInputs = [ jax msgpack numpy optax orbax-checkpoint pyyaml rich tensorstore typing-extensions ]; passthru.optional-dependencies = { all = [ matplotlib ]; }; pythonImportsCheck = [ "flax" ]; nativeCheckInputs = [ cloudpickle einops keras pytest-xdist pytestCheckHook tensorflow ]; pytestFlagsArray = [ "-W ignore::FutureWarning" "-W ignore::DeprecationWarning" ]; disabledTestPaths = [ # Docs test, needs extra deps + we're not interested in it. "docs/_ext/codediff_test.py" # The tests in `examples` are not designed to be executed from a single test # session and thus either have the modules that conflict with each other or # wrong import paths, depending on how they're invoked. Many tests also have # dependencies that are not packaged in `nixpkgs` (`clu`, `jgraph`, # `tensorflow_datasets`, `vocabulary`) so the benefits of trying to run them # would be limited anyway. "examples/*" # See https://github.com/google/flax/issues/3232. "tests/jax_utils_test.py" # Requires tree "tests/tensorboard_test.py" ]; disabledTests = [ # ValueError: Checkpoint path should be absolute "test_overwrite_checkpoints0" ]; meta = with lib; { description = "Neural network library for JAX"; homepage = "https://github.com/google/flax"; changelog = "https://github.com/google/flax/releases/tag/v${version}"; license = licenses.asl20; maintainers = with maintainers; [ ndl ]; }; } [result] Failed to update python311Packages.flax 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.x13binary, using log file: /var/log/nixpkgs-update/rPackages.x13binary/2024-03-16.log rPackages.x13binary 1.1.57-4 -> 1.1.60 https://repology.org/project/r:x13binary/versions attrpath: rPackages.x13binary Checking auto update branch... No auto update branch exists Old version 1.1.57-4" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.x13binary 1.1.57-4 -> 1.1.60 https://repology.org/project/r:x13binary/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath xorg.gccmakedep, using log file: /var/log/nixpkgs-update/xorg.gccmakedep/2024-03-16.log xorg.gccmakedep 1.0.3 -> 1.0.4 https://repology.org/project/gccmakedep/versions attrpath: xorg.gccmakedep Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update xorg.gccmakedep 1.0.3 -> 1.0.4 https://repology.org/project/gccmakedep/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.secrdesign, using log file: /var/log/nixpkgs-update/rPackages.secrdesign/2024-03-16.log rPackages.secrdesign 2.8.2 -> 2.9.0 https://repology.org/project/r:secrdesign/versions attrpath: rPackages.secrdesign Checking auto update branch... No auto update branch exists Old version 2.8.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.secrdesign 2.8.2 -> 2.9.0 https://repology.org/project/r:secrdesign/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.LikertMakeR, using log file: /var/log/nixpkgs-update/rPackages.LikertMakeR/2024-03-16.log rPackages.LikertMakeR 0.1.5 -> 0.2.0 https://repology.org/project/r:likertmaker/versions attrpath: rPackages.LikertMakeR 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.LikertMakeR 0.1.5 -> 0.2.0 https://repology.org/project/r:likertmaker/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.rsimsum, using log file: /var/log/nixpkgs-update/rPackages.rsimsum/2024-03-16.log rPackages.rsimsum 0.11.3 -> 0.13.0 https://repology.org/project/r:rsimsum/versions attrpath: rPackages.rsimsum Checking auto update branch... No auto update branch exists Old version 0.11.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.rsimsum 0.11.3 -> 0.13.0 https://repology.org/project/r:rsimsum/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pueblo, using log file: /var/log/nixpkgs-update/python311Packages.pueblo/2024-03-16.log python311Packages.pueblo 0 -> 1 attrpath: python311Packages.pueblo Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/l42yknmf2l2xp4xr1rhrc2w5829jn5hy-packages.json.drv building '/nix/store/l42yknmf2l2xp4xr1rhrc2w5829jn5hy-packages.json.drv'... Going to be running update for following packages: - python3.11-pueblo-0.0.9 Press Enter key to continue... Running update for: - python3.11-pueblo-0.0.9: UPDATING ... - python3.11-pueblo-0.0.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pueblo 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.spnaf, using log file: /var/log/nixpkgs-update/rPackages.spnaf/2024-03-16.log rPackages.spnaf 0.2.1 -> 0.3.1 https://repology.org/project/r:spnaf/versions attrpath: rPackages.spnaf 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.spnaf 0.2.1 -> 0.3.1 https://repology.org/project/r:spnaf/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.RaMS, using log file: /var/log/nixpkgs-update/rPackages.RaMS/2024-03-16.log rPackages.RaMS 1.3.4 -> 1.4.0 https://repology.org/project/r:rams/versions attrpath: rPackages.RaMS Checking auto update branch... No auto update branch exists Old version 1.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.RaMS 1.3.4 -> 1.4.0 https://repology.org/project/r:rams/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.aRxiv, using log file: /var/log/nixpkgs-update/rPackages.aRxiv/2024-03-16.log rPackages.aRxiv 0.6 -> 0.10 https://repology.org/project/r:arxiv/versions attrpath: rPackages.aRxiv Checking auto update branch... No auto update branch exists Old version 0.6" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.aRxiv 0.6 -> 0.10 https://repology.org/project/r:arxiv/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.ramchoice, using log file: /var/log/nixpkgs-update/rPackages.ramchoice/2024-03-16.log rPackages.ramchoice 2.1 -> 2.2 https://repology.org/project/r:ramchoice/versions attrpath: rPackages.ramchoice Checking auto update branch... No auto update branch exists Old version 2.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.ramchoice 2.1 -> 2.2 https://repology.org/project/r:ramchoice/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-appconfigdata, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-appconfigdata/2024-03-16.log python312Packages.mypy-boto3-appconfigdata 1.34.24 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-appconfigdata Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2k9hvdy95z5l0fhim3xizmbqbpkwy91v-packages.json.drv building '/nix/store/2k9hvdy95z5l0fhim3xizmbqbpkwy91v-packages.json.drv'... Going to be running update for following packages: - python3.12-mypy-boto3-appconfigdata-1.34.24 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-appconfigdata-1.34.24: UPDATING ... - python3.12-mypy-boto3-appconfigdata-1.34.24: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-appconfigdata 1.34.24 -> 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 rPackages.cat2cat, using log file: /var/log/nixpkgs-update/rPackages.cat2cat/2024-03-16.log rPackages.cat2cat 0.4.6 -> 0.4.7 https://repology.org/project/r:cat2cat/versions attrpath: rPackages.cat2cat Checking auto update branch... No auto update branch exists Old version 0.4.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.cat2cat 0.4.6 -> 0.4.7 https://repology.org/project/r:cat2cat/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.fipio, using log file: /var/log/nixpkgs-update/rPackages.fipio/2024-03-16.log rPackages.fipio 1.1.1 -> 1.1.2 https://repology.org/project/r:fipio/versions attrpath: rPackages.fipio Checking auto update branch... No auto update branch exists Old version 1.1.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.fipio 1.1.1 -> 1.1.2 https://repology.org/project/r:fipio/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-cloud9, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-cloud9/2024-03-16.log python312Packages.mypy-boto3-cloud9 1.34.24 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-cloud9 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/j8gcxpq4lfprp0dik8yc6gh6mpd7kvxp-packages.json.drv building '/nix/store/j8gcxpq4lfprp0dik8yc6gh6mpd7kvxp-packages.json.drv'... Going to be running update for following packages: - python3.12-mypy-boto3-cloud9-1.34.24 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-cloud9-1.34.24: UPDATING ... - python3.12-mypy-boto3-cloud9-1.34.24: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-cloud9 1.34.24 -> 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 jpylyzer, using log file: /var/log/nixpkgs-update/jpylyzer/2024-03-16.log jpylyzer 0 -> 1 attrpath: jpylyzer 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/pkzj7pxf3v1d8l6m53jcyzrbqfdxyfmj-packages.json.drv building '/nix/store/pkzj7pxf3v1d8l6m53jcyzrbqfdxyfmj-packages.json.drv'... Going to be running update for following packages: - jpylyzer-2.1.0 Press Enter key to continue... Running update for: - jpylyzer-2.1.0: UPDATING ... - jpylyzer-2.1.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/jpylyzer/default.nix b/pkgs/development/python-modules/jpylyzer/default.nix index 9a33ecf46d4b..a4eda4cc0665 100644 --- a/pkgs/development/python-modules/jpylyzer/default.nix +++ b/pkgs/development/python-modules/jpylyzer/default.nix @@ -18,20 +18,20 @@ let testFiles = fetchFromGitHub { owner = "openpreserve"; repo = "jpylyzer-test-files"; - rev = "146cb0029b5ea9d8ef22dc6683cec8afae1cc63a"; + rev = "refs/tags/${version}"; hash = "sha256-uKUau7mYXqGs4dSnXGPnPsH9k81ZCK0aPj5F9HWBMZ8="; }; in buildPythonPackage rec { pname = "jpylyzer"; - version = "2.1.0"; + version = "2.2.0"; format = "setuptools"; src = fetchFromGitHub { owner = "openpreserve"; repo = pname; rev = version; - hash = "sha256-LBVOwjWC/HEvGgoi8WxEdl33M4JrfdHEj1Dk7f1NAiA="; + hash = "sha256-SK6Z+JkFBD9V99reRZf+jM8Z2SiDNSG72gusp2FPfmI="; }; propagatedBuildInputs = [ six ]; 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 jpylyzer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.MultiscaleDTM, using log file: /var/log/nixpkgs-update/rPackages.MultiscaleDTM/2024-03-16.log rPackages.MultiscaleDTM 0.8.2 -> 0.8.3 https://repology.org/project/r:multiscaledtm/versions attrpath: rPackages.MultiscaleDTM Checking auto update branch... No auto update branch exists Old version 0.8.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.MultiscaleDTM 0.8.2 -> 0.8.3 https://repology.org/project/r:multiscaledtm/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath melonDS, using log file: /var/log/nixpkgs-update/melonDS/2024-03-16.log melonDS 0.9.5-unstable-2024-01-17 -> 0.9.5 https://github.com/melonDS-emu/melonDS/releases attrpath: melonDS Checking auto update branch... No auto update branch exists 0.9.5 is not newer than 0.9.5-unstable-2024-01-17 according to Nix; versionComparison: -1 [result] Failed to update melonDS 0.9.5-unstable-2024-01-17 -> 0.9.5 https://github.com/melonDS-emu/melonDS/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.hishel, using log file: /var/log/nixpkgs-update/python311Packages.hishel/2024-03-16.log python311Packages.hishel 0 -> 1 attrpath: python311Packages.hishel Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/k1z01hwi03kfqjkimf1ikn25gx4zy9q5-packages.json.drv building '/nix/store/k1z01hwi03kfqjkimf1ikn25gx4zy9q5-packages.json.drv'... Going to be running update for following packages: - python3.11-hishel-0.0.24 Press Enter key to continue... Running update for: - python3.11-hishel-0.0.24: UPDATING ... - python3.11-hishel-0.0.24: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.hishel 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.MazamaTimeSeries, using log file: /var/log/nixpkgs-update/rPackages.MazamaTimeSeries/2024-03-16.log rPackages.MazamaTimeSeries 0.2.15 -> 0.3.0 https://repology.org/project/r:mazamatimeseries/versions attrpath: rPackages.MazamaTimeSeries Checking auto update branch... No auto update branch exists Old version 0.2.15" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.MazamaTimeSeries 0.2.15 -> 0.3.0 https://repology.org/project/r:mazamatimeseries/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.GCalignR, using log file: /var/log/nixpkgs-update/rPackages.GCalignR/2024-03-16.log rPackages.GCalignR 1.0.5 -> 1.0.6 https://repology.org/project/r:gcalignr/versions attrpath: rPackages.GCalignR Checking auto update branch... No auto update branch exists Old version 1.0.5" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.GCalignR 1.0.5 -> 1.0.6 https://repology.org/project/r:gcalignr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath station, using log file: /var/log/nixpkgs-update/station/2024-03-16.log station 1.52.2 -> 2.7.3 https://repology.org/project/station-smart-browser/versions attrpath: station Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/wcgrsl9288fy1fnfz6v7nc8y92ckz7il-Station-2.7.3-x86_64.AppImage.drv building '/nix/store/wcgrsl9288fy1fnfz6v7nc8y92ckz7il-Station-2.7.3-x86_64.AppImage.drv'... trying https://github.com/getstation/desktop-app-releases/releases/download/2.7.3/Station-2.7.3-x86_64.AppImage % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download Station-2.7.3-x86_64.AppImage from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'station.originalSrc' not found stderr did not split as expected full stderr was: these 9 derivations will be built: /nix/store/wcgrsl9288fy1fnfz6v7nc8y92ckz7il-Station-2.7.3-x86_64.AppImage.drv /nix/store/1zqkqlvr7hyf0glkl7jwfdd4v6m0n1wg-station-2.7.3-extracted.drv /nix/store/mglxiz8ydcn8yqwczqknccdklhy26pjj-profile.drv /nix/store/624p6c55919m4bwxvl4zbvilvm4siq4n-station-2.7.3-chrootenv-etc.drv /nix/store/s73j0ha4bxz53d79w363nbm7jv0xc4gm-station-2.7.3-usr-target.drv /nix/store/d4lqjzwgqz2685m5piwj9mcv1cmqs17c-station-2.7.3-fhs.drv /nix/store/s57ybbsynnpyck8ldlibr19m4ryimcis-station-2.7.3-init.drv /nix/store/y5clg9vvzfk9gvsg2bl1qqnxc03sy6l1-station-2.7.3-bwrap.drv /nix/store/lxjd57ckb6w1zgjwkyj706j3s4drrf1v-station-2.7.3.drv building '/nix/store/mglxiz8ydcn8yqwczqknccdklhy26pjj-profile.drv'... building '/nix/store/wcgrsl9288fy1fnfz6v7nc8y92ckz7il-Station-2.7.3-x86_64.AppImage.drv'... building '/nix/store/624p6c55919m4bwxvl4zbvilvm4siq4n-station-2.7.3-chrootenv-etc.drv'... /nix/store/agkfgx0f0ja58i55rcpshmvj0x7k92px-station-2.7.3-chrootenv-etc/etc /build building '/nix/store/s73j0ha4bxz53d79w363nbm7jv0xc4gm-station-2.7.3-usr-target.drv'... warning: collision between `/nix/store/m9b4wcy4yyn5xcy394h74x7klb28nm2c-glibc-2.38-44-bin/bin/ldconfig' and `/nix/store/79l0h0pqyz4mjfg6hbra2rzy99i9lf3v-ldconfig/bin/ldconfig' warning: collision between `/nix/store/ksk3rnb0ljx8gngzk19jlmbjyvac4hw6-glibc-2.38-44/lib/locale/locale-archive' and `/nix/store/j1ba2w87aq4bcvv47mvrnss2ashfrzbk-glibc-locales-2.38-44/lib/locale/locale-archive' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/bin/sh' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/bin/sh' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/bin/bashbug' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/bin/bashbug' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/bin/bash' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/bin/bash' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/zh_TW/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/zh_TW/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/ga/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/ga/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/sr/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/sr/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/en@quot/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/en@quot/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/el/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/el/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/bg/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/bg/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/ja/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/ja/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/tr/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/tr/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/nb/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/nb/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/ro/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/ro/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/ca/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/ca/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/ko/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/ko/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/zh_CN/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/zh_CN/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/lt/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/lt/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/hr/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/hr/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/et/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/et/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/en@boldquot/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/en@boldquot/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/id/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/id/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/pt/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/pt/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/sk/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/sk/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/eo/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/eo/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/nl/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/nl/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/hu/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/hu/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/sv/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/sv/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/fr/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/fr/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/af/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/af/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/gl/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/gl/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/da/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/da/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/it/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/it/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/pt_BR/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/pt_BR/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/fi/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/fi/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/ru/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/ru/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/cs/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/cs/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/uk/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/uk/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/de/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/de/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/es/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/es/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/pl/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/pl/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/sl/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/sl/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/vi/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/vi/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/mktemp' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/mktemp' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/rm' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/rm' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/logname' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/logname' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/mkfifo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/mkfifo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/mkdir' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/mkdir' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/printenv' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/printenv' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/basename' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/basename' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/setpgid' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/setpgid' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/print' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/print' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/Makefile.sample' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/Makefile.sample' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/cut' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/cut' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/sleep' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/sleep' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/seq' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/seq' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/finfo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/finfo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/tee' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/tee' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/rmdir' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/rmdir' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/fdflags' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/fdflags' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/realpath' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/realpath' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/strftime' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/strftime' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/dsv' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/dsv' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/id' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/id' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/loadables.h' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/loadables.h' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/dirname' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/dirname' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/head' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/head' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/sync' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/sync' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/tty' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/tty' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/push' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/push' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/csv' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/csv' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/whoami' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/whoami' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/stat' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/stat' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/ln' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/ln' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/mypid' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/mypid' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/getconf' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/getconf' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/unlink' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/unlink' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/pathchk' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/pathchk' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/truefalse' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/truefalse' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/accept' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/accept' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/uname' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/uname' warning: collision between `/nix/store/cig3dkfkzvp1dhmxgyywrqfmajz86mgj-bash-interactive-5.2p26-man/share/man/man1/bashbug.1.gz' and `/nix/store/57kwhi30cvlg5c10xs3ybdwv5yx5fqq4-bash-interactive-5.2p26-man/share/man/man1/bashbug.1.gz' warning: collision between `/nix/store/cig3dkfkzvp1dhmxgyywrqfmajz86mgj-bash-interactive-5.2p26-man/share/man/man1/bash.1.gz' and `/nix/store/57kwhi30cvlg5c10xs3ybdwv5yx5fqq4-bash-interactive-5.2p26-man/share/man/man1/bash.1.gz' trying https://github.com/getstation/desktop-app-releases/releases/download/2.7.3/Station-2.7.3-x86_64.AppImage % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download Station-2.7.3-x86_64.AppImage from any mirror error: builder for '/nix/store/wcgrsl9288fy1fnfz6v7nc8y92ckz7il-Station-2.7.3-x86_64.AppImage.drv' failed with exit code 1; last 7 log lines: > > trying https://github.com/getstation/desktop-app-releases/releases/download/2.7.3/Station-2.7.3-x86_64.AppImage > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download Station-2.7.3-x86_64.AppImage from any mirror For full logs, run 'nix log /nix/store/wcgrsl9288fy1fnfz6v7nc8y92ckz7il-Station-2.7.3-x86_64.AppImage.drv'. error: 1 dependencies of derivation '/nix/store/1zqkqlvr7hyf0glkl7jwfdd4v6m0n1wg-station-2.7.3-extracted.drv' failed to build error: 1 dependencies of derivation '/nix/store/lxjd57ckb6w1zgjwkyj706j3s4drrf1v-station-2.7.3.drv' failed to build [result] Failed to update station 1.52.2 -> 2.7.3 https://repology.org/project/station-smart-browser/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.gms, using log file: /var/log/nixpkgs-update/rPackages.gms/2024-03-16.log rPackages.gms 0.4.0 -> 0.25.9 https://repology.org/project/r:gms/versions attrpath: rPackages.gms 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.gms 0.4.0 -> 0.25.9 https://repology.org/project/r:gms/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath LASzip, using log file: /var/log/nixpkgs-update/LASzip/2024-03-16.log LASzip 3.4.3 -> 3.5.1 https://repology.org/project/laszip/versions attrpath: LASzip 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/b5cvq6342c2vb40bkli7y2r8352g91lh-source.drv building '/nix/store/b5cvq6342c2vb40bkli7y2r8352g91lh-source.drv'... trying https://github.com/LASzip/LASzip/archive/3.5.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'LASzip.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/b5cvq6342c2vb40bkli7y2r8352g91lh-source.drv /nix/store/hzmzvck9sywprzgwhympfma263zwf2cv-LASzip-3.5.1.drv building '/nix/store/b5cvq6342c2vb40bkli7y2r8352g91lh-source.drv'... trying https://github.com/LASzip/LASzip/archive/3.5.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/b5cvq6342c2vb40bkli7y2r8352g91lh-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/LASzip/LASzip/archive/3.5.1.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/b5cvq6342c2vb40bkli7y2r8352g91lh-source.drv'. error: 1 dependencies of derivation '/nix/store/hzmzvck9sywprzgwhympfma263zwf2cv-LASzip-3.5.1.drv' failed to build [result] Failed to update LASzip 3.4.3 -> 3.5.1 https://repology.org/project/laszip/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.ratel, using log file: /var/log/nixpkgs-update/haskellPackages.ratel/2024-03-16.log haskellPackages.ratel 2.0.0.10 -> 2.0.0.11 https://repology.org/project/haskell:ratel/versions attrpath: haskellPackages.ratel Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.ratel 2.0.0.10 -> 2.0.0.11 https://repology.org/project/haskell:ratel/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO currently don't know how to update perl [result] Failed to update perl536Packages.Env 1.04 -> 1.06 https://repology.org/project/perl:env/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.limesdr, using log file: /var/log/nixpkgs-update/gnuradio3_8Packages.limesdr/2024-03-16.log gnuradio3_8Packages.limesdr 3.0.1 -> 3.0.1.10.69 https://repology.org/project/gr-limesdr/versions attrpath: gnuradio3_8Packages.limesdr 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/121bdban0s1frkmfg17vc5b6aa3y1f0y-source.drv building '/nix/store/121bdban0s1frkmfg17vc5b6aa3y1f0y-source.drv'... trying https://github.com/myriadrf/gr-limesdr/archive/v3.0.1.10.69.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 'gnuradio3_8Packages.limesdr.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/121bdban0s1frkmfg17vc5b6aa3y1f0y-source.drv /nix/store/xfy1ndav7sjyl2vllvyzl16fnqy3cjga-gr-limesdr-3.0.1.10.69.drv building '/nix/store/121bdban0s1frkmfg17vc5b6aa3y1f0y-source.drv'... trying https://github.com/myriadrf/gr-limesdr/archive/v3.0.1.10.69.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/121bdban0s1frkmfg17vc5b6aa3y1f0y-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/myriadrf/gr-limesdr/archive/v3.0.1.10.69.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/121bdban0s1frkmfg17vc5b6aa3y1f0y-source.drv'. error: 1 dependencies of derivation '/nix/store/xfy1ndav7sjyl2vllvyzl16fnqy3cjga-gr-limesdr-3.0.1.10.69.drv' failed to build [result] Failed to update gnuradio3_8Packages.limesdr 3.0.1 -> 3.0.1.10.69 https://repology.org/project/gr-limesdr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath map-cmd, using log file: /var/log/nixpkgs-update/map-cmd/2024-03-16.log map-cmd 0.1.1 -> 7 https://repology.org/project/map/versions attrpath: map-cmd 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/kihvdaimwz8i0wnvjisk4vvcfv8grxmi-source.drv building '/nix/store/kihvdaimwz8i0wnvjisk4vvcfv8grxmi-source.drv'... trying https://github.com/soveran/map/archive/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 'map-cmd.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/kihvdaimwz8i0wnvjisk4vvcfv8grxmi-source.drv /nix/store/9k17b6amr67g7f3l0xd7vb6v0p78b658-map-7.drv building '/nix/store/kihvdaimwz8i0wnvjisk4vvcfv8grxmi-source.drv'... trying https://github.com/soveran/map/archive/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/kihvdaimwz8i0wnvjisk4vvcfv8grxmi-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/soveran/map/archive/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/kihvdaimwz8i0wnvjisk4vvcfv8grxmi-source.drv'. error: 1 dependencies of derivation '/nix/store/9k17b6amr67g7f3l0xd7vb6v0p78b658-map-7.drv' failed to build [result] Failed to update map-cmd 0.1.1 -> 7 https://repology.org/project/map/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath redmine, using log file: /var/log/nixpkgs-update/redmine/2024-03-16.log redmine 5.0.6 -> 5.1.2 https://repology.org/project/redmine/versions attrpath: redmine Checking auto update branch... No auto update branch exists Derivation contains bundlerEnv [result] Failed to update redmine 5.0.6 -> 5.1.2 https://repology.org/project/redmine/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mons, using log file: /var/log/nixpkgs-update/mons/2024-03-16.log mons 2020-03-20 -> 20200320 https://repology.org/project/mons/versions attrpath: mons Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/tools/misc/mons/default.nix b/pkgs/tools/misc/mons/default.nix index d386c901e7c0..95d9dae9e71b 100644 --- a/pkgs/tools/misc/mons/default.nix +++ b/pkgs/tools/misc/mons/default.nix @@ -12,13 +12,13 @@ resholve.mkDerivation rec { pname = "mons"; - version = "unstable-2020-03-20"; + version = "unstable-20200320"; src = fetchFromGitHub { owner = "Ventto"; repo = pname; rev = "375bbba3aa700c8b3b33645a7fb70605c8b0ff0c"; - sha256 = "19r5y721yrxhd9jp99s29jjvm0p87vl6xfjlcj38bljq903f21cl"; + sha256 = "sha256-lAXhBkhY0oWGZFS6bug+6IK6pUxCp3RlarBnH8TxJac="; fetchSubmodules = true; }; rev equal; no update necessary [result] Failed to update mons 2020-03-20 -> 20200320 https://repology.org/project/mons/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.asbio, using log file: /var/log/nixpkgs-update/rPackages.asbio/2024-03-16.log rPackages.asbio 1.9-6 -> 1.9-7 https://repology.org/project/r:asbio/versions attrpath: rPackages.asbio Checking auto update branch... No auto update branch exists Old version 1.9-6" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.asbio 1.9-6 -> 1.9-7 https://repology.org/project/r:asbio/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath xed, using log file: /var/log/nixpkgs-update/xed/2024-03-16.log xed 2022.08.11 -> 2023.12.19 https://repology.org/project/intel-xed/versions attrpath: xed 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 xed 2022.08.11 -> 2023.12.19 https://repology.org/project/intel-xed/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.pbdSLAP, using log file: /var/log/nixpkgs-update/rPackages.pbdSLAP/2024-03-16.log rPackages.pbdSLAP 0.3-4 -> 0.3-5 https://repology.org/project/r:pbdslap/versions attrpath: rPackages.pbdSLAP Checking auto update branch... No auto update branch exists Old version 0.3-4" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.pbdSLAP 0.3-4 -> 0.3-5 https://repology.org/project/r:pbdslap/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.rr, using log file: /var/log/nixpkgs-update/rPackages.rr/2024-03-16.log rPackages.rr 1.4.1 -> 1.4.2 https://repology.org/project/r:rr/versions attrpath: rPackages.rr 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.rr 1.4.1 -> 1.4.2 https://repology.org/project/r:rr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.nncc, using log file: /var/log/nixpkgs-update/rPackages.nncc/2024-03-16.log rPackages.nncc 1.0.1 -> 2.0.0 https://repology.org/project/r:nncc/versions attrpath: rPackages.nncc 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.nncc 1.0.1 -> 2.0.0 https://repology.org/project/r:nncc/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.robsurvey, using log file: /var/log/nixpkgs-update/rPackages.robsurvey/2024-03-16.log rPackages.robsurvey 0.5-2 -> 0.6 https://repology.org/project/r:robsurvey/versions attrpath: rPackages.robsurvey 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.robsurvey 0.5-2 -> 0.6 https://repology.org/project/r:robsurvey/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath shortcat, using log file: /var/log/nixpkgs-update/shortcat/2024-03-16.log shortcat 0.11.0 -> 0.11.4 https://repology.org/project/shortcat/versions attrpath: shortcat Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/os-specific/darwin/shortcat/default.nix b/pkgs/os-specific/darwin/shortcat/default.nix index dcf32a4fd9e3..605d6ca4329a 100644 --- a/pkgs/os-specific/darwin/shortcat/default.nix +++ b/pkgs/os-specific/darwin/shortcat/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "shortcat"; - version = "0.11.0"; + version = "0.11.4"; src = fetchurl { url = "https://files.shortcat.app/releases/v${version}/Shortcat.zip"; - sha256 = "sha256-P8NQy9odWOD8wRHBTmaNH7OCXXvgQsMiI169KfsAABU="; + sha256 = "sha256-0uhAGU5y98oOLAlM7Uu4dWyK85RfNR5c8z3U7LHi8g8="; }; sourceRoot = "Shortcat.app"; [outpaths] eval start [outpaths] eval end Update edits cause no rebuilds. [result] Failed to update shortcat 0.11.0 -> 0.11.4 https://repology.org/project/shortcat/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.sbvPlugin, using log file: /var/log/nixpkgs-update/haskellPackages.sbvPlugin/2024-03-16.log haskellPackages.sbvPlugin 9.6.1 -> 9.8.1 https://repology.org/project/haskell:sbvplugin/versions attrpath: haskellPackages.sbvPlugin Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.sbvPlugin 9.6.1 -> 9.8.1 https://repology.org/project/haskell:sbvplugin/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.riskclustr, using log file: /var/log/nixpkgs-update/rPackages.riskclustr/2024-03-16.log rPackages.riskclustr 0.4.0 -> 0.4.1 https://repology.org/project/r:riskclustr/versions attrpath: rPackages.riskclustr Checking auto update branch... No auto update branch exists Old version 0.4.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.riskclustr 0.4.0 -> 0.4.1 https://repology.org/project/r:riskclustr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.modEvA, using log file: /var/log/nixpkgs-update/rPackages.modEvA/2024-03-16.log rPackages.modEvA 3.11 -> 3.13.3 https://repology.org/project/r:modeva/versions attrpath: rPackages.modEvA Checking auto update branch... No auto update branch exists Old version 3.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.modEvA 3.11 -> 3.13.3 https://repology.org/project/r:modeva/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mpc-cli, using log file: /var/log/nixpkgs-update/mpc-cli/2024-03-16.log mpc-cli 0.34 -> 0.35 https://repology.org/project/mpc/versions attrpath: mpc-cli Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update mpc-cli 0.34 -> 0.35 https://repology.org/project/mpc/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nvidia_cg_toolkit, using log file: /var/log/nixpkgs-update/nvidia_cg_toolkit/2024-03-16.log nvidia_cg_toolkit 3.1 -> 3.1.0013 https://repology.org/project/nvidia-cg-toolkit/versions attrpath: nvidia_cg_toolkit Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update nvidia_cg_toolkit 3.1 -> 3.1.0013 https://repology.org/project/nvidia-cg-toolkit/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath xzgv, using log file: /var/log/nixpkgs-update/xzgv/2024-03-16.log xzgv 0.9.2 -> 0.9.2_2 https://repology.org/project/xzgv/versions attrpath: xzgv Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/8xfw9zlv6z601cir8w1wwlgmzqjqx260-xzgv-0.9.2_2.tar.gz.drv building '/nix/store/8xfw9zlv6z601cir8w1wwlgmzqjqx260-xzgv-0.9.2_2.tar.gz.drv'... trying https://downloads.sourceforge.net/xzgv/xzgv-0.9.2_2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://prdownloads.sourceforge.net/xzgv/xzgv-0.9.2_2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://netcologne.dl.sourceforge.net/sourceforge/xzgv/xzgv-0.9.2_2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 138 100 138 0 0 1288 0 --:--:-- --:--:-- --:--:-- 1289 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://versaweb.dl.sourceforge.net/sourceforge/xzgv/xzgv-0.9.2_2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://freefr.dl.sourceforge.net/sourceforge/xzgv/xzgv-0.9.2_2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 306 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://osdn.dl.sourceforge.net/sourceforge/xzgv/xzgv-0.9.2_2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (60) SSL: no alternative certificate subject name matches target host name 'osdn.dl.sourceforge.net' More details here: https://curl.se/docs/sslcerts.html curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it. To learn more about this situation and how to fix it, please visit the web page mentioned above. error: cannot download xzgv-0.9.2_2.tar.gz from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'xzgv.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/8xfw9zlv6z601cir8w1wwlgmzqjqx260-xzgv-0.9.2_2.tar.gz.drv /nix/store/kqkdzr34qk6yib8jajfzfxs4sz0j0s56-xzgv-0.9.2_2.drv building '/nix/store/8xfw9zlv6z601cir8w1wwlgmzqjqx260-xzgv-0.9.2_2.tar.gz.drv'... trying https://downloads.sourceforge.net/xzgv/xzgv-0.9.2_2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://prdownloads.sourceforge.net/xzgv/xzgv-0.9.2_2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://netcologne.dl.sourceforge.net/sourceforge/xzgv/xzgv-0.9.2_2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 138 100 138 0 0 1290 0 --:--:-- --:--:-- --:--:-- 1301 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://versaweb.dl.sourceforge.net/sourceforge/xzgv/xzgv-0.9.2_2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 154 100 154 0 0 248 0 --:--:-- --:--:-- --:--:-- 249 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://freefr.dl.sourceforge.net/sourceforge/xzgv/xzgv-0.9.2_2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 306 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://osdn.dl.sourceforge.net/sourceforge/xzgv/xzgv-0.9.2_2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (60) SSL: no alternative certificate subject name matches target host name 'osdn.dl.sourceforge.net' More details here: https://curl.se/docs/sslcerts.html curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it. To learn more about this situation and how to fix it, please visit the web page mentioned above. error: cannot download xzgv-0.9.2_2.tar.gz from any mirror error: builder for '/nix/store/8xfw9zlv6z601cir8w1wwlgmzqjqx260-xzgv-0.9.2_2.tar.gz.drv' failed with exit code 1; last 25 log lines: > trying https://versaweb.dl.sourceforge.net/sourceforge/xzgv/xzgv-0.9.2_2.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 100 154 100 154 0 0 248 0 --:--:-- --:--:-- --:--:-- 249 > 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 > curl: (22) The requested URL returned error: 404 > > trying https://freefr.dl.sourceforge.net/sourceforge/xzgv/xzgv-0.9.2_2.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 306 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 > curl: (22) The requested URL returned error: 404 > > trying https://osdn.dl.sourceforge.net/sourceforge/xzgv/xzgv-0.9.2_2.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (60) SSL: no alternative certificate subject name matches target host name 'osdn.dl.sourceforge.net' > More details here: https://curl.se/docs/sslcerts.html > > curl failed to verify the legitimacy of the server and therefore could not > establish a secure connection to it. To learn more about this situation and > how to fix it, please visit the web page mentioned above. > error: cannot download xzgv-0.9.2_2.tar.gz from any mirror For full logs, run 'nix log /nix/store/8xfw9zlv6z601cir8w1wwlgmzqjqx260-xzgv-0.9.2_2.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/kqkdzr34qk6yib8jajfzfxs4sz0j0s56-xzgv-0.9.2_2.drv' failed to build [result] Failed to update xzgv 0.9.2 -> 0.9.2_2 https://repology.org/project/xzgv/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.pmparser, using log file: /var/log/nixpkgs-update/rPackages.pmparser/2024-03-16.log rPackages.pmparser 1.0.19 -> 1.0.20 https://repology.org/project/r:pmparser/versions attrpath: rPackages.pmparser Checking auto update branch... No auto update branch exists Old version 1.0.19" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.pmparser 1.0.19 -> 1.0.20 https://repology.org/project/r:pmparser/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.NACHO, using log file: /var/log/nixpkgs-update/rPackages.NACHO/2024-03-16.log rPackages.NACHO 2.0.5 -> 2.0.6 https://repology.org/project/r:nacho/versions attrpath: rPackages.NACHO Checking auto update branch... No auto update branch exists Old version 2.0.5" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.NACHO 2.0.5 -> 2.0.6 https://repology.org/project/r:nacho/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pingtcp, using log file: /var/log/nixpkgs-update/pingtcp/2024-03-16.log pingtcp 0.0.3 -> 0.0.6 https://repology.org/project/pingtcp/versions attrpath: pingtcp 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/p0sq8sm7m5kyzclrvzj3q577nhy6g71v-source.drv building '/nix/store/p0sq8sm7m5kyzclrvzj3q577nhy6g71v-source.drv'... exporting https://github.com/LanetNetwork/pingtcp.git (rev refs/tags/v0.0.6) into /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source Initialized empty Git repository in /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/.git/ fatal: couldn't find remote ref refs/tags/v0.0.6 remote: Enumerating objects: 16, done. remote: Counting objects: 100% (16/16), done. remote: Compressing objects: 100% (13/13), done. remote: Total 16 (delta 0), reused 12 (delta 0), pack-reused 0 Unpacking objects: 100% (16/16), 23.16 KiB | 790.00 KiB/s, done. From https://github.com/LanetNetwork/pingtcp * branch HEAD -> FETCH_HEAD fatal: Not a valid object name Unrecognized git object type: Unable to checkout refs/tags/v0.0.6 from https://github.com/LanetNetwork/pingtcp.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 'pingtcp.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/p0sq8sm7m5kyzclrvzj3q577nhy6g71v-source.drv /nix/store/rr8cgg0sqygsrb3d42aqv7p90wdswndl-pingtcp-0.0.6.drv building '/nix/store/p0sq8sm7m5kyzclrvzj3q577nhy6g71v-source.drv'... exporting https://github.com/LanetNetwork/pingtcp.git (rev refs/tags/v0.0.6) into /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source Initialized empty Git repository in /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/.git/ fatal: couldn't find remote ref refs/tags/v0.0.6 remote: Enumerating objects: 16, done. remote: Counting objects: 100% (16/16), done. remote: Compressing objects: 100% (13/13), done. remote: Total 16 (delta 0), reused 12 (delta 0), pack-reused 0 Unpacking objects: 100% (16/16), 23.16 KiB | 878.00 KiB/s, done. From https://github.com/LanetNetwork/pingtcp * branch HEAD -> FETCH_HEAD fatal: Not a valid object name Unrecognized git object type: Unable to checkout refs/tags/v0.0.6 from https://github.com/LanetNetwork/pingtcp.git. error: builder for '/nix/store/p0sq8sm7m5kyzclrvzj3q577nhy6g71v-source.drv' failed with exit code 1; last 13 log lines: > exporting https://github.com/LanetNetwork/pingtcp.git (rev refs/tags/v0.0.6) into /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source > Initialized empty Git repository in /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/.git/ > fatal: couldn't find remote ref refs/tags/v0.0.6 > remote: Enumerating objects: 16, done. > remote: Counting objects: 100% (16/16), done. > remote: Compressing objects: 100% (13/13), done. > remote: Total 16 (delta 0), reused 12 (delta 0), pack-reused 0 > Unpacking objects: 100% (16/16), 23.16 KiB | 878.00 KiB/s, done. > From https://github.com/LanetNetwork/pingtcp > * branch HEAD -> FETCH_HEAD > fatal: Not a valid object name > Unrecognized git object type: > Unable to checkout refs/tags/v0.0.6 from https://github.com/LanetNetwork/pingtcp.git. For full logs, run 'nix log /nix/store/p0sq8sm7m5kyzclrvzj3q577nhy6g71v-source.drv'. error: 1 dependencies of derivation '/nix/store/rr8cgg0sqygsrb3d42aqv7p90wdswndl-pingtcp-0.0.6.drv' failed to build [result] Failed to update pingtcp 0.0.3 -> 0.0.6 https://repology.org/project/pingtcp/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pls, using log file: /var/log/nixpkgs-update/pls/2024-03-16.log pls 0.0.1-beta4 -> 6.0.0 https://repology.org/project/pls/versions attrpath: pls Checking auto update branch... No auto update branch exists Old version 0.0.1-beta4" not present in master derivation file with contents: { lib , stdenv , rustPlatform , fetchFromGitHub , darwin }: rustPlatform.buildRustPackage rec { pname = "pls"; version = "0.0.1-beta.4"; src = fetchFromGitHub { owner = "dhruvkb"; repo = "pls"; rev = "v${version}"; hash = "sha256-YndQx7FImtbAfcbOpIGOdHQA1V7mbQiYBbpik2I+FCE="; }; cargoHash = "sha256-HzkN856GHhY2sQ0jmQCCQva/yB4zzh+ccrQvibLFhxQ="; buildInputs = lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ]; meta = { changelog = "https://github.com/pls-rs/pls/releases/tag/${src.rev}"; description = "Prettier and powerful ls"; homepage = "http://pls.cli.rs"; license = lib.licenses.gpl3Plus; mainProgram = "pls"; maintainers = with lib.maintainers; [ tomasajt ]; }; } [result] Failed to update pls 0.0.1-beta4 -> 6.0.0 https://repology.org/project/pls/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dina-font, using log file: /var/log/nixpkgs-update/dina-font/2024-03-16.log dina-font 2.92 -> 2.93 https://repology.org/project/fonts:dina/versions attrpath: dina-font Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update dina-font 2.92 -> 2.93 https://repology.org/project/fonts:dina/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath odafileconverter, using log file: /var/log/nixpkgs-update/odafileconverter/2024-03-16.log odafileconverter 21.11.0.0 -> 25.1 https://repology.org/project/oda-file-converter/versions attrpath: odafileconverter Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/graphics/odafileconverter/default.nix b/pkgs/applications/graphics/odafileconverter/default.nix index ba1d5bdce073..fd7f5a4a8e5c 100644 --- a/pkgs/applications/graphics/odafileconverter/default.nix +++ b/pkgs/applications/graphics/odafileconverter/default.nix @@ -4,7 +4,7 @@ let # To obtain the version you will need to run the following command: # # dpkg-deb -I ${odafileconverter.src} | grep Version - version = "21.11.0.0"; + version = "25.1"; rpath = "$ORIGIN:${lib.makeLibraryPath [ stdenv.cc.cc qtbase ]}"; in mkDerivation { @@ -15,7 +15,7 @@ in mkDerivation { src = fetchurl { # NB: this URL is not stable (i.e. the underlying file and the corresponding version will change over time) url = "https://web.archive.org/web/20201206221727if_/https://download.opendesign.com/guestfiles/Demo/ODAFileConverter_QT5_lnxX64_7.2dll_21.11.deb"; - sha256 = "10027a3ab18efd04ca75aa699ff550eca3bdfe6f7084460d3c00001bffb50070"; + sha256 = "sha256-EAJ6OrGO/QTKdappn/VQ7KO9/m9whEYNPAAAG/+1AHA="; }; unpackPhase = '' Source url did not change. [result] Failed to update odafileconverter 21.11.0.0 -> 25.1 https://repology.org/project/oda-file-converter/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath luajit, using log file: /var/log/nixpkgs-update/luajit/2024-03-16.log luajit 2.1.1693350652 -> 2.1.1710088188 https://repology.org/project/luajit/versions attrpath: luajit Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update luajit 2.1.1693350652 -> 2.1.1710088188 https://repology.org/project/luajit/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.trackeR, using log file: /var/log/nixpkgs-update/rPackages.trackeR/2024-03-16.log rPackages.trackeR 1.5.2 -> 1.6.0 https://repology.org/project/r:tracker/versions attrpath: rPackages.trackeR 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.trackeR 1.5.2 -> 1.6.0 https://repology.org/project/r:tracker/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.round, using log file: /var/log/nixpkgs-update/rPackages.round/2024-03-16.log rPackages.round 0.21-0.1 -> 0.21-0.2 https://repology.org/project/r:round/versions attrpath: rPackages.round Checking auto update branch... No auto update branch exists Old version 0.21-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.round 0.21-0.1 -> 0.21-0.2 https://repology.org/project/r:round/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-guardduty, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-guardduty/2024-03-16.log python311Packages.mypy-boto3-guardduty 1.34.59 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-guardduty Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jy01ngqhn37zn0wbm6xs0fwkkmmdiy54-packages.json.drv building '/nix/store/jy01ngqhn37zn0wbm6xs0fwkkmmdiy54-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-guardduty-1.34.59 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-guardduty-1.34.59: UPDATING ... - python3.11-mypy-boto3-guardduty-1.34.59: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-guardduty 1.34.59 -> 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 tradcpp, using log file: /var/log/nixpkgs-update/tradcpp/2024-03-16.log tradcpp 0.5.2 -> 0.5.3 https://repology.org/project/tradcpp/versions attrpath: tradcpp 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/tradcpp/default.nix b/pkgs/development/tools/tradcpp/default.nix index 7d2606eba84e..0554bc5b0ef3 100644 --- a/pkgs/development/tools/tradcpp/default.nix +++ b/pkgs/development/tools/tradcpp/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "tradcpp"; - version = "0.5.2"; + version = "0.5.3"; src = fetchurl { url = "https://ftp.netbsd.org/pub/NetBSD/misc/dholland/${pname}-${version}.tar.gz"; - sha256 = "1h2bwxwc13rz3g2236l89hm47f72hn3m4h7wjir3j532kq0m68bc"; + sha256 = "sha256-4XufQs90s2DVaRvFn7U/N+QVgcRbdfzWS7ll5eL+TF4="; }; strictDeps = true; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A tradcpp nix build failed. got build log for 'tradcpp' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/xymsz669f93bvb0ga76lg18qg4vnrssh-tradcpp-0.5.3.tar.gz source root is tradcpp-0.5.3 setting SOURCE_DATE_EPOCH to timestamp 1548123706 of file tradcpp-0.5.3/version.h @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/9rv3x4gkkyzyh9qckwsm4swcbxpshnzz-tradcpp-configure.patch patching file Makefile.in patching file configure.ac applying patch /nix/store/lcjjs6ri3pmab26q8sirqbrv7zprd7c6-aarch64.patch patching file config.h Hunk #1 FAILED at 124. 1 out of 1 hunk FAILED -- saving rejects to file config.h.rej [result] Failed to update tradcpp 0.5.2 -> 0.5.3 https://repology.org/project/tradcpp/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath wmutils-libwm, using log file: /var/log/nixpkgs-update/wmutils-libwm/2024-03-16.log wmutils-libwm 1.0 -> 1.3 https://repology.org/project/wmutils-libwm/versions attrpath: wmutils-libwm 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/wmutils-libwm/default.nix b/pkgs/tools/X11/wmutils-libwm/default.nix index 6d2787a96cd3..95d346c7147c 100644 --- a/pkgs/tools/X11/wmutils-libwm/default.nix +++ b/pkgs/tools/X11/wmutils-libwm/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "wmutils-libwm"; - version = "1.0"; + version = "1.3"; src = fetchFromGitHub { owner = "wmutils"; repo = "libwm"; rev = "v${version}"; - sha256 = "1lpbqrilhffpzc0b7vnp08jr1wr96lndwc7y0ck8hlbzlvm662l0"; + sha256 = "sha256-ROWRgTn33c5gH4ZdkwZ05rRg/Z9e2NppAQSNExSGZ4s="; }; buildInputs = [ libxcb ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A wmutils-libwm nix build failed. got build log for 'wmutils-libwm' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/pwjzbfzk1a6j48i2kf89wv0pmxkh3h4q-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/4vzal97iq3dmrgycj8r0gflrh51p8w1s-bash-5.2p26/bin/bash CC libwm.c libwm.c:2:10: fatal error: xcb/xcb_cursor.h: No such file or directory 2 | #include  | ^~~~~~~~~~~~~~~~~~ compilation terminated. make: *** [Makefile:17: libwm.o] Error 1 [result] Failed to update wmutils-libwm 1.0 -> 1.3 https://repology.org/project/wmutils-libwm/versions [options] github_user: r-ryantm, pull_request: 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.YAML 1.30 -> 1.31 https://repology.org/project/perl:yaml/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dupe-krill, using log file: /var/log/nixpkgs-update/dupe-krill/2024-03-16.log dupe-krill 1.4.8 -> 1.4.9 https://repology.org/project/dupe-krill/versions attrpath: dupe-krill 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] Replacing cargoHash with sha256-p0X1cwDIJ1mBpyk7FqDRBLan9i3kkKvq3H0Pz8MtR3g= Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A dupe-krill nix build failed. got build log for 'dupe-krill' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/xgh52sx2rfgrfyw6yw8g8fjnqac4kwja-source source root is source Executing cargoSetupPostUnpackHook unpacking source archive /nix/store/ai9z0z5kclnhp5hc9z4wxwrwq836y9b8-dupe-krill-1.4.9-vendor.tar.gz Finished cargoSetupPostUnpackHook @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase Executing cargoSetupPostPatchHook Validating consistency between /build/source/Cargo.lock and /build/dupe-krill-1.4.9-vendor.tar.gz/Cargo.lock Finished cargoSetupPostPatchHook @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase Executing cargoBuildHook ++ env CC_X86_64_UNKNOWN_LINUX_GNU=/nix/store/qhpw32pz39y6i30b3vrbw5fw6zv5549f-gcc-wrapper-13.2.0/bin/cc CXX_X86_64_UNKNOWN_LINUX_GNU=/nix/store/qhpw32pz39y6i30b3vrbw5fw6zv5549f-gcc-wrapper-13.2.0/bin/c++ CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=/nix/store/qhpw32pz39y6i30b3vrbw5fw6zv5549f-gcc-wrapper-13.2.0/bin/cc CC_X86_64_UNKNOWN_LINUX_GNU=/nix/store/qhpw32pz39y6i30b3vrbw5fw6zv5549f-gcc-wrapper-13.2.0/bin/cc CXX_X86_64_UNKNOWN_LINUX_GNU=/nix/store/qhpw32pz39y6i30b3vrbw5fw6zv5549f-gcc-wrapper-13.2.0/bin/c++ CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=/nix/store/qhpw32pz39y6i30b3vrbw5fw6zv5549f-gcc-wrapper-13.2.0/bin/cc CARGO_BUILD_TARGET=x86_64-unknown-linux-gnu HOST_CC=/nix/store/qhpw32pz39y6i30b3vrbw5fw6zv5549f-gcc-wrapper-13.2.0/bin/cc HOST_CXX=/nix/store/qhpw32pz39y6i30b3vrbw5fw6zv5549f-gcc-wrapper-13.2.0/bin/c++ cargo build -j 24 --target x86_64-unknown-linux-gnu --frozen --profile release error: the lock file /build/source/Cargo.lock needs to be updated but --frozen was passed to prevent this If you want to try to generate the lock file without accessing the network, remove the --frozen flag and use --offline instead. [result] Failed to update dupe-krill 1.4.8 -> 1.4.9 https://repology.org/project/dupe-krill/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.daphne, using log file: /var/log/nixpkgs-update/python312Packages.daphne/2024-03-16.log python312Packages.daphne 4.0.0 -> 4.1.0 https://repology.org/project/python:daphne/versions attrpath: python312Packages.daphne Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/iss4cq7h0csisxxk8q99lwyhwcfl18rs-packages.json.drv building '/nix/store/iss4cq7h0csisxxk8q99lwyhwcfl18rs-packages.json.drv'... Going to be running update for following packages: - python3.12-daphne-4.0.0 Press Enter key to continue... Running update for: - python3.12-daphne-4.0.0: UPDATING ... - python3.12-daphne-4.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.daphne 4.0.0 -> 4.1.0 https://repology.org/project/python:daphne/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pspg, using log file: /var/log/nixpkgs-update/pspg/2024-03-16.log pspg 5.8.1 -> 5.8.2 https://repology.org/project/pspg/versions attrpath: pspg Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/tools/misc/pspg/default.nix b/pkgs/tools/misc/pspg/default.nix index 2449fd30171d..47fb6fbbd8dd 100644 --- a/pkgs/tools/misc/pspg/default.nix +++ b/pkgs/tools/misc/pspg/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "pspg"; - version = "5.8.1"; + version = "5.8.2"; src = fetchFromGitHub { owner = "okbob"; repo = pname; rev = version; - sha256 = "sha256-nsGBBGw66LCwOuNdBjlz6u9RT+BX6iZmZeDY9yJoc+c="; + sha256 = "sha256-1mL/UlN7wD0GBYwg0C2eYCB3MtFO2ILd4+A7br+/ovs="; }; nativeBuildInputs = [ pkg-config installShellFiles ]; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/wir590v8flcib32cdvp4x0nz5isa3z1y-pspg-5.8.2" [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:
  • pspg
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/pspg/versions. meta.description for pspg is: Postgres Pager meta.homepage for pspg is: https://github.com/okbob/pspg ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/okbob/pspg/releases/tag/5.8.2) - [Compare changes on GitHub](https://github.com/okbob/pspg/compare/5.8.1...5.8.2) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 5.8.2 with grep in /nix/store/wir590v8flcib32cdvp4x0nz5isa3z1y-pspg-5.8.2 - found 5.8.2 in filename of file in /nix/store/wir590v8flcib32cdvp4x0nz5isa3z1y-pspg-5.8.2 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath pspg ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/wir590v8flcib32cdvp4x0nz5isa3z1y-pspg-5.8.2 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A pspg https://github.com/r-ryantm/nixpkgs/archive/d3977c50605c842cfb735a1a3c0ddcb5623509a1.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/d3977c50605c842cfb735a1a3c0ddcb5623509a1#pspg ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/wir590v8flcib32cdvp4x0nz5isa3z1y-pspg-5.8.2 ls -la /nix/store/wir590v8flcib32cdvp4x0nz5isa3z1y-pspg-5.8.2/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • pspg
--- ###### Maintainer pings cc @jlesquembre 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/296399 [result] Success updating pspg 5.8.1 -> 5.8.2 https://repology.org/project/pspg/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.BiodiversityR, using log file: /var/log/nixpkgs-update/rPackages.BiodiversityR/2024-03-16.log rPackages.BiodiversityR 2.15-4 -> 2.16-1 https://repology.org/project/r:biodiversityr/versions attrpath: rPackages.BiodiversityR Checking auto update branch... No auto update branch exists Old version 2.15-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.BiodiversityR 2.15-4 -> 2.16-1 https://repology.org/project/r:biodiversityr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.STRINGdb, using log file: /var/log/nixpkgs-update/rPackages.STRINGdb/2024-03-16.log rPackages.STRINGdb 2.14.0 -> 2.14.3 https://repology.org/project/r:stringdb/versions attrpath: rPackages.STRINGdb Checking auto update branch... No auto update branch exists Old version 2.14.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.STRINGdb 2.14.0 -> 2.14.3 https://repology.org/project/r:stringdb/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.mosaicCalc, using log file: /var/log/nixpkgs-update/rPackages.mosaicCalc/2024-03-16.log rPackages.mosaicCalc 0.6.0 -> 0.6.1 https://repology.org/project/r:mosaiccalc/versions attrpath: rPackages.mosaicCalc 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.mosaicCalc 0.6.0 -> 0.6.1 https://repology.org/project/r:mosaiccalc/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.stupidartnet, using log file: /var/log/nixpkgs-update/python312Packages.stupidartnet/2024-03-16.log python312Packages.stupidartnet 1.4.0 -> 1.5.0 https://repology.org/project/python:stupidartnet/versions attrpath: python312Packages.stupidartnet Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vv1f37si83cqa8y7l6wbjf5ng20z73y7-packages.json.drv building '/nix/store/vv1f37si83cqa8y7l6wbjf5ng20z73y7-packages.json.drv'... Going to be running update for following packages: - python3.12-stupidartnet-1.4.0 Press Enter key to continue... Running update for: - python3.12-stupidartnet-1.4.0: UPDATING ... - python3.12-stupidartnet-1.4.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/stupidartnet/default.nix b/pkgs/development/python-modules/stupidartnet/default.nix index 6092682d2afe..6ed5783f13d2 100644 --- a/pkgs/development/python-modules/stupidartnet/default.nix +++ b/pkgs/development/python-modules/stupidartnet/default.nix @@ -8,7 +8,7 @@ buildPythonPackage rec { pname = "stupidartnet"; - version = "1.4.0"; + version = "1.5.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -17,7 +17,7 @@ buildPythonPackage rec { owner = "cpvalente"; repo = "stupidArtnet"; rev = "refs/tags/${version}"; - hash = "sha256-2LfK63FJcdnXfDLuUzYNlspj1jmtw00S6el49cH+RRM="; + hash = "sha256-6vEzInt1ofVVjTZAOH0Zw3BdwpX//1ZWwJqWPP5fIC8="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/qi15gl3vym3snpbgn59ih4gv77h26q09-python3.12-stupidartnet-1.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 built:
  • ledfx
  • ledfx.dist
  • python311Packages.stupidartnet
  • python311Packages.stupidartnet.dist
  • python312Packages.stupidartnet
  • python312Packages.stupidartnet.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.stupidartnet is: Library implementation of the Art-Net protocol meta.homepage for python312Packages.stupidartnet is: https://github.com/cpvalente/stupidArtnet meta.changelog for python312Packages.stupidartnet is: https://github.com/cpvalente/stupidArtnet/releases/tag/1.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 1.5.0 with grep in /nix/store/qi15gl3vym3snpbgn59ih4gv77h26q09-python3.12-stupidartnet-1.5.0 - found 1.5.0 in filename of file in /nix/store/qi15gl3vym3snpbgn59ih4gv77h26q09-python3.12-stupidartnet-1.5.0 ---
Rebuild report (if merged into master) (click to expand) ``` 3 total rebuild path(s) 3 package rebuild(s) First fifty rebuilds by attrpath ledfx python311Packages.stupidartnet python312Packages.stupidartnet ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/qi15gl3vym3snpbgn59ih4gv77h26q09-python3.12-stupidartnet-1.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.stupidartnet https://github.com/r-ryantm/nixpkgs/archive/5517aff997d5ae7fc45e0fac2e0190939a3fc8b1.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/5517aff997d5ae7fc45e0fac2e0190939a3fc8b1#python312Packages.stupidartnet ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/qi15gl3vym3snpbgn59ih4gv77h26q09-python3.12-stupidartnet-1.5.0 ls -la /nix/store/qi15gl3vym3snpbgn59ih4gv77h26q09-python3.12-stupidartnet-1.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 built:
  • ledfx
  • ledfx.dist
  • python311Packages.stupidartnet
  • python311Packages.stupidartnet.dist
  • python312Packages.stupidartnet
  • python312Packages.stupidartnet.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/296405 [result] Success updating python312Packages.stupidartnet 1.4.0 -> 1.5.0 https://repology.org/project/python:stupidartnet/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.pcbnew-transition, using log file: /var/log/nixpkgs-update/python312Packages.pcbnew-transition/2024-03-16.log python312Packages.pcbnew-transition 0.4.0 -> 0.4.1 https://repology.org/project/python:pcbnewtransition/versions attrpath: python312Packages.pcbnew-transition Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/p3pqmpyfmd5k2ijib2rv4bivx0557yd3-packages.json.drv building '/nix/store/p3pqmpyfmd5k2ijib2rv4bivx0557yd3-packages.json.drv'... Going to be running update for following packages: - python3.12-pcbnewTransition-0.4.0 Press Enter key to continue... Running update for: - python3.12-pcbnewTransition-0.4.0: UPDATING ... - python3.12-pcbnewTransition-0.4.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pcbnew-transition/default.nix b/pkgs/development/python-modules/pcbnew-transition/default.nix index 2f42e00a0847..bf9c6ae6430f 100644 --- a/pkgs/development/python-modules/pcbnew-transition/default.nix +++ b/pkgs/development/python-modules/pcbnew-transition/default.nix @@ -7,14 +7,14 @@ }: buildPythonPackage rec { pname = "pcbnewTransition"; - version = "0.4.0"; + version = "0.4.1"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-M4r6IeARVZq+KO7Q0tbHFD/BMeLN6vmuxfnstmMPgdg="; + hash = "sha256-+mRExuDuEYxSSlrkEjSyPK+RRJZo+YJH7WnUVfjblRQ="; }; propagatedBuildInputs = [ No auto update branch exists There might already be an open PR for this update: - python311Packages.pcbnew-transition: 0.4.0 -> 0.4.1 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/296374" [result] Failed to update python312Packages.pcbnew-transition 0.4.0 -> 0.4.1 https://repology.org/project/python:pcbnewtransition/versions [options] github_user: r-ryantm, pull_request: YES, batch_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_3_2.sorbet-runtime, using log file: /var/log/nixpkgs-update/rubyPackages_3_2.sorbet-runtime/2024-03-16.log rubyPackages_3_2.sorbet-runtime 0.5.11247 -> 0.5.11294 https://repology.org/project/ruby:sorbet-runtime/versions attrpath: rubyPackages_3_2.sorbet-runtime Checking auto update branch... No auto update branch exists Old version 0.5.11247" not present in master derivation file with contents: { actioncable = { dependencies = ["actionpack" "activesupport" "nio4r" "websocket-driver" "zeitwerk"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0ifiz4nd6a34z2n8lpdgvlgwziy2g364b0xzghiqd3inji0cwqp1"; type = "gem"; }; version = "7.1.3.2"; }; actionmailbox = { dependencies = ["actionpack" "activejob" "activerecord" "activestorage" "activesupport" "mail" "net-imap" "net-pop" "net-smtp"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1adqnf5zc4fdr71ykxdv5b50h7n4xfvrc0qcgwmgidi0cxkzx4r4"; type = "gem"; }; version = "7.1.3.2"; }; actionmailer = { dependencies = ["actionpack" "actionview" "activejob" "activesupport" "mail" "net-imap" "net-pop" "net-smtp" "rails-dom-testing"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "012mxn5dfhwbssrckw6kvf851m6rlfa87n4nikk28g05ydfsvcys"; type = "gem"; }; version = "7.1.3.2"; }; actionpack = { dependencies = ["actionview" "activesupport" "nokogiri" "racc" "rack" "rack-session" "rack-test" "rails-dom-testing" "rails-html-sanitizer"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0n1v4r5cyac5wfdlf8bly45mnh60vbp067yjpkyb05vyszamiydq"; type = "gem"; }; version = "7.1.3.2"; }; actiontext = { dependencies = ["actionpack" "activerecord" "activestorage" "activesupport" "globalid" "nokogiri"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0an5sfy96cbd7f43igq47h3m228ivngqjj40gj6iqllhjhchgs7c"; type = "gem"; }; version = "7.1.3.2"; }; actionview = { dependencies = ["activesupport" "builder" "erubi" "rails-dom-testing" "rails-html-sanitizer"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1kq9b4xnwiknjqg4y6ixvv0cf1z0dcxs68inc8bx05s0fqrim6rn"; type = "gem"; }; version = "7.1.3.2"; }; activejob = { dependencies = ["activesupport" "globalid"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "08gjywvd65yzgjw7ynsgvi00scxc4fmgj70wajn7wsdqx00hbafj"; type = "gem"; }; version = "7.1.3.2"; }; activemodel = { dependencies = ["activesupport"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0p3ibps515151ja4gadrhh8frvjvvq4h5fpxw2acccv3z5i553hh"; type = "gem"; }; version = "7.1.3.2"; }; activerecord = { dependencies = ["activemodel" "activesupport" "timeout"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0ww1qxn12nlp0ivysq0pxj6cvajf0fbq781fr4pqx5206c690wj8"; type = "gem"; }; version = "7.1.3.2"; }; activestorage = { dependencies = ["actionpack" "activejob" "activerecord" "activesupport" "marcel"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "09wp0qqp7xr31ipcv42bs81fmyksz9l3jmraryf53qjsbbqpfdr8"; type = "gem"; }; version = "7.1.3.2"; }; activesupport = { dependencies = ["base64" "bigdecimal" "concurrent-ruby" "connection_pool" "drb" "i18n" "minitest" "mutex_m" "tzinfo"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0blbbf2x7dn7ar4g9aij403582zb6zscbj48bz63lvaamsvlb15d"; type = "gem"; }; version = "7.1.3.2"; }; addressable = { dependencies = ["public_suffix"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0irbdwkkjwzajq1ip6ba46q49sxnrl2cw7ddkdhsfhb6aprnm3vr"; type = "gem"; }; version = "2.8.6"; }; ansi = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "14ims9zfal4gs2wpx2m5rd8zsrl2k794d359shkrsgg3fhr2a22l"; type = "gem"; }; version = "1.5.0"; }; ast = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "04nc8x27hlzlrr5c2gn7mar4vdr0apw5xg22wp6m8dx3wqr04a0y"; type = "gem"; }; version = "2.4.2"; }; atk = { dependencies = ["glib2"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "11lcig7dr3nanwdgsacv2hbdpdk5yfaqzfjl8gav41mjbk90w15q"; type = "gem"; }; version = "4.2.1"; }; awesome_print = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0vkq6c8y2jvaw03ynds5vjzl1v9wg608cimkd3bidzxc0jvk56z9"; type = "gem"; }; version = "1.9.2"; }; backport = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0xbzzjrgah0f8ifgd449kak2vyf30micpz6x2g82aipfv7ypsb4i"; type = "gem"; }; version = "1.2.0"; }; bacon = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1f06gdj77bmwzc1k5iragl1595hbn67yc7sqvs56ca8plrr2vmai"; type = "gem"; }; version = "1.2.0"; }; base64 = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "01qml0yilb9basf7is2614skjp8384h2pycfx86cr8023arfj98g"; type = "gem"; }; version = "0.2.0"; }; benchmark = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0wghmhwjzv4r9mdcny4xfz2h2cm7ci24md79rvy2x65r4i99k9sc"; type = "gem"; }; version = "0.3.0"; }; bigdecimal = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0cq1c29zbkcxgdihqisirhcw76xc768z2zpd5vbccpq0l1lv76g7"; type = "gem"; }; version = "3.1.7"; }; bindata = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "08r67nglsqnxrbn803szf5bdnqhchhq8kf2by94f37fcl65wpp19"; type = "gem"; }; version = "2.5.0"; }; builder = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "045wzckxpwcqzrjr353cxnyaxgf0qg22jh00dcx7z38cys5g1jlr"; type = "gem"; }; version = "3.2.4"; }; byebug = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0nx3yjf4xzdgb8jkmk2344081gqr22pgjqnmjg2q64mj5d6r9194"; type = "gem"; }; version = "11.1.3"; }; cairo = { dependencies = ["native-package-installer" "pkg-config" "red-colors"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1a85gisjb2n236bpay7cjqlxq07m4swc8mqnwy8c5rkxfhil194c"; type = "gem"; }; version = "1.17.13"; }; cairo-gobject = { dependencies = ["cairo" "glib2"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "06y99zan4apgi4bsqqwnsdlsyss8dk2plr2gksh4yw8lkkk3a5zs"; type = "gem"; }; version = "4.2.1"; }; camping = { dependencies = ["kdl" "listen" "mab" "rack" "rack-session" "rackup" "zeitwerk"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1w6q8qfz05w0f530yfg8r134zkbsgis9fa0awbypdqfh9jmlhn0m"; type = "gem"; }; version = "3.1.3"; }; certified = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1706p6p0a8adyvd943af2a3093xakvislgffw3v9dvp7j07dyk5a"; type = "gem"; }; version = "1.0.0"; }; charlock_holmes = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0hybw8jw9ryvz5zrki3gc9r88jqy373m6v46ynxsdzv1ysiyr40p"; type = "gem"; }; version = "0.7.7"; }; claide = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1lpm76j8d648i4f41kk7gkc2kgvfsjvw0sf8zknlr1gm38q68i75"; type = "gem"; }; version = "0.9.1"; }; clamp = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1gpz9jvg1gpr8xmfqd35gvyzsvmjvlvwm2sq3pyhml3i84a6qjrq"; type = "gem"; }; version = "0.6.5"; }; cld3 = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0rn46vga5c1ww2vkf4dbg0w5g4h0vwx9idvdz3284188q4ksfbmg"; type = "gem"; }; version = "3.6.0"; }; cocoapods = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1sgw1aymfahgyhz1317mxglnajv5jrm6d5wai4c970avsrlc6qrm"; type = "gem"; }; version = "0.2.0"; }; cocoapods-acknowledgements = { dependencies = ["cocoapods" "redcarpet" "xcodeproj"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "04gaijs4djjkynan06wyaxxz48db0czzfrhh95jn3r201k2ypa7k"; type = "gem"; }; version = "1.3.0"; }; cocoapods-art = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1qxwlsqwg6wa2aa3acf4jvgi3vpxlpdj8qq35jyhkyl16n4hrr1b"; type = "gem"; }; version = "1.1.1"; }; cocoapods-browser = { dependencies = ["cocoapods"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1mq9mcw3xnf2nqkmcjg874sx422dbmfa99vhw31c9jb0cd4j3m9p"; type = "gem"; }; version = "0.1.5"; }; cocoapods-clean = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "16zy8xl94clblxivlcrw2jf3dnvmwlr6jni6kz74rnc8wj42sf1w"; type = "gem"; }; version = "0.0.1"; }; cocoapods-clean_build_phases_scripts = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0syya8l1kz36069y7cx4f37aihpmbm4yd5wvifs3j8qzz8bpxpfi"; type = "gem"; }; version = "0.0.3"; }; cocoapods-coverage = { dependencies = ["cocoapods-testing" "slather"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0y2mhsraf48ww9bp7c7ghrqh3kpx1f1djji5vpm4vh1gj4qz6669"; type = "gem"; }; version = "0.0.5"; }; cocoapods-deintegrate = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "18pnng0lv5z6kpp8hnki0agdxx979iq6hxkfkglsyqzmir22lz2i"; type = "gem"; }; version = "1.0.5"; }; cocoapods-dependencies = { dependencies = ["ruby-graphviz"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "10ssv98af44698kp4w0wfdrc7x3ccf2w9dhcva6i7hwlffjvcsz3"; type = "gem"; }; version = "1.3.0"; }; cocoapods-deploy = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1qnhl54z0dqyn0sk7rgn3vwmfax0yr3sk2r464h888d2qjxz6v7j"; type = "gem"; }; version = "0.0.12"; }; cocoapods-disable-podfile-validations = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0csgcp2kkmciavnic1yrb8z405dg4lqkzdlw2zscahvggpwr0j2p"; type = "gem"; }; version = "0.2.0"; }; cocoapods-downloader = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1ldnwwsx44i2xsdmsmyz9xrar19lfy5s5xslvral1p3674dvwvmv"; type = "gem"; }; version = "2.1"; }; cocoapods-expert-difficulty = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "19shjj4kj9rqg1a3pax568q0w9rkq8jcba2mycvq0szbv7bw6pgl"; type = "gem"; }; version = "1.0.0"; }; cocoapods-fix-react-native = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0jhgg3amman51hvk0x7h1xqqdb71kfmbzfziaip6fxkl7sjr43ix"; type = "gem"; }; version = "2019.09.17.15"; }; cocoapods-generate = { dependencies = ["cocoapods-disable-podfile-validations"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0216rwc4r0z0a1gvckphn7x9qk7zn00ivc49kv0hgafmrmaf2wy3"; type = "gem"; }; version = "2.2.5"; }; cocoapods-git_url_rewriter = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1cmyrj92d781pkq1b6qbvpmxvfx8k3l36cdqsi46w55icjm1jqbw"; type = "gem"; }; version = "1.0.1"; }; cocoapods-keys = { dependencies = ["dotenv" "ruby-keychain"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1zycjq1i3kqzpixngm1jp66r075yrb54qcd0xxxa8rmxngimqhff"; type = "gem"; }; version = "2.3.1"; }; cocoapods-open = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1z9x1cqrz4zc6yd08clawi8gg7ip8vbhkh9lkrdkzw7i6lqyrp0j"; type = "gem"; }; version = "0.0.8"; }; cocoapods-plugins = { dependencies = ["nap"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "16na82sfyc8801qs1n22nwq486s4j7yj6rj7fcp8cbxmj371fpbj"; type = "gem"; }; version = "1.0.0"; }; cocoapods-search = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "12amy0nknv09bvzix8bkmcjn996c50c4ms20v2dl7v8rcw73n4qv"; type = "gem"; }; version = "1.0.1"; }; cocoapods-testing = { dependencies = ["xctasks"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "03dqcz9pks7mbzq3zkfm2rzbjwkcwp8z3rip60d4pqs8b2bb61bg"; type = "gem"; }; version = "0.0.6"; }; cocoapods-trunk = { dependencies = ["nap" "netrc"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0cgdx7z9psxxrsa13fk7qc9i6jskrwcafhrdz94avzia2y6dlnsz"; type = "gem"; }; version = "1.6.0"; }; cocoapods-try = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1znyp625rql37ivb5rk9fk9564cmax8icxfr041ysivpdrn98nql"; type = "gem"; }; version = "1.2.0"; }; cocoapods-try-release-fix = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0a7hbc5j0p507cyd9a0rd2mf2d525ia3gcnx7bdspxqnhl0a43bf"; type = "gem"; }; version = "0.1.2"; }; cocoapods-update-if-you-dare = { dependencies = ["colored2"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0nqvywrbfxiagip2vl9kj71h39g4idq1lshkxl5bqh1hq57g4k9q"; type = "gem"; }; version = "0.2.0"; }; cocoapods-whitelist = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0imaai3zmm3mx35kmfhsir8c3ijcs0s2zm8gd2rhqmk26gn3xqbm"; type = "gem"; }; version = "0.5.4"; }; cocoapods-wholemodule = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "03gr4r0aa9mrj8i27dd6l87jzq78sid3jbywmkazg3yrq6y38i21"; type = "gem"; }; version = "0.0.1"; }; coderay = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0jvxqxzply1lwp7ysn94zjhh57vc14mcshw1ygw14ib8lhc00lyw"; type = "gem"; }; version = "1.1.3"; }; coffee-script = { dependencies = ["coffee-script-source" "execjs"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0rc7scyk7mnpfxqv5yy4y5q1hx3i7q3ahplcp4bq2g5r24g2izl2"; type = "gem"; }; version = "2.4.1"; }; coffee-script-source = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1907v9q1zcqmmyqzhzych5l7qifgls2rlbnbhy5vzyr7i7yicaz1"; type = "gem"; }; version = "1.12.2"; }; colorator = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0f7wvpam948cglrciyqd798gdc6z3cfijciavd0dfixgaypmvy72"; type = "gem"; }; version = "1.1.0"; }; colored = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0b0x5jmsyi0z69bm6sij1k89z7h0laag3cb4mdn7zkl9qmxb90lx"; type = "gem"; }; version = "1.2"; }; colored2 = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1zj06gjqwykgzxmbkp2hmg3wv5kv8zz5d77acxipzcgicdjgvfan"; type = "gem"; }; version = "4.0.0"; }; commonmarker = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1lb5slzbqrca49h0gaifg82xky5r7i9xgm4560pin1xl5fp15lzx"; type = "gem"; }; version = "0.23.10"; }; concurrent-ruby = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1qh1b14jwbbj242klkyz5fc7npd4j0mvndz62gajhvl1l3wd7zc2"; type = "gem"; }; version = "1.2.3"; }; connection_pool = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1x32mcpm2cl5492kd6lbjbaf17qsssmpx9kdyr7z1wcif2cwyh0g"; type = "gem"; }; version = "2.4.1"; }; crabstone = { dependencies = ["ffi"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "154g3l1flndm5pvnhjnrn47ndnsxvfm8y1kv4zhnwiys28pv40nb"; type = "gem"; }; version = "4.0.4"; }; crass = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0pfl5c0pyqaparxaqxi6s4gfl21bdldwiawrc0aknyvflli60lfw"; type = "gem"; }; version = "1.0.6"; }; curb = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1lgga9ina9gnpp9ycj8lpqkc5hm5qlxb41s4pfg0w6fnnpgmairc"; type = "gem"; }; version = "1.0.5"; }; curses = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "00y9g79lzfffxarj3rmhnkblsnyx7izx91mh8c1sdcs9y2pdfq53"; type = "gem"; }; version = "1.4.4"; }; daemons = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "07cszb0zl8mqmwhc8a2yfg36vi6lbgrp4pa5bvmryrpcz9v6viwg"; type = "gem"; }; version = "1.4.1"; }; data_objects = { dependencies = ["addressable"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "19fw1ckqc5f1wc4r72qrymy2k6cmd8azbxpn61ksbsjqhzc2bgqd"; type = "gem"; }; version = "0.10.17"; }; date = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "149jknsq999gnhy865n33fkk22s0r447k76x9pmcnnwldfv2q7wp"; type = "gem"; }; version = "3.3.4"; }; dentaku = { dependencies = ["concurrent-ruby"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0ssmjs7x733n7x6zvcwkaq2rnl0sz1qslli19s730a7ny7pialqg"; type = "gem"; }; version = "3.4.2"; }; dep-selector-libgecode = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "09frwp3np5c64y8g5rnbl46n7riknmdjprhndsh6zzajkjr9m3xj"; type = "gem"; }; version = "1.3.5"; }; diff-lcs = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1znxccz83m4xgpd239nyqxlifdb7m8rlfayk6s259186nkgj6ci7"; type = "gem"; }; version = "1.5.1"; }; differ = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0iayb71yqw5bgarq829fwchykw8lsqm8alnjc6c2m6k74fvnvkjy"; type = "gem"; }; version = "0.1.2"; }; digest-sha3 = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0x8fcwqn6b1l227w38l4hy6i28cpbfbp2yrmklgfy8nb7hq2k1gk"; type = "gem"; }; version = "1.0.2"; }; dip = { dependencies = ["thor"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0ffcxmrm1dnqip6xq9hsrycz4dggk8pj3cd6q99ji6024npjaal6"; type = "gem"; }; version = "7.8.0"; }; dnsruby = { dependencies = ["simpleidn"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "15zh7qi60zwzy184rdmmp55d857ss96f2lad78gcwnpr1223q4mj"; type = "gem"; }; version = "1.71.0"; }; do_sqlite3 = { dependencies = ["data_objects"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0gxz54qjgwg6a2mkqpai28m0i5swbyxpr4qmh9x1nwf20lysrgcf"; type = "gem"; }; version = "0.10.17"; }; docile = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1lxqxgq71rqwj1lpl9q1mbhhhhhhdkkj7my341f2889pwayk85sz"; type = "gem"; }; version = "1.4.0"; }; domain_name = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0cyr2xm576gqhqicsyqnhanni47408w2pgvrfi8pd13h2li3nsaz"; type = "gem"; }; version = "0.6.20240107"; }; dotenv = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1d5jv27p3gpj68pc1cxj3cp1bs11r25w2336sndsdfkx34p6hzlb"; type = "gem"; }; version = "3.1.0"; }; drb = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0h5kbj9hvg5hb3c7l425zpds0vb42phvln2knab8nmazg2zp5m79"; type = "gem"; }; version = "2.2.1"; }; e2mmap = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0n8gxjb63dck3vrmsdcqqll7xs7f3wk78mw8w0gdk9wp5nx6pvj5"; type = "gem"; }; version = "0.1.0"; }; elftools = { dependencies = ["bindata"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0p96wj4sz3sfv9yxyl8z530554bkbf82vj24w6x7yf91qa1p8z6i"; type = "gem"; }; version = "1.1.3"; }; em-websocket = { dependencies = ["eventmachine" "http_parser.rb"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1a66b0kjk6jx7pai9gc7i27zd0a128gy73nmas98gjz6wjyr4spm"; type = "gem"; }; version = "0.5.3"; }; erb-formatter = { dependencies = ["syntax_tree"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0g2jghbn2pmi1k8lnqbslyjix2rablalp4gjjsh4k9gxpvx5r1x1"; type = "gem"; }; version = "0.7.2"; }; erubi = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "08s75vs9cxlc4r1q2bjg4br8g9wc5lc5x5vl0vv4zq5ivxsdpgi7"; type = "gem"; }; version = "1.12.0"; }; ethon = { dependencies = ["ffi"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "17ix0mijpsy3y0c6ywrk5ibarmvqzjsirjyprpsy3hwax8fdm85v"; type = "gem"; }; version = "0.16.0"; }; eventmachine = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0wh9aqb0skz80fhfn66lbpr4f86ya2z5rx6gm5xlfhd05bj1ch4r"; type = "gem"; }; version = "1.2.7"; }; excon = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1m3gzvp1wqki0yh4b7761qhdy4pyr4phy429b7s9w25nrkhp4lsz"; type = "gem"; }; version = "0.110.0"; }; execjs = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1yywajqlpjhrj1m43s3lfg3i4lkb6pxwccmwps7qw37ndmphdzg8"; type = "gem"; }; version = "2.9.1"; }; faraday = { dependencies = ["faraday-net_http"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1qqb1rmk0f9m82iijjlqadh5yby1bhnr6svjk9vxdvh6f181988s"; type = "gem"; }; version = "2.9.0"; }; faraday-net_http = { dependencies = ["net-http"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "17w51yk4rrm9rpnbc3x509s619kba0jga3qrj4b17l30950vw9qn"; type = "gem"; }; version = "3.1.0"; }; ffi = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1yvii03hcgqj30maavddqamqy50h7y6xcn2wcyq72wn823zl4ckd"; type = "gem"; }; version = "1.16.3"; }; ffi-compiler = { dependencies = ["ffi" "rake"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1844j58cdg2q6g0rqfwg4rrambnhf059h4yg9rfmrbrcs60kskx9"; type = "gem"; }; version = "1.3.2"; }; ffi-rzmq-core = { dependencies = ["ffi"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0amkbvljpjfnv0jpdmz71p1i3mqbhyrnhamjn566w0c01xd64hb5"; type = "gem"; }; version = "1.0.7"; }; fiddle = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0x504023g56y32r81l6i4pqbhn46szzy6s5bcdlc7kb5iv1iigar"; type = "gem"; }; version = "1.1.2"; }; fog-core = { dependencies = ["builder" "excon" "formatador" "mime-types"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0p2xiw0n4l1k3ynma1vl0fzw5w8xhkv70x4f829nydxv7hply80y"; type = "gem"; }; version = "2.4.0"; }; fog-dnsimple = { dependencies = ["fog-core" "fog-json"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0lbzkc0w96a62ahjw0b7mfbqgg9x2jp7khg5hvpbgw0kfs5xza63"; type = "gem"; }; version = "2.1.0"; }; fog-json = { dependencies = ["fog-core" "multi_json"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1zj8llzc119zafbmfa4ai3z5s7c4vp9akfs0f9l2piyvcarmlkyx"; type = "gem"; }; version = "1.2.0"; }; formatador = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1l06bv4avphbdmr1y4g0rqlczr38k6r65b3zghrbj2ynyhm3xqjl"; type = "gem"; }; version = "1.1.0"; }; forwardable-extended = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "15zcqfxfvsnprwm8agia85x64vjzr2w0xn9vxfnxzgcv8s699v0v"; type = "gem"; }; version = "2.6.0"; }; gdk3 = { dependencies = ["cairo-gobject" "gdk_pixbuf2" "pango"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0nbzvmg3aa0r9iadkpiz3fzr1dnv09vx6bi7cc5wgpg13d3i3rbl"; type = "gem"; }; version = "4.2.1"; }; gdk_pixbuf2 = { dependencies = ["gio2"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1lrs0g6s5l050ld8mfjscijg0iycx9hq2wgdwc76y3nm47gs78na"; type = "gem"; }; version = "4.2.1"; }; gemoji = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0vgklpmhdz98xayln5hhqv4ffdyrglzwdixkn5gsk9rj94pkymc0"; type = "gem"; }; version = "3.0.1"; }; gio2 = { dependencies = ["fiddle" "gobject-introspection"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1zpz71ybilrk7i9ym7jx807fza22sdjm18l6qydds3gm7bpybvdz"; type = "gem"; }; version = "4.2.1"; }; git = { dependencies = ["addressable" "rchardet"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0w3xhay1z7qx9ab04wmy5p4f1fadvqa6239kib256wsiyvcj595h"; type = "gem"; }; version = "1.19.1"; }; github-pages = { dependencies = ["github-pages-health-check" "jekyll" "jekyll-avatar" "jekyll-coffeescript" "jekyll-commonmark-ghpages" "jekyll-default-layout" "jekyll-feed" "jekyll-gist" "jekyll-github-metadata" "jekyll-include-cache" "jekyll-mentions" "jekyll-optional-front-matter" "jekyll-paginate" "jekyll-readme-index" "jekyll-redirect-from" "jekyll-relative-links" "jekyll-remote-theme" "jekyll-sass-converter" "jekyll-seo-tag" "jekyll-sitemap" "jekyll-swiss" "jekyll-theme-architect" "jekyll-theme-cayman" "jekyll-theme-dinky" "jekyll-theme-hacker" "jekyll-theme-leap-day" "jekyll-theme-merlot" "jekyll-theme-midnight" "jekyll-theme-minimal" "jekyll-theme-modernist" "jekyll-theme-primer" "jekyll-theme-slate" "jekyll-theme-tactile" "jekyll-theme-time-machine" "jekyll-titles-from-headings" "jemoji" "kramdown" "kramdown-parser-gfm" "liquid" "mercenary" "minima" "nokogiri" "rouge" "terminal-table"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0608fr1ggyrk2f6pfc4zwy9i9prkxx0dsfb4k9j8s249kczqmlbr"; type = "gem"; }; version = "231"; }; github-pages-health-check = { dependencies = ["addressable" "dnsruby" "octokit" "public_suffix" "typhoeus"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0gc431xd6vwrh1p7pc3gp3xn7sy1w7dr7f95hmz4fqa1b97kv2fz"; type = "gem"; }; version = "1.18.2"; }; gitlab-markup = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1m3ypny84jyvlxf060p3q3d8pb4yihxa2br5hh012bgc11d09nky"; type = "gem"; }; version = "1.9.0"; }; glib2 = { dependencies = ["native-package-installer" "pkg-config"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0lbvk3jz21kw811hn411xvql7l14bb8kfnqc10inkkyli3a2ifv3"; type = "gem"; }; version = "4.2.1"; }; globalid = { dependencies = ["activesupport"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1sbw6b66r7cwdx3jhs46s4lr991969hvigkjpbdl7y3i31qpdgvh"; type = "gem"; }; version = "1.2.1"; }; gobject-introspection = { dependencies = ["glib2"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "08ysbhg8njdf1sb4mmx90baswqbya5ihw8kyym3rw43sl2gswnsk"; type = "gem"; }; version = "4.2.1"; }; gpgme = { dependencies = ["mini_portile2"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0r1vmql7w7ka5xzj1aqf8pk2a4sv0znwj2zkg1fgvd5b89qcvv2k"; type = "gem"; }; version = "2.0.24"; }; gtk3 = { dependencies = ["atk" "gdk3"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1hk0anmyczicvjzri5pdj6f65ibf1pyarychayhzxjl50n9sf1wd"; type = "gem"; }; version = "4.2.1"; }; haml = { dependencies = ["temple" "thor" "tilt"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "15yxph91zswbnfy7szpdcfbdfqqn595ff290hm4f6fcnhryvhvlf"; type = "gem"; }; version = "6.3.0"; }; hashie = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1nh3arcrbz1rc1cr59qm53sdhqm137b258y8rcb4cvd3y98lwv4x"; type = "gem"; }; version = "5.0.0"; }; highline = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "02ghhvigqbq4252gsi4w8a9klkdkybmbz29ghfp1y6sqzlcb466a"; type = "gem"; }; version = "3.0.1"; }; hike = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0hbhmchyhm1xf632cczmyg3fsbn7zly988q3fjpi8l3nb4cn40xj"; type = "gem"; }; version = "2.1.3"; }; hitimes = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0ix9rp9rsrwin38z2aqiwpxc8p2dzl6m3ra47az47fsija1cb2qf"; type = "gem"; }; version = "2.0.0"; }; hpricot = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1jn8x9ch79gqmnzgyz78kppavjh5lqx0y0r6frykga2b86rz9s6z"; type = "gem"; }; version = "0.8.6"; }; html-pipeline = { dependencies = ["activesupport" "nokogiri"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "180kjksi0sdlqb0aq0bhal96ifwqm25hzb3w709ij55j51qls7ca"; type = "gem"; }; version = "2.14.3"; }; htmlbeautifier = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0nrqvgja3pbmz4v27zc5ir58sk4mv177nq7hlssy2smawbvhhgdl"; type = "gem"; }; version = "1.4.3"; }; http = { dependencies = ["addressable" "base64" "http-cookie" "http-form_data" "llhttp-ffi"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "05b1khh7wxga9jviy9yi8z1nckxbm3svlzv40y0zvq3nag3d77mr"; type = "gem"; }; version = "5.2.0"; }; http-accept = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "09m1facypsdjynfwrcv19xcb1mqg8z6kk31g8r33pfxzh838c9n6"; type = "gem"; }; version = "1.7.0"; }; http-cookie = { dependencies = ["domain_name"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "13rilvlv8kwbzqfb644qp6hrbsj82cbqmnzcvqip1p6vqx36sxbk"; type = "gem"; }; version = "1.0.5"; }; http-form_data = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1wx591jdhy84901pklh1n9sgh74gnvq1qyqxwchni1yrc49ynknc"; type = "gem"; }; version = "2.3.0"; }; "http_parser.rb" = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1gj4fmls0mf52dlr928gaq0c0cb0m3aqa9kaa6l0ikl2zbqk42as"; type = "gem"; }; version = "0.8.0"; }; httpclient = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "19mxmvghp7ki3klsxwrlwr431li7hm1lczhhj8z4qihl2acy8l99"; type = "gem"; }; version = "2.8.3"; }; i18n = { dependencies = ["concurrent-ruby"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0lbm33fpb3w06wd2231sg58dwlwgjsvym93m548ajvl6s3mfvpn7"; type = "gem"; }; version = "1.14.4"; }; iconv = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "00fppiz9ypy7xpc08xdk6glq842rbc69c7a1p0kmv195271i4yqv"; type = "gem"; }; version = "1.0.8"; }; idn-ruby = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0dy04jx3n1ddz744b80mg7hp87miysnjp0h21lqr43hpmhdglxih"; type = "gem"; }; version = "0.1.5"; }; indieweb-endpoints = { dependencies = ["http" "link-header-parser" "nokogiri"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1yqy5clqrqwprmk8vwzni0vdgyvbzm5x36bj33qhv5b11kgskbwp"; type = "gem"; }; version = "8.0.0"; }; io-console = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "08d2lx42pa8jjav0lcjbzfzmw61b8imxr9041pva8xzqabrczp7h"; type = "gem"; }; version = "0.7.2"; }; irb = { dependencies = ["rdoc" "reline"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "17ak21ybbprj9vg0hk8pb1r2yk9vlh50v9bdwh3qvlmpzcvljqq7"; type = "gem"; }; version = "1.12.0"; }; jaro_winkler = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "10fd3i92897blalxfkgc0jjv0qqx31v7cm7j2b6a3b97an0bfz80"; type = "gem"; }; version = "1.5.6"; }; jbuilder = { dependencies = ["actionview" "activesupport"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1h58xgmp0fqpnd6mvw0zl0f76119v8lnf4xabqhckbzl6jrk8qpa"; type = "gem"; }; version = "2.11.5"; }; jekyll = { dependencies = ["addressable" "colorator" "em-websocket" "i18n" "jekyll-sass-converter" "jekyll-watch" "kramdown" "liquid" "mercenary" "pathutil" "rouge" "safe_yaml"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1w36kbn1ijbqfn33xbx14rpzr6adgiw2ip5g95jrzi1nh3qraan2"; type = "gem"; }; version = "3.9.5"; }; jekyll-archives = { dependencies = ["jekyll"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0c2rks7xf6ajp18h4f4wmmbqm5ljprv70bqcz2sabi17zncmz9n0"; type = "gem"; }; version = "2.2.1"; }; jekyll-avatar = { dependencies = ["jekyll"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0jzxmfcljfvjz21wls2w5mr2m5qp0mq9c80j009s4m6yq9vn4wza"; type = "gem"; }; version = "0.8.0"; }; jekyll-coffeescript = { dependencies = ["coffee-script" "coffee-script-source"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "040i6cyv20qmxlpm74kh5hfci8208ja4903yxdv4x0qs0z172kl9"; type = "gem"; }; version = "1.2.2"; }; jekyll-commonmark = { dependencies = ["commonmarker"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0i281yiwqiim6jzh7b8hgg8zifs5mn1qz1z6f4109kh9zrcfcc8p"; type = "gem"; }; version = "1.4.0"; }; jekyll-commonmark-ghpages = { dependencies = ["commonmarker" "jekyll" "jekyll-commonmark" "rouge"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1zps7bb9kc4qf32b9y9h47z08wpsziklg0jnhcrcz2wxn09fijgd"; type = "gem"; }; version = "0.4.0"; }; jekyll-default-layout = { dependencies = ["jekyll"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1br08grgv7h36jhlvzfaa3ikp1zz4b6s57ak4fhzrsjx997bw9n6"; type = "gem"; }; version = "0.1.5"; }; jekyll-favicon = { dependencies = ["jekyll" "mini_magick" "rexml"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0dyksm4i11n0qshd7wh6dvk8d0fc70dd32ir2dxs6igxq0gd6hi1"; type = "gem"; }; version = "1.1.0"; }; jekyll-feed = { dependencies = ["jekyll"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1hzwmjrxi57x68i7jx5rxi8qlcbqcbg3di55wywrp53pr0bap6k8"; type = "gem"; }; version = "0.17.0"; }; jekyll-gist = { dependencies = ["octokit"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "03wz9j6yq3552nzf4g71qrdm9pfdgbm68abml9sjjgiaan1n8ns9"; type = "gem"; }; version = "1.5.0"; }; jekyll-github-metadata = { dependencies = ["jekyll" "octokit"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0k2vnq6ns0x3iwnp8pw9lbxds924wmqswzy0gd57f95gpn49kwjc"; type = "gem"; }; version = "2.16.1"; }; jekyll-include-cache = { dependencies = ["jekyll"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "01d2l6qrmjc42664ns83cv36jbvalcxqbkmj5i22fakka7jvkm67"; type = "gem"; }; version = "0.2.1"; }; jekyll-mentions = { dependencies = ["html-pipeline" "jekyll"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1n8y67plydfmay3jn865igvgb3h6s2crk8kq7ydk3wmn9h103s1r"; type = "gem"; }; version = "1.6.0"; }; jekyll-optional-front-matter = { dependencies = ["jekyll"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "06vnxcmgkxm5nvrpv89qq0afjlxmadv63nh4ryglcwhlf4fhdp7c"; type = "gem"; }; version = "0.3.2"; }; jekyll-paginate = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0r7bcs8fq98zldih4787zk5i9w24nz5wa26m84ssja95n3sas2l8"; type = "gem"; }; version = "1.1.0"; }; jekyll-readme-index = { dependencies = ["jekyll"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0chybr1zgnrmc7zf6psszcqnlrcy2jar8h77kci51lxj8vgc8k6p"; type = "gem"; }; version = "0.3.0"; }; jekyll-redirect-from = { dependencies = ["jekyll"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1nz6kd6qsa160lmjmls4zgx7fwcpp8ac07mpzy80z6zgd7jwldb6"; type = "gem"; }; version = "0.16.0"; }; jekyll-relative-links = { dependencies = ["jekyll"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0vfx90ajxyj24lz406k3pqknlbzy8nqs7wpz0in4ps9rggsh24yi"; type = "gem"; }; version = "0.6.1"; }; jekyll-remote-theme = { dependencies = ["addressable" "jekyll" "jekyll-sass-converter" "rubyzip"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0h2bwl42dig0282366kpxazxb8xafnppnd4yvq2dzcsg90kfgzfk"; type = "gem"; }; version = "0.4.3"; }; jekyll-sass-converter = { dependencies = ["sass"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "008ikh5fk0n6ri54mylcl8jn0mq8p2nfyfqif2q3pp0lwilkcxsk"; type = "gem"; }; version = "1.5.2"; }; jekyll-seo-tag = { dependencies = ["jekyll"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0638mqhqynghnlnaz0xi1kvnv53wkggaq94flfzlxwandn8x2biz"; type = "gem"; }; version = "2.8.0"; }; jekyll-sitemap = { dependencies = ["jekyll"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0622rwsn5i0m5xcyzdn86l68wgydqwji03lqixdfm1f1xdfqrq0d"; type = "gem"; }; version = "1.4.0"; }; jekyll-spaceship = { dependencies = ["gemoji" "jekyll" "nokogiri" "rainbow"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "142bp48vq9aqwpqig54anbv7ncwqv1h78mbqhckmnx0glnqlkyzh"; type = "gem"; }; version = "0.10.2"; }; jekyll-swiss = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "18w893f2snpbvgl80jnmq3xxsl5yi5a5qm11iy3gx0d8viasi6f2"; type = "gem"; }; version = "1.0.0"; }; jekyll-theme-architect = { dependencies = ["jekyll" "jekyll-seo-tag"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0h04zxlcdsb73qxh08xmsc36gmj95plwxr9g5zwzqd3bmbfd6xbj"; type = "gem"; }; version = "0.2.0"; }; jekyll-theme-cayman = { dependencies = ["jekyll" "jekyll-seo-tag"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0ajzhqhnj8gc5ns7i69kh69mzidvxkjs7yblrhzb13iaqzwi8prw"; type = "gem"; }; version = "0.2.0"; }; jekyll-theme-dinky = { dependencies = ["jekyll" "jekyll-seo-tag"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0z1clccf4q0g2zzhl1hfy3x2rcdjs6bzs9ab76lkmpphj5q2a2vj"; type = "gem"; }; version = "0.2.0"; }; jekyll-theme-hacker = { dependencies = ["jekyll" "jekyll-seo-tag"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "12ppp0bxffy838p4my79nppq112fazifr3cxwvhv3l6yjbwzjsw1"; type = "gem"; }; version = "0.2.0"; }; jekyll-theme-leap-day = { dependencies = ["jekyll" "jekyll-seo-tag"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1lf7bbpr2s2rir2nf07rnh2g9mjy6zidpacs3j45la70b8qah7lj"; type = "gem"; }; version = "0.2.0"; }; jekyll-theme-merlot = { dependencies = ["jekyll" "jekyll-seo-tag"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0ifmvq44vwmkp6sb79ys8lx5w24gn3dhdr32bg562da2c8dv5wnb"; type = "gem"; }; version = "0.2.0"; }; jekyll-theme-midnight = { dependencies = ["jekyll" "jekyll-seo-tag"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1plindxr5vrk98frzxbnkashgnqs86xkg26rjmhgz0qf6mkz77q0"; type = "gem"; }; version = "0.2.0"; }; jekyll-theme-minimal = { dependencies = ["jekyll" "jekyll-seo-tag"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "10idwpbqjqfc5i895ijf74ac79lccxpz30bvwp4x4fjp6l6229d2"; type = "gem"; }; version = "0.2.0"; }; jekyll-theme-modernist = { dependencies = ["jekyll" "jekyll-seo-tag"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1kzvdnk1vw8y6x8gy340mhnxipxh9p1h1h20br68clyxbsy7brsb"; type = "gem"; }; version = "0.2.0"; }; jekyll-theme-primer = { dependencies = ["jekyll" "jekyll-github-metadata" "jekyll-seo-tag"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1cq7lfwa3xs8hkx3cmv2ics7cr4r2azv66m0gfav0zi1k0kjh9yf"; type = "gem"; }; version = "0.6.0"; }; jekyll-theme-slate = { dependencies = ["jekyll" "jekyll-seo-tag"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0f9l7kaafab2cphkx8gh4b12d8zzbg2ig7x2qzxvxfqjwyfr0h2y"; type = "gem"; }; version = "0.2.0"; }; jekyll-theme-tactile = { dependencies = ["jekyll" "jekyll-seo-tag"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0li64hnjp4qw7fwsdx0767z7mwxn3kri6sqlg9fkicnmmr41p1mp"; type = "gem"; }; version = "0.2.0"; }; jekyll-theme-time-machine = { dependencies = ["jekyll" "jekyll-seo-tag"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1qjgsw2n3zny345h540n6rm9600mad7rs33qf6k4rhngxjkr0d5w"; type = "gem"; }; version = "0.2.0"; }; jekyll-titles-from-headings = { dependencies = ["jekyll"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "10c4sa3gwyidmkcs8h6223lmqpw3h09mn7w8hxfppsk1wda6fdkp"; type = "gem"; }; version = "0.5.3"; }; jekyll-watch = { dependencies = ["listen"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1qd7hy1kl87fl7l0frw5qbn22x7ayfzlv9a5ca1m59g0ym1ysi5w"; type = "gem"; }; version = "2.2.1"; }; jekyll-webmention_io = { dependencies = ["activesupport" "htmlbeautifier" "jekyll" "json" "jsonpath" "openssl" "uglifier" "webmention"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0kkxvr1gfbmfbhy13syq4pqwmfqwhnbfcwjiqrwahf99gfcj5izh"; type = "gem"; }; version = "4.0.0"; }; jemoji = { dependencies = ["gemoji" "html-pipeline" "jekyll"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0z4yabsvqdb8x1rr60yyzbaf950cyzv984n3jwwvgcmv5j73wk2x"; type = "gem"; }; version = "0.13.0"; }; jmespath = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1cdw9vw2qly7q7r41s7phnac264rbsdqgj4l0h4nqgbjb157g393"; type = "gem"; }; version = "1.6.2"; }; json = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0r9jmjhg2ly3l736flk7r2al47b5c8cayh0gqkq0yhjqzc9a6zhq"; type = "gem"; }; version = "2.7.1"; }; json_pure = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "09w7f7xlcas9irlaavhz0rnh17cjvjmmqm07drgghx5gwjcrar31"; type = "gem"; }; version = "2.7.1"; }; jsonpath = { dependencies = ["multi_json"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0xxklfvmwz8z6l08704x65gnq6r8r1pb9qk125qjbndnb1zz6fsp"; type = "gem"; }; version = "1.0.7"; }; jwt = { dependencies = ["base64"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "02m3vza49pb9dirwpn8vmzbcypi3fc6l3a9dh253jwm1121g7ajb"; type = "gem"; }; version = "2.8.1"; }; kdl = { dependencies = ["base64" "bigdecimal" "simpleidn"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "02kpqgss9psmxb1c2gzq6l5i41ykskwqiacppqdm86ky0f88j6cb"; type = "gem"; }; version = "1.0.4"; }; keystone-engine = { dependencies = ["ffi"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0waz2bj1dsl63416k1n0vvrwva425rm94gsza7ci49mm1wjdabh2"; type = "gem"; }; version = "0.9.0"; }; kramdown = { dependencies = ["rexml"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1ic14hdcqxn821dvzki99zhmcy130yhv5fqfffkcf87asv5mnbmn"; type = "gem"; }; version = "2.4.0"; }; kramdown-parser-gfm = { dependencies = ["kramdown"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0a8pb3v951f4x7h968rqfsa19c8arz21zw1vaj42jza22rap8fgv"; type = "gem"; }; version = "1.1.0"; }; kramdown-rfc2629 = { dependencies = ["certified" "differ" "json_pure" "kramdown" "kramdown-parser-gfm" "net-http-persistent" "unicode-blocks" "unicode-name" "unicode-scripts"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "00sms1hsjsw3w9a7z4qn3sl1dhkjg9wfnfmjbxk6n5glz7ymfwnj"; type = "gem"; }; version = "1.7.8"; }; language_server-protocol = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0gvb1j8xsqxms9mww01rmdl78zkd72zgxaap56bhv8j45z05hp1x"; type = "gem"; }; version = "3.17.0.3"; }; libv8 = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0kd4d5x9sxsbpbsk4xp66rxbmj2x3iglwirqws56wp7dzf7cd978"; type = "gem"; }; version = "8.4.255.0.1"; }; libxml-ruby = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1pib5bfwg684f1sczrhf3lzk9hb24dhsw5cmlnxm4rq66sx0slss"; type = "gem"; }; version = "5.0.3"; }; link-header-parser = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1bm32imabc12rjjw8ysca55c99flcsichynfflphxy8gda07dj9x"; type = "gem"; }; version = "5.1.1"; }; liquid = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1czxv2i1gv3k7hxnrgfjb0z8khz74l4pmfwd70c7kr25l2qypksg"; type = "gem"; }; version = "4.0.4"; }; listen = { dependencies = ["rb-fsevent" "rb-inotify"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "13rgkfar8pp31z1aamxf5y7cfq88wv6rxxcwy7cmm177qq508ycn"; type = "gem"; }; version = "3.8.0"; }; llhttp-ffi = { dependencies = ["ffi-compiler" "rake"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1yph78m8w8l6i9833fc7shy5krk4mnqjc7ys0bg9kgxw8jnl0vs9"; type = "gem"; }; version = "0.5.0"; }; loofah = { dependencies = ["crass" "nokogiri"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1zkjqf37v2d7s11176cb35cl83wls5gm3adnfkn2zcc61h3nxmqh"; type = "gem"; }; version = "2.22.0"; }; mab = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0manxbilpx0hdi19lhdsr4ncvbzgmwh279b64j8w60dg0p0i4b4j"; type = "gem"; }; version = "0.0.3"; }; magic = { dependencies = ["ffi"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "18vkdq2748wxg0kr923fbhx92wikh2dwv2hp8xind57qs7gn26pr"; type = "gem"; }; version = "0.2.9"; }; mail = { dependencies = ["mini_mime" "net-imap" "net-pop" "net-smtp"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1bf9pysw1jfgynv692hhaycfxa8ckay1gjw5hz3madrbrynryfzc"; type = "gem"; }; version = "2.8.1"; }; marcel = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "190n2mk8m1l708kr88fh6mip9sdsh339d2s6sgrik3sbnvz4jmhd"; type = "gem"; }; version = "1.0.4"; }; markaby = { dependencies = ["builder"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0da76p1gvfabm49a0g0pppxgcdackw8f3qhljalqykd4d5mb828j"; type = "gem"; }; version = "0.9.3"; }; matrix = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1h2cgkpzkh3dd0flnnwfq6f3nl2b1zff9lvqz8xs853ssv5kq23i"; type = "gem"; }; version = "0.4.2"; }; mercenary = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "10la0xw82dh5mqab8bl0dk21zld63cqxb1g16fk8cb39ylc4n21a"; type = "gem"; }; version = "0.3.6"; }; method_source = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1pnyh44qycnf9mzi1j6fywd5fkskv3x7nmsqrrws0rjn5dd4ayfp"; type = "gem"; }; version = "1.0.0"; }; mime-types = { dependencies = ["mime-types-data"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1r64z0m5zrn4k37wabfnv43wa6yivgdfk6cf2rpmmirlz889yaf1"; type = "gem"; }; version = "3.5.2"; }; mime-types-data = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "00x7w5xqsj9m33v3vkmy23wipkkysafksib53ypzn27p5g81w455"; type = "gem"; }; version = "3.2024.0305"; }; mini_magick = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0slh78f9z6n0l1i2km7m48yz7l4fjrk88sj1f4mh1wb39sl2yc37"; type = "gem"; }; version = "4.12.0"; }; mini_mime = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1vycif7pjzkr29mfk4dlqv3disc5dn0va04lkwajlpr1wkibg0c6"; type = "gem"; }; version = "1.1.5"; }; mini_portile2 = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1kl9c3kdchjabrihdqfmcplk3lq4cw1rr9f378y6q22qwy5dndvs"; type = "gem"; }; version = "2.8.5"; }; minima = { dependencies = ["jekyll" "jekyll-feed" "jekyll-seo-tag"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1gk7jmriiswda1ykjzpsw9cpiya4m9n0yrh0h6xnrc8zcfy543jj"; type = "gem"; }; version = "2.5.1"; }; minitest = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "07lq26b86giy3ha3fhrywk9r1ajhc2pm2mzj657jnpnbj1i6g17a"; type = "gem"; }; version = "5.22.3"; }; msgpack = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1a5adcb7bwan09mqhj3wi9ib52hmdzmqg7q08pggn3adibyn5asr"; type = "gem"; }; version = "1.7.2"; }; multi_json = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0pb1g1y3dsiahavspyzkdy39j4q377009f6ix0bh1ag4nqw43l0z"; type = "gem"; }; version = "1.15.0"; }; mustermann = { dependencies = ["ruby2_keywords"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0rwbq20s2gdh8dljjsgj5s6wqqfmnbclhvv2c2608brv7jm6jdbd"; type = "gem"; }; version = "3.0.0"; }; mutex_m = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1ma093ayps1m92q845hmpk0dmadicvifkbf05rpq9pifhin0rvxn"; type = "gem"; }; version = "0.2.0"; }; mysql2 = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0cysv1wdfdbizwkd0d9s16s832khdwv31pgp01mw2g3bbpa4gx3h"; type = "gem"; }; version = "0.5.6"; }; nap = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0xm5xssxk5s03wjarpipfm39qmgxsalb46v1prsis14x1xk935ll"; type = "gem"; }; version = "1.1.0"; }; native-package-installer = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0bvr9q7qwbmg9jfg85r1i5l7d0yxlgp0l2jg62j921vm49mipd7v"; type = "gem"; }; version = "1.1.9"; }; ncursesw = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1nc14wls1yiigz593vw7580hb99lf4n485axapiz6sqpg1jnlhcr"; type = "gem"; }; version = "1.4.10"; }; net-http = { dependencies = ["uri"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "10n2n9aq00ih8v881af88l1zyrqgs5cl3njdw8argjwbl5ggqvm9"; type = "gem"; }; version = "0.4.1"; }; net-http-persistent = { dependencies = ["connection_pool"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0i1as2lgnw7b4jid0gw5glv5hnxz36nmfsbr9rmxbcap72ijgy03"; type = "gem"; }; version = "4.0.2"; }; net-imap = { dependencies = ["date" "net-protocol"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0zn7j2w0hc622ig0rslk4iy6yp3937dy9ibhyr1mwwx39n7paxaj"; type = "gem"; }; version = "0.4.10"; }; net-pop = { dependencies = ["net-protocol"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1wyz41jd4zpjn0v1xsf9j778qx1vfrl24yc20cpmph8k42c4x2w4"; type = "gem"; }; version = "0.1.2"; }; net-protocol = { dependencies = ["timeout"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1a32l4x73hz200cm587bc29q8q9az278syw3x6fkc9d1lv5y0wxa"; type = "gem"; }; version = "0.2.2"; }; net-scp = { dependencies = ["net-ssh"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1si2nq9l6jy5n2zw1q59a5gaji7v9vhy8qx08h4fg368906ysbdk"; type = "gem"; }; version = "4.0.0"; }; net-smtp = { dependencies = ["net-protocol"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0csspzqrg7s2v2wdp6vqqs1rra6w5ilpgnps5h52ig6rp7x2i389"; type = "gem"; }; version = "0.4.0.1"; }; net-ssh = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1i01340c4i144vvn3x54lc2rb77ch829qipl1rh6rqwm3yxzml9w"; type = "gem"; }; version = "7.2.1"; }; netrc = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0gzfmcywp1da8nzfqsql2zqi648mfnx6qwkig3cv36n9m0yy676y"; type = "gem"; }; version = "0.11.0"; }; nio4r = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0xkjz56qc7hl7zy7i7bhiyw5pl85wwjsa4p70rj6s958xj2sd1lm"; type = "gem"; }; version = "2.7.0"; }; nokogiri = { dependencies = ["mini_portile2" "racc"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "173zavvxlwyi48lfskk48wcrdbkvjlhjhvy4jpcrfx72rpjjx4k8"; type = "gem"; }; version = "1.16.2"; }; observer = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1b2h1642jy1xrgyakyzz6bkq43gwp8yvxrs8sww12rms65qi18yq"; type = "gem"; }; version = "0.1.2"; }; octokit = { dependencies = ["faraday" "sawyer"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "15lvy06h276jryxg19258b2yqaykf0567sp0n16yipywhbp94860"; type = "gem"; }; version = "4.25.1"; }; og-corefoundation = { dependencies = ["ffi"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0xmz13rb92xy55askn5f3kkmz14qwyyhkdsikk2gd1ydicnaqkh8"; type = "gem"; }; version = "0.2.3"; }; one_gadget = { dependencies = ["elftools"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0v079xkzzr1bjff5z2wlzs0k11nk4b04kgy1p63lwhbl12jl7qz1"; type = "gem"; }; version = "1.7.4"; }; openssl = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "054d6ybgjdzxw567m7rbnd46yp6gkdbc5ihr536vxd3p15vbhjrw"; type = "gem"; }; version = "3.2.0"; }; optimist = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1vg2chy1cfmdj6c1gryl8zvjhhmb3plwgyh1jfnpq4fnfqv7asrk"; type = "gem"; }; version = "3.0.1"; }; opus-ruby = { dependencies = ["ffi"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0lyf2a8f1w1jk0qrl8h0gsydfalbh19g5k2c6xlq8j1sfzb0ij4d"; type = "gem"; }; version = "1.0.1"; }; ovirt-engine-sdk = { dependencies = ["json"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1vmacvx9q8iwnfbmybi7wlrvz0z47l8j5vgh3cm4pnsb35k95dsa"; type = "gem"; }; version = "4.6.0"; }; pandocomatic = { dependencies = ["optimist" "paru"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "04gq05mgy3v8gac0dk8ldr59865vbjhkzna51w8wh900512lakyq"; type = "gem"; }; version = "1.1.2"; }; pango = { dependencies = ["cairo-gobject" "gobject-introspection"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1lpl4klg2f1rq8rpsgkmjndkpf4zh2b8jjwryi8s3s5w9lb3314y"; type = "gem"; }; version = "4.2.1"; }; parallel = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "15wkxrg1sj3n1h2g8jcrn7gcapwcgxr659ypjf75z1ipkgxqxwsv"; type = "gem"; }; version = "1.24.0"; }; parser = { dependencies = ["ast" "racc"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "11r6kp8wam0nkfvnwyc1fmvky102r1vcfr84vi2p1a2wa0z32j3p"; type = "gem"; }; version = "3.3.0.5"; }; paru = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "10jiv4c28bdvp4r98s042ilzks8wx36qw5a4byragwa1fzwy87va"; type = "gem"; }; version = "1.2.0"; }; pastel = { dependencies = ["tty-color"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0xash2gj08dfjvq4hy6l1z22s5v30fhizwgs10d6nviggpxsj7a8"; type = "gem"; }; version = "0.8.0"; }; pathutil = { dependencies = ["forwardable-extended"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "12fm93ljw9fbxmv2krki5k5wkvr7560qy8p4spvb9jiiaqv78fz4"; type = "gem"; }; version = "0.16.2"; }; patron = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0523gddx88zql2mq6655k60gy2ac8vybpzkcf90lmd9nx7wl3fi9"; type = "gem"; }; version = "0.13.3"; }; pcaprub = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0886fcc5bi0kc0rbma5fj3wa3hbg2nl7ivnbi2j995yzg36zq7xy"; type = "gem"; }; version = "0.13.1"; }; pg = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "071b55bhsz7mivlnp2kv0a11msnl7xg5awvk8mlflpl270javhsb"; type = "gem"; }; version = "1.5.6"; }; pkg-config = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "04wi7n51w42v9s958gfmxwkg5iikq25whacyflpi307517ymlaya"; type = "gem"; }; version = "1.5.6"; }; polyglot = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1bqnxwyip623d8pr29rg6m8r0hdg08fpr2yb74f46rn1wgsnxmjr"; type = "gem"; }; version = "0.3.5"; }; prettier = { dependencies = ["syntax_tree" "syntax_tree-haml" "syntax_tree-rbs"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1iavhgs7iahjz28sks5kkml9gr43fx5rpq5l0ql81pkmfv3i0cbi"; type = "gem"; }; version = "4.0.4"; }; prettier_print = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1ybgks9862zmlx71zd4j20ky86fsrp6j6m0az4hzzb1zyaskha57"; type = "gem"; }; version = "1.2.1"; }; prism = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0pgxgng905jbhp0pr54w4w2pr4nqcq80ijj48204bj4x4nigj8ji"; type = "gem"; }; version = "0.24.0"; }; pry = { dependencies = ["coderay" "method_source"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0k9kqkd9nps1w1r1rb7wjr31hqzkka2bhi8b518x78dcxppm9zn4"; type = "gem"; }; version = "0.14.2"; }; pry-byebug = { dependencies = ["byebug" "pry"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1y41al94ks07166qbp2200yzyr5y60hm7xaiw4lxpgsm4b1pbyf8"; type = "gem"; }; version = "3.10.1"; }; pry-doc = { dependencies = ["pry" "yard"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0xgsr1agv754709fb7x11zn07skmbwlds88sa5s57d7x1apswmkd"; type = "gem"; }; version = "1.5.0"; }; psych = { dependencies = ["stringio"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0s5383m6004q76xm3lb732bp4sjzb6mxb6rbgn129gy2izsj4wrk"; type = "gem"; }; version = "5.1.2"; }; public_suffix = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1bni4qjrsh2q49pnmmd6if4iv3ak36bd2cckrs6npl111n769k9m"; type = "gem"; }; version = "5.0.4"; }; puma = { dependencies = ["nio4r"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0i2vaww6qcazj0ywva1plmjnj6rk23b01szswc5jhcq7s2cikd1y"; type = "gem"; }; version = "6.4.2"; }; pwntools = { dependencies = ["crabstone" "dentaku" "elftools" "keystone-engine" "method_source" "one_gadget" "rainbow" "ruby2ruby" "rubyserial"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0pxc3lcgnywglv0skzj1r8i4p8mwcj27hlwzwqf8sj2mn3iqyjnd"; type = "gem"; }; version = "1.2.1"; }; racc = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "01b9662zd2x9bp4rdjfid07h09zxj7kvn7f5fghbqhzc625ap1dp"; type = "gem"; }; version = "1.7.3"; }; rack = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1m76b32zh6mgql7mzfx36rijnygjl2nzkdj909mn87isfgzdf9jl"; type = "gem"; }; version = "3.0.9.1"; }; rack-protection = { dependencies = ["base64" "rack"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1xmvcxgm1jq92hqxm119gfk95wzl0d46nb2c2c6qqsm4ra2n3nyh"; type = "gem"; }; version = "4.0.0"; }; rack-session = { dependencies = ["rack"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "10afdpmy9kh0qva96slcyc59j4gkk9av8ilh58cnj0qq7q3b416v"; type = "gem"; }; version = "2.0.0"; }; rack-test = { dependencies = ["rack"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1ysx29gk9k14a14zsp5a8czys140wacvp91fja8xcja0j1hzqq8c"; type = "gem"; }; version = "2.1.0"; }; rackup = { dependencies = ["rack" "webrick"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0kbcka30g681cqasw47pq93fxjscq7yvs5zf8lp3740rb158ijvf"; type = "gem"; }; version = "2.1.0"; }; rails = { dependencies = ["actioncable" "actionmailbox" "actionmailer" "actionpack" "actiontext" "actionview" "activejob" "activemodel" "activerecord" "activestorage" "activesupport" "railties"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "185zq5r9g56sfks852992bm0xf2vm9569jyiz5jyww3vx1jply1d"; type = "gem"; }; version = "7.1.3.2"; }; rails-dom-testing = { dependencies = ["activesupport" "minitest" "nokogiri"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0fx9dx1ag0s1lr6lfr34lbx5i1bvn3bhyf3w3mx6h7yz90p725g5"; type = "gem"; }; version = "2.2.0"; }; rails-html-sanitizer = { dependencies = ["loofah" "nokogiri"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1pm4z853nyz1bhhqr7fzl44alnx4bjachcr6rh6qjj375sfz3sc6"; type = "gem"; }; version = "1.6.0"; }; railties = { dependencies = ["actionpack" "activesupport" "irb" "rackup" "rake" "thor" "zeitwerk"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0435sfvhhrd4b2ic9b4c2df3i1snryidx7ry9km4805rpxfdbz2r"; type = "gem"; }; version = "7.1.3.2"; }; rainbow = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0smwg4mii0fm38pyb5fddbmrdpifwv22zv3d3px2xx497am93503"; type = "gem"; }; version = "3.1.1"; }; rake = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1ilr853hawi09626axx0mps4rkkmxcs54mapz9jnqvpnlwd3wsmy"; type = "gem"; }; version = "13.1.0"; }; rb-fsevent = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1zmf31rnpm8553lqwibvv3kkx0v7majm1f341xbxc0bk5sbhp423"; type = "gem"; }; version = "0.11.2"; }; rb-inotify = { dependencies = ["ffi"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1jm76h8f8hji38z3ggf4bzi8vps6p7sagxn3ab57qc0xyga64005"; type = "gem"; }; version = "0.10.1"; }; rb-readline = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "14w79a121czmvk1s953qfzww30mqjb2zc0k9qhi0ivxxk3hxg6wy"; type = "gem"; }; version = "0.5.5"; }; rbnacl = { dependencies = ["ffi"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0y8yzianlkc9w6sbqy8iy8l0yym0y6x7p5rjflkfixq76fqmhvzk"; type = "gem"; }; version = "7.1.1"; }; rbs = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0dgj5n7rj83981fvrhswfwsh88x42p7r00nvd80hkxmdcjvda2h6"; type = "gem"; }; version = "2.8.4"; }; rchardet = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1isj1b3ywgg2m1vdlnr41lpvpm3dbyarf1lla4dfibfmad9csfk9"; type = "gem"; }; version = "1.8.0"; }; rdoc = { dependencies = ["psych"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "14wnrpd1kl43ynk1wwwgv9avsw84d1lrvlfyrjy3d4h7h7ndnqzp"; type = "gem"; }; version = "6.6.2"; }; re2 = { dependencies = ["mini_portile2"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1lx4wsrk7gd6733sjgrkwmj1x9jalnbfppawqfk0ljnw95c0557c"; type = "gem"; }; version = "2.9.0"; }; red-colors = { dependencies = ["json" "matrix"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "16lj0h6gzmc07xp5rhq5b7c1carajjzmyr27m96c99icg2hfnmi3"; type = "gem"; }; version = "0.4.0"; }; redcarpet = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1sg9sbf9pm91l7lac7fs4silabyn0vflxwaa2x3lrzsm0ff8ilca"; type = "gem"; }; version = "3.6.0"; }; redis = { dependencies = ["redis-client"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1yv9z3cch7aay3rs2iildk7jnvhijhwyyxvcn2nfdn6yp9vn7kxz"; type = "gem"; }; version = "5.1.0"; }; redis-client = { dependencies = ["connection_pool"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1swaj27qiix9r92hcvjxf6fzd817i7lfgfg2r50ifs41407rzhq3"; type = "gem"; }; version = "0.21.0"; }; redis-rack = { dependencies = ["rack-session" "redis-store"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "10438w0y1jbgr205zndvmz6md0mrqazh2j9fr88lvb8hms10pddb"; type = "gem"; }; version = "3.0.0"; }; redis-store = { dependencies = ["redis"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "17mhr1g3lmacrgjndbmrklngy32g55165n53111q70kykx7qjn7j"; type = "gem"; }; version = "1.10.0"; }; regexp_parser = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1ndxm0xnv27p4gv6xynk6q41irckj76q1jsqpysd9h6f86hhp841"; type = "gem"; }; version = "2.9.0"; }; reline = { dependencies = ["io-console"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1zx7sdh11p4z77c3f9ka6f065mgl6xwbamnsq4rrgwk310qhn41n"; type = "gem"; }; version = "0.4.3"; }; rest-client = { dependencies = ["http-accept" "http-cookie" "mime-types" "netrc"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1qs74yzl58agzx9dgjhcpgmzfn61fqkk33k1js2y5yhlvc5l19im"; type = "gem"; }; version = "2.1.0"; }; reverse_markdown = { dependencies = ["nokogiri"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0087vhw5ik50lxvddicns01clkx800fk5v5qnrvi3b42nrk6885j"; type = "gem"; }; version = "2.1.1"; }; rexml = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "05i8518ay14kjbma550mv0jm8a6di8yp5phzrd8rj44z9qnrlrp0"; type = "gem"; }; version = "3.2.6"; }; rmagick = { dependencies = ["observer" "pkg-config"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1blqchqfbvqrwn9izzqf8wzkgfw6zafyrsl2ksg1w1d9qxj0c15s"; type = "gem"; }; version = "5.4.4"; }; rouge = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1dnfkrk8xx2m8r3r9m2p5xcq57viznyc09k7r3i4jbm758i57lx3"; type = "gem"; }; version = "3.30.0"; }; rpam2 = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1zvli3s4z1hf2l7gyfickm5i3afjrnycc3ihbiax6ji6arpbyf33"; type = "gem"; }; version = "4.0.2"; }; rspec = { dependencies = ["rspec-core" "rspec-expectations" "rspec-mocks"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "14xrp8vq6i9zx37vh0yp4h9m0anx9paw200l1r5ad9fmq559346l"; type = "gem"; }; version = "3.13.0"; }; rspec-core = { dependencies = ["rspec-support"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0k252n7s80bvjvpskgfm285a3djjjqyjcarlh3aq7a4dx2s94xsm"; type = "gem"; }; version = "3.13.0"; }; rspec-expectations = { dependencies = ["diff-lcs" "rspec-support"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0bhhjzwdk96vf3gq3rs7mln80q27fhq82hda3r15byb24b34h7b2"; type = "gem"; }; version = "3.13.0"; }; rspec-mocks = { dependencies = ["diff-lcs" "rspec-support"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0rkzkcfk2x0qjr5fxw6ib4wpjy0hqbziywplnp6pg3bm2l98jnkk"; type = "gem"; }; version = "3.13.0"; }; rspec-support = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "03z7gpqz5xkw9rf53835pa8a9vgj4lic54rnix9vfwmp2m7pv1s8"; type = "gem"; }; version = "3.13.1"; }; rubocop = { dependencies = ["json" "language_server-protocol" "parallel" "parser" "rainbow" "regexp_parser" "rexml" "rubocop-ast" "ruby-progressbar" "unicode-display_width"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0daamn13fbm77rdwwa4w6j6221iq6091asivgdhk6n7g398frcdf"; type = "gem"; }; version = "1.62.1"; }; rubocop-ast = { dependencies = ["parser"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1v3q8n48w8h809rqbgzihkikr4g3xk72m1na7s97jdsmjjq6y83w"; type = "gem"; }; version = "1.31.2"; }; rubocop-performance = { dependencies = ["rubocop" "rubocop-ast"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0cf7fn4dwf45r3nhnda0dhnwn8qghswyqbfxr2ippb3z8a6gmc8v"; type = "gem"; }; version = "1.20.2"; }; ruby-graphviz = { dependencies = ["rexml"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "010m283gk4qgzxkgrldlnrglh8d5fn6zvrzm56wf5abd7x7b8aqw"; type = "gem"; }; version = "1.2.5"; }; ruby-keychain = { dependencies = ["ffi" "og-corefoundation"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1g57fr1r39bfh1r887hp87mawfg3miidagvpqyqq3l0152ya43wr"; type = "gem"; }; version = "0.4.0"; }; ruby-libvirt = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0v6vj5vs9v01zr00bflqpfczhwcyc6jdf8k2dqn42lq6d87si77d"; type = "gem"; }; version = "0.8.2"; }; ruby-lsp = { dependencies = ["language_server-protocol" "prism" "sorbet-runtime"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0scavp3jlgzbg7bh6y5rd110aak03l9zw56smazahq3lcjxgfc49"; type = "gem"; }; version = "0.14.5"; }; ruby-lxc = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "08pnghqp15fwylq6w2qh7x1ikkiq87irpy0z03n0gma4gdzzx2qa"; type = "gem"; }; version = "1.2.3"; }; ruby-progressbar = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0cwvyb7j47m7wihpfaq7rc47zwwx9k4v7iqd9s1xch5nm53rrz40"; type = "gem"; }; version = "1.13.0"; }; ruby-terminfo = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0rl4ic5pzvrpgd42z0c1s2n3j39c9znksblxxvmhkzrc0ckyg2cm"; type = "gem"; }; version = "0.1.1"; }; ruby-vips = { dependencies = ["ffi"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0yycazz91ywwwv2iz3fgjkfn1z687bl4z5jjn7cwmky507b43652"; type = "gem"; }; version = "2.2.1"; }; ruby2_keywords = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1vz322p8n39hz3b4a9gkmz9y7a5jaz41zrm2ywf31dvkqm03glgz"; type = "gem"; }; version = "0.0.5"; }; ruby2ruby = { dependencies = ["ruby_parser" "sexp_processor"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "04bz2jw3ida07mgk450l9m6xklhzbv0z4s6ak6bl7vp4rhcy41f8"; type = "gem"; }; version = "2.5.0"; }; ruby_parser = { dependencies = ["racc" "sexp_processor"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0sy5y7w89ii5iqym7b21glcwxqg8kizxfy8a7kcxq0j65wyqjhiq"; type = "gem"; }; version = "3.21.0"; }; rubyserial = { dependencies = ["ffi"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1vj5yan6srbvkf5vfp9d9b9z8wyygd0zxcy54c35yhkjl6kwd22q"; type = "gem"; }; version = "0.6.0"; }; rubyzip = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0grps9197qyxakbpw02pda59v45lfgbgiyw48i0mq9f2bn9y6mrz"; type = "gem"; }; version = "2.3.2"; }; rugged = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1sccng15h8h3mcjxfgvxy85lfpswbj0nhmzwwsqdffbzqgsb2jch"; type = "gem"; }; version = "1.7.2"; }; safe_yaml = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0j7qv63p0vqcd838i2iy2f76c3dgwzkiz1d1xkg7n0pbnxj2vb56"; type = "gem"; }; version = "1.0.5"; }; sass = { dependencies = ["sass-listen"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0p95lhs0jza5l7hqci1isflxakz83xkj97lkvxl919is0lwhv2w0"; type = "gem"; }; version = "3.7.4"; }; sass-listen = { dependencies = ["rb-fsevent" "rb-inotify"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0xw3q46cmahkgyldid5hwyiwacp590zj2vmswlll68ryvmvcp7df"; type = "gem"; }; version = "4.0.0"; }; sassc = { dependencies = ["ffi"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0gpqv48xhl8mb8qqhcifcp0pixn206a7imc07g48armklfqa4q2c"; type = "gem"; }; version = "2.4.0"; }; sawyer = { dependencies = ["addressable" "faraday"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1jks1qjbmqm8f9kvwa81vqj39avaj9wdnzc531xm29a55bb74fps"; type = "gem"; }; version = "0.9.2"; }; scrypt = { dependencies = ["ffi-compiler"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0jw2bn6mqpw2wbjpmsfz44pppwa6zmhg9lywimm684sxkmlxscbl"; type = "gem"; }; version = "3.0.7"; }; semian = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0qs5mrjsr2hs03f2c1a611qrvxsk8pqlmhymxgwccwvr6arh3iby"; type = "gem"; }; version = "0.21.3"; }; sequel = { dependencies = ["bigdecimal"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "186wldacv9zdd3bxi85lika9hz6ac09r7kp1h4cjv23436qmsjq2"; type = "gem"; }; version = "5.78.0"; }; sequel_pg = { dependencies = ["pg" "sequel"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "01j51vn47ynyhlxpgz6wj8swm3d8g1hrad1678s0sd43kh2hqxdg"; type = "gem"; }; version = "1.17.1"; }; sexp_processor = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "182x05kpdjlckh31qizws50fz7sjk86yjjfmy45z61q3f930j4ci"; type = "gem"; }; version = "4.17.1"; }; simplecov = { dependencies = ["docile" "simplecov-html" "simplecov_json_formatter"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "198kcbrjxhhzca19yrdcd6jjj9sb51aaic3b0sc3pwjghg3j49py"; type = "gem"; }; version = "0.22.0"; }; simplecov-html = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0yx01bxa8pbf9ip4hagqkp5m0mqfnwnw2xk8kjraiywz4lrss6jb"; type = "gem"; }; version = "0.12.3"; }; simplecov_json_formatter = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0a5l0733hj7sk51j81ykfmlk2vd5vaijlq9d5fn165yyx3xii52j"; type = "gem"; }; version = "0.1.4"; }; simpleidn = { dependencies = ["unf"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "06f7w6ph3bzzqk212yylfp4jfx275shgp9zg3xszbpv1ny2skp9m"; type = "gem"; }; version = "0.2.1"; }; sinatra = { dependencies = ["mustermann" "rack" "rack-protection" "rack-session" "tilt"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0za92lv4s7xhgkkm6xxf7ib0b3bsyj8drxgkrskgsb5g3mxnixjl"; type = "gem"; }; version = "4.0.0"; }; slather = { dependencies = ["clamp" "xcodeproj"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0i1h1kr5j6v8kzrcdfrjxdf1qnnrwhxl9i5vkr8wgbspp5raissq"; type = "gem"; }; version = "1.3.0"; }; slop = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1iyrjskgxyn8i1679qwkzns85p909aq77cgx2m4fs5ygzysj4hw4"; type = "gem"; }; version = "4.10.1"; }; snappy = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1ndib94d181y5gd7qg515ralb02zri91vd3q94k21fgc4r897cd4"; type = "gem"; }; version = "0.4.0"; }; snmp = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1xr7rwfk7mwxzqcgir0glmyy4j27g6yixfaswsbd2qn6r8c980qf"; type = "gem"; }; version = "1.3.2"; }; solargraph = { dependencies = ["backport" "benchmark" "diff-lcs" "e2mmap" "jaro_winkler" "kramdown" "kramdown-parser-gfm" "parser" "rbs" "reverse_markdown" "rubocop" "thor" "tilt" "yard"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0qbjgsrlrwvbywzi0shf3nmfhb52y5fmp9al9nk7c4qqwxyhz397"; type = "gem"; }; version = "0.50.0"; }; sorbet-runtime = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1xnq3zdrnwhncfxvrhvkil26dq9v1h196i54l936l36zxdhnf383"; type = "gem"; }; version = "0.5.11292"; }; sqlite3 = { dependencies = ["mini_portile2"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "137xkh8jnk3xyajvzmn2390yzs13hnb37jylr0sm02d3zrshf18n"; type = "gem"; }; version = "1.7.2"; }; stringio = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "063psvsn1aq6digpznxfranhcpmi0sdv2jhra5g0459sw0x2dxn1"; type = "gem"; }; version = "3.1.0"; }; syntax_tree = { dependencies = ["prettier_print"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0g9l9acknjr2yz8ynfxbcrwx2ws3wh96pfzdb31g66k08v1022m5"; type = "gem"; }; version = "6.2.0"; }; syntax_tree-haml = { dependencies = ["haml" "prettier_print" "syntax_tree"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0nb335cn093qnc3hyb8s4vbgn8apwz019m4dj15hz2y2gmkpdxnw"; type = "gem"; }; version = "4.0.3"; }; syntax_tree-rbs = { dependencies = ["prettier_print" "rbs" "syntax_tree"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1g9n2i99y6b5l3x3vp2nk0fss2x0b2gd1h5hynbs2y4ab35jhrsr"; type = "gem"; }; version = "1.0.0"; }; taglib-ruby = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0yvchq3j0splz70796a27hr1v6ifhyab5ddc9fl1x734nhmsy4rb"; type = "gem"; }; version = "1.1.3"; }; temple = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0fwia5hvc1xz9w7vprzjnsym3v9j5l9ggdvy70jixbvpcpz4acfz"; type = "gem"; }; version = "0.10.3"; }; terminal-table = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0hbmzfr17ji5ws5x5z3kypmb5irwwss7q7kkad0gs005ibqrxv0a"; type = "gem"; }; version = "1.6.0"; }; thor = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1vq1fjp45az9hfp6fxljhdrkv75cvbab1jfrwcw738pnsiqk8zps"; type = "gem"; }; version = "1.3.1"; }; thrift = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "17cwh2ivvkfzv7m0m3rpyagwqz20mcincvjvz7cg3g21xzannqys"; type = "gem"; }; version = "0.19.0"; }; tilt = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0p3l7v619hwfi781l3r7ypyv1l8hivp09r18kmkn6g11c4yr1pc2"; type = "gem"; }; version = "2.3.0"; }; timeout = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "16mvvsmx90023wrhf8dxc1lpqh0m8alk65shb7xcya6a9gflw7vg"; type = "gem"; }; version = "0.4.1"; }; tiny_tds = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1nva5glid3mpwqk0siws74r6qfv89n0amw9ffzwnwlm12cd4ahdm"; type = "gem"; }; version = "2.1.7"; }; treetop = { dependencies = ["polyglot"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0adc8qblz8ii668r3rksjx83p675iryh52rvdvysimx2hkbasj7d"; type = "gem"; }; version = "1.6.12"; }; tty-color = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0aik4kmhwwrmkysha7qibi2nyzb4c8kp42bd5vxnf8sf7b53g73g"; type = "gem"; }; version = "0.6.0"; }; tty-command = { dependencies = ["pastel"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "14hi8xiahfrrnydw6g3i30lxvvz90wp4xsrlhx8mabckrcglfv0c"; type = "gem"; }; version = "0.10.1"; }; tty-option = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "019ir4bcr8fag7dmq7ph6ilpvwjbv4qalip0bz7dlddbd6fk4vjs"; type = "gem"; }; version = "0.3.0"; }; typhoeus = { dependencies = ["ethon"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0z7gamf6s83wy0yqms3bi4srirn3fc0lc7n65lqanidxcj1xn5qw"; type = "gem"; }; version = "1.4.1"; }; tzinfo = { dependencies = ["concurrent-ruby"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "16w2g84dzaf3z13gxyzlzbf748kylk5bdgg3n1ipvkvvqy685bwd"; type = "gem"; }; version = "2.0.6"; }; uglifier = { dependencies = ["execjs"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0wgh7bzy68vhv9v68061519dd8samcy8sazzz0w3k8kqpy3g4s5f"; type = "gem"; }; version = "4.2.0"; }; unf = { dependencies = ["unf_ext"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0bh2cf73i2ffh4fcpdn9ir4mhq8zi50ik0zqa1braahzadx536a9"; type = "gem"; }; version = "0.1.4"; }; unf_ext = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1sf6bxvf6x8gihv6j63iakixmdddgls58cpxpg32chckb2l18qcj"; type = "gem"; }; version = "0.0.9.1"; }; unicode-blocks = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0zf98czws958zyniwb0wvcxifpcr850qfp4m9g6q90qpdh9c61s1"; type = "gem"; }; version = "1.9.0"; }; unicode-display_width = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1d0azx233nags5jx3fqyr23qa2rhgzbhv8pxp46dgbg1mpf82xky"; type = "gem"; }; version = "2.5.0"; }; unicode-name = { dependencies = ["unicode-types"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0177232y0di7klwy0nsixbjfs5mym334y6b3lbfczl8953ybdmg6"; type = "gem"; }; version = "1.12.0"; }; unicode-scripts = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0m2xcss5nr9q6312c4dir54537skpdmwdp5s7gxgjrsv82pzpjdr"; type = "gem"; }; version = "1.9.0"; }; unicode-types = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1wlqwz1cq4bis4r2h8ghbp5c56867a86nnzp2pxnlq48mnjnmgww"; type = "gem"; }; version = "1.9.0"; }; uri = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "094gk72ckazf495qc76gk09b5i318d5l9m7bicg2wxlrjcm3qm96"; type = "gem"; }; version = "0.13.0"; }; uuid4r = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0qlcxzn8pnql34pcdrkd20kdla3k6n2sspaxp3lwwx8a87jnzbc3"; type = "gem"; }; version = "0.2.0"; }; webmention = { dependencies = ["http" "indieweb-endpoints" "nokogiri"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1ag06gal14r3rlcv0c951w1a9wb0d04mk5pz2v0f71q9fzwxwwmi"; type = "gem"; }; version = "7.0.0"; }; webrick = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "13qm7s0gr2pmfcl7dxrmq38asaza4w0i2n9my4yzs499j731wh8r"; type = "gem"; }; version = "1.8.1"; }; websocket-driver = { dependencies = ["websocket-extensions"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1nyh873w4lvahcl8kzbjfca26656d5c6z3md4sbqg5y1gfz0157n"; type = "gem"; }; version = "0.7.6"; }; websocket-extensions = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0hc2g9qps8lmhibl5baa91b4qx8wqw872rgwagml78ydj8qacsqw"; type = "gem"; }; version = "0.1.5"; }; whois = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "109v9vgkry317v5vc3b5dwgxpp1if3q9m26mrpl6052m020q05qx"; type = "gem"; }; version = "5.1.1"; }; xcodeproj = { dependencies = ["activesupport" "claide" "colored"]; groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "080xdnlkx8zfh2ka5jzgmj4k5jqxirfzggpjrc5q5q1mh5jamfwj"; type = "gem"; }; version = "0.28.2"; }; xctasks = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1jmxq0dv2q4qs628cykrhsm9piysjsacbq5blsf35a0fj015bw7l"; type = "gem"; }; version = "0.2.2"; }; yard = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1r0b8w58p7gy06wph1qdjv2p087hfnmhd9jk23vjdj803dn761am"; type = "gem"; }; version = "0.9.36"; }; zeitwerk = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1m67qmsak3x8ixs8rb971azl3l7wapri65pmbf5z886h46q63f1d"; type = "gem"; }; version = "2.6.13"; }; zookeeper = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1hc87pbmgc53lksa1aql61kxn9d2kjzmlhnjxa5rcn01qhm3pkvg"; type = "gem"; }; version = "1.5.5"; }; } [result] Failed to update rubyPackages_3_2.sorbet-runtime 0.5.11247 -> 0.5.11294 https://repology.org/project/ruby:sorbet-runtime/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath riffdiff, using log file: /var/log/nixpkgs-update/riffdiff/2024-03-16.log riffdiff 3.0.0 -> 3.0.1 https://repology.org/project/riffdiff/versions attrpath: riffdiff 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-pEXGUIrWZGJoYdNoufXEJ+eeIEhm5JhIUlHRisD4qWc= [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/text/riffdiff/default.nix b/pkgs/tools/text/riffdiff/default.nix index 72b3dfc14a1a..a15644d59111 100644 --- a/pkgs/tools/text/riffdiff/default.nix +++ b/pkgs/tools/text/riffdiff/default.nix @@ -2,16 +2,16 @@ rustPlatform.buildRustPackage rec { pname = "riffdiff"; - version = "3.0.0"; + version = "3.0.1"; src = fetchFromGitHub { owner = "walles"; repo = "riff"; rev = version; - hash = "sha256-lS7+sLA/6ZxieodvSPuEzawxQb2vWdNCkGy1RTbg4dY="; + hash = "sha256-MHsbwtoiaMBWZi/UHbuhG3VuSSvuQtvxPB9EMMti80A="; }; - cargoHash = "sha256-hGy0B2uLT37wKOvC4/wc8i+v1vEQ3bzrgm/yqRCAx3s="; + cargoHash = "sha256-pEXGUIrWZGJoYdNoufXEJ+eeIEhm5JhIUlHRisD4qWc="; meta = with lib; { description = "A diff filter highlighting which line parts have changed"; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/ap0hjh27qvwggx77z7rddjx7jxzffr4x-riffdiff-3.0.1" [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:
  • riffdiff
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/riffdiff/versions. meta.description for riffdiff is: A diff filter highlighting which line parts have changed meta.homepage for riffdiff is: https://github.com/walles/riff ###### Updates performed - Rust version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/walles/riff/releases/tag/3.0.1) - [Compare changes on GitHub](https://github.com/walles/riff/compare/3.0.0...3.0.1) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 3.0.1 with grep in /nix/store/ap0hjh27qvwggx77z7rddjx7jxzffr4x-riffdiff-3.0.1 - found 3.0.1 in filename of file in /nix/store/ap0hjh27qvwggx77z7rddjx7jxzffr4x-riffdiff-3.0.1 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath riffdiff ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/ap0hjh27qvwggx77z7rddjx7jxzffr4x-riffdiff-3.0.1 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A riffdiff https://github.com/r-ryantm/nixpkgs/archive/ab31938d525b372db133f761f613528f6151b28b.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/ab31938d525b372db133f761f613528f6151b28b#riffdiff ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/ap0hjh27qvwggx77z7rddjx7jxzffr4x-riffdiff-3.0.1 ls -la /nix/store/ap0hjh27qvwggx77z7rddjx7jxzffr4x-riffdiff-3.0.1/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • riffdiff
--- ###### Maintainer pings cc @johnpyp 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/296411 [result] Success updating riffdiff 3.0.0 -> 3.0.1 https://repology.org/project/riffdiff/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pinball, using log file: /var/log/nixpkgs-update/pinball/2024-03-16.log pinball 0.3.20201218 -> 0.3.20230219 https://repology.org/project/pinball/versions attrpath: pinball 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/pinball/default.nix b/pkgs/games/pinball/default.nix index f1ce5fb9d78c..e8bc516f718b 100644 --- a/pkgs/games/pinball/default.nix +++ b/pkgs/games/pinball/default.nix @@ -4,11 +4,11 @@ stdenv.mkDerivation rec { pname = "pinball"; - version = "0.3.20201218"; + version = "0.3.20230219"; src = fetchurl { url = "mirror://sourceforge/pinball/pinball-${version}.tar.gz"; - sha256 = "0vacypp3ksq1hs6hxpypx7nrfkprbl4ksfywcncckwrh4qcir631"; + sha256 = "sha256-wtj/tZVTYoKmE8U0y1O4DLGqb1X0AhPUFS47sNaJmvg="; }; postPatch = '' [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A pinball nix build failed. checking where to find libltdl headers... -I$(top_srcdir)/libltdl checking where to find libltdl library... $(top_build_prefix)libltdl/libltdlc.la checking for unistd.h... (cached) yes checking for dl.h... no checking for sys/dl.h... no checking for dld.h... no checking for mach-o/dyld.h... no checking for dirent.h... yes checking for closedir... yes checking for opendir... yes checking for readdir... yes checking for strlcat... yes checking for strlcpy... yes checking for GL/gl.h... yes checking for library containing glVertex3f... -lGL checking pkg-config is at least version 0.9.0... yes checking for sdl2 >= 2.0.0... no checking for sdl2-config... /nix/store/nphvk2pf55pv7yvxmkm1lnjkr2pk4db5-SDL-1.2.15-dev/bin/sdl2-config checking for SDL - version >= 2.0.0... ./configure: line 19215: /nix/store/nphvk2pf55pv7yvxmkm1lnjkr2pk4db5-SDL-1.2.15-dev/bin/sdl2-config: No such file or directory ./configure: line 19216: /nix/store/nphvk2pf55pv7yvxmkm1lnjkr2pk4db5-SDL-1.2.15-dev/bin/sdl2-config: No such file or directory ./configure: line 19220: /nix/store/nphvk2pf55pv7yvxmkm1lnjkr2pk4db5-SDL-1.2.15-dev/bin/sdl2-config: No such file or directory ./configure: line 19222: /nix/store/nphvk2pf55pv7yvxmkm1lnjkr2pk4db5-SDL-1.2.15-dev/bin/sdl2-config: No such file or directory ./configure: line 19224: /nix/store/nphvk2pf55pv7yvxmkm1lnjkr2pk4db5-SDL-1.2.15-dev/bin/sdl2-config: No such file or directory no *** Could not run SDL test program, checking why... *** The test program failed to compile or link. See the file config.log for the *** exact error that occured. This usually means SDL was incorrectly installed *** or that you have moved SDL since it was installed. In the latter case, you *** may want to edit the sdl2-config script: /nix/store/nphvk2pf55pv7yvxmkm1lnjkr2pk4db5-SDL-1.2.15-dev/bin/sdl2-config configure: error: SDL version 2.0.0 not found! http://www.libsdl.org [result] Failed to update pinball 0.3.20201218 -> 0.3.20230219 https://repology.org/project/pinball/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath polyphone, using log file: /var/log/nixpkgs-update/polyphone/2024-03-16.log polyphone 2.3.0 -> 2.3.1 https://repology.org/project/polyphone/versions attrpath: polyphone Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/z3pkxqwd8pk4gs3mw87fisc8j0gfbs12-source.drv building '/nix/store/z3pkxqwd8pk4gs3mw87fisc8j0gfbs12-source.drv'... trying https://github.com/davy7125/polyphone/archive/2.3.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'polyphone.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/z3pkxqwd8pk4gs3mw87fisc8j0gfbs12-source.drv /nix/store/b6w8g4vz2wd2wiy0j0w4lj1dagxn0n6f-polyphone-2.3.1.drv building '/nix/store/z3pkxqwd8pk4gs3mw87fisc8j0gfbs12-source.drv'... trying https://github.com/davy7125/polyphone/archive/2.3.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/z3pkxqwd8pk4gs3mw87fisc8j0gfbs12-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/davy7125/polyphone/archive/2.3.1.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/z3pkxqwd8pk4gs3mw87fisc8j0gfbs12-source.drv'. error: 1 dependencies of derivation '/nix/store/b6w8g4vz2wd2wiy0j0w4lj1dagxn0n6f-polyphone-2.3.1.drv' failed to build [result] Failed to update polyphone 2.3.0 -> 2.3.1 https://repology.org/project/polyphone/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath elmerfem, using log file: /var/log/nixpkgs-update/elmerfem/2024-03-16.log elmerfem 2023-09-18 -> 2023.12.13 https://repology.org/project/elmerfem/versions attrpath: elmerfem Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update elmerfem 2023-09-18 -> 2023.12.13 https://repology.org/project/elmerfem/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.pre, using log file: /var/log/nixpkgs-update/rPackages.pre/2024-03-16.log rPackages.pre 1.0.6 -> 1.0.7 https://repology.org/project/r:pre/versions attrpath: rPackages.pre Checking auto update branch... No auto update branch exists Old version 1.0.6" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.pre 1.0.6 -> 1.0.7 https://repology.org/project/r:pre/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath drumkv1, using log file: /var/log/nixpkgs-update/drumkv1/2024-03-16.log drumkv1 0.9.23 -> 0.9.34 https://repology.org/project/drumkv1/versions attrpath: drumkv1 Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/audio/drumkv1/default.nix b/pkgs/applications/audio/drumkv1/default.nix index 30d6328b5758..2b0e24782b24 100644 --- a/pkgs/applications/audio/drumkv1/default.nix +++ b/pkgs/applications/audio/drumkv1/default.nix @@ -2,11 +2,11 @@ mkDerivation rec { pname = "drumkv1"; - version = "0.9.23"; + version = "0.9.34"; src = fetchurl { url = "mirror://sourceforge/drumkv1/${pname}-${version}.tar.gz"; - sha256 = "sha256-gNscsqGpEfU1CNJDlBAzum9M0vzJSm6Wx5b/zhOt+sk="; + sha256 = "sha256-cjXC02jzWdR0iTqWJ9WJ/jvI7KhSV6H1ArkUAlR4+iI="; }; buildInputs = [ libjack2 alsa-lib libsndfile liblo lv2 qt5.qtbase qt5.qttools ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A drumkv1 nix build failed. source root is drumkv1-0.9.34 setting SOURCE_DATE_EPOCH to timestamp 1706291529 of file drumkv1-0.9.34/src/mimetypes/org.rncbc.drumkv1.xml @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase no Makefile or custom buildPhase, doing nothing @nix { "action": "setPhase", "phase": "glibPreInstallPhase" } Running phase: glibPreInstallPhase @nix { "action": "setPhase", "phase": "glibPreInstallPhase" } Running phase: glibPreInstallPhase @nix { "action": "setPhase", "phase": "installPhase" } Running phase: installPhase no Makefile or custom installPhase, doing nothing @nix { "action": "setPhase", "phase": "qtOwnPathsHook" } Running phase: qtOwnPathsHook @nix { "action": "setPhase", "phase": "glibPreFixupPhase" } Running phase: glibPreFixupPhase @nix { "action": "setPhase", "phase": "glibPreFixupPhase" } Running phase: glibPreFixupPhase @nix { "action": "setPhase", "phase": "fixupPhase" } Running phase: fixupPhase wrapping Qt applications in /nix/store/39v1m26i7kdg8449jrmch3xk69lsjj12-drumkv1-0.9.34/bin /nix/store/39v1m26i7kdg8449jrmch3xk69lsjj12-drumkv1-0.9.34/sbin /nix/store/39v1m26i7kdg8449jrmch3xk69lsjj12-drumkv1-0.9.34/libexec /nix/store/39v1m26i7kdg8449jrmch3xk69lsjj12-drumkv1-0.9.34/Applications @nix { "action": "setPhase", "phase": "postPatchMkspecs" } Running phase: postPatchMkspecs [result] Failed to update drumkv1 0.9.23 -> 0.9.34 https://repology.org/project/drumkv1/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath fb303, using log file: /var/log/nixpkgs-update/fb303/2024-03-16.log fb303 2024.01.22.00 -> 2024.02.19.00 https://repology.org/project/fb303/versions attrpath: fb303 Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - folly: 2024.01.22.00 -> 2024.03.11.00 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/291296" - mvfst: 2024.01.22.00 -> 2024.02.19.00 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/291491" - wangle: 2024.01.22.00 -> 2024.02.19.00 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/227757" [result] Failed to update fb303 2024.01.22.00 -> 2024.02.19.00 https://repology.org/project/fb303/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath beefi, using log file: /var/log/nixpkgs-update/beefi/2024-03-16.log beefi 0.1.1 -> 0.2 https://repology.org/project/beefi/versions attrpath: beefi 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/61ric3ry5vcp7h8f454j54j1qbx15dky-source.drv building '/nix/store/61ric3ry5vcp7h8f454j54j1qbx15dky-source.drv'... trying https://github.com/jfeick/beefi/archive/0.2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 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 'beefi.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/61ric3ry5vcp7h8f454j54j1qbx15dky-source.drv /nix/store/sy3d4wp8npg5xdqkzp3w8hs3ashj3fhv-beefi-0.2.drv building '/nix/store/61ric3ry5vcp7h8f454j54j1qbx15dky-source.drv'... trying https://github.com/jfeick/beefi/archive/0.2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 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/61ric3ry5vcp7h8f454j54j1qbx15dky-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/jfeick/beefi/archive/0.2.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 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/61ric3ry5vcp7h8f454j54j1qbx15dky-source.drv'. error: 1 dependencies of derivation '/nix/store/sy3d4wp8npg5xdqkzp3w8hs3ashj3fhv-beefi-0.2.drv' failed to build [result] Failed to update beefi 0.1.1 -> 0.2 https://repology.org/project/beefi/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath eternal-terminal, using log file: /var/log/nixpkgs-update/eternal-terminal/2024-03-16.log eternal-terminal 6.2.4 -> 6.2.8 https://repology.org/project/eternalterminal/versions attrpath: eternal-terminal 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/eternal-terminal/default.nix b/pkgs/tools/networking/eternal-terminal/default.nix index 22ed2dcb80e7..5f55524f5a65 100644 --- a/pkgs/tools/networking/eternal-terminal/default.nix +++ b/pkgs/tools/networking/eternal-terminal/default.nix @@ -12,13 +12,13 @@ stdenv.mkDerivation rec { pname = "eternal-terminal"; - version = "6.2.4"; + version = "6.2.8"; src = fetchFromGitHub { owner = "MisterTea"; repo = "EternalTerminal"; rev = "refs/tags/et-v${version}"; - hash = "sha256-9W9Pz0VrFU+HNpf98I3CLrn8+kpjjNLOUK8gGcDJcI8="; + hash = "sha256-7LhCP7zARpigsDJmA7y/ZIgN06l8aCszXryzPoa4aL0="; }; nativeBuildInputs = [ [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A eternal-terminal nix build failed. CMake that the project does not need compatibility with older versions. Call Stack (most recent call first): CMakeLists.txt:187 (include)  -- cotire 1.8.0 loaded. -- CXX target et-lib cotired. -- CXX target TerminalCommon cotired. -- CXX target et cotired without precompiled header. Too few applicable sources. -- CXX target etserver cotired without precompiled header. Too few applicable sources. -- CXX target etterminal cotired without precompiled header. Too few applicable sources. -- CXX target HtmCommon cotired. -- CXX target htm cotired without precompiled header. Too few applicable sources. -- CXX target htmd cotired without precompiled header. Too few applicable sources. -- CXX target et-test cotired. -- Configuring done (1.1s) -- Generating done (0.1s) CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY  -- Build files have been written to: /build/source/build cmake: enabled parallel building cmake: enabled parallel installing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase cp: cannot create regular file '../external_imported/Catch2/single_include/catch2/catch.hpp': No such file or directory /nix/store/v099hqvw5z87423p4hz1vfhzaqa07dii-stdenv-linux/setup: line 131: pop_var_context: head of shell_variables not a function context [result] Failed to update eternal-terminal 6.2.4 -> 6.2.8 https://repology.org/project/eternalterminal/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rosegarden, using log file: /var/log/nixpkgs-update/rosegarden/2024-03-16.log rosegarden 22.12.1 -> 23.12 https://repology.org/project/rosegarden/versions attrpath: rosegarden 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/7c2f1pgjwkvjm08bxdxc70w48nk8r7hr-rosegarden-23.12.tar.bz2.drv building '/nix/store/7c2f1pgjwkvjm08bxdxc70w48nk8r7hr-rosegarden-23.12.tar.bz2.drv'... trying https://downloads.sourceforge.net/rosegarden/rosegarden-23.12.tar.bz2 % 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/rosegarden/rosegarden-23.12.tar.bz2 % 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/rosegarden/rosegarden-23.12.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 138 100 138 0 0 1140 0 --:--:-- --:--:-- --:--:-- 1150 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/rosegarden/rosegarden-23.12.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 154 100 154 0 0 230 0 --:--:-- --:--:-- --:--:-- 230 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/rosegarden/rosegarden-23.12.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 317 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://osdn.dl.sourceforge.net/sourceforge/rosegarden/rosegarden-23.12.tar.bz2 % 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 rosegarden-23.12.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 'rosegarden.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/7c2f1pgjwkvjm08bxdxc70w48nk8r7hr-rosegarden-23.12.tar.bz2.drv /nix/store/ydrm6582m5nrf34k9c661b01scbalh0d-rosegarden-23.12.drv this path will be fetched (0.06 MiB download, 0.23 MiB unpacked): /nix/store/cyvgdkkv54cix4wvvv07p2jl55p8aflj-dssi-1.1.1 copying path '/nix/store/cyvgdkkv54cix4wvvv07p2jl55p8aflj-dssi-1.1.1' from 'https://cache.nixos.org'... building '/nix/store/7c2f1pgjwkvjm08bxdxc70w48nk8r7hr-rosegarden-23.12.tar.bz2.drv'... trying https://downloads.sourceforge.net/rosegarden/rosegarden-23.12.tar.bz2 % 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/rosegarden/rosegarden-23.12.tar.bz2 % 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:02 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://netcologne.dl.sourceforge.net/sourceforge/rosegarden/rosegarden-23.12.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 138 100 138 0 0 1285 0 --:--:-- --:--:-- --:--:-- 1289 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://versaweb.dl.sourceforge.net/sourceforge/rosegarden/rosegarden-23.12.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://freefr.dl.sourceforge.net/sourceforge/rosegarden/rosegarden-23.12.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 317 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://osdn.dl.sourceforge.net/sourceforge/rosegarden/rosegarden-23.12.tar.bz2 % 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 rosegarden-23.12.tar.bz2 from any mirror error: builder for '/nix/store/7c2f1pgjwkvjm08bxdxc70w48nk8r7hr-rosegarden-23.12.tar.bz2.drv' failed with exit code 1; last 25 log lines: > trying https://versaweb.dl.sourceforge.net/sourceforge/rosegarden/rosegarden-23.12.tar.bz2 > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 154 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 > curl: (22) The requested URL returned error: 404 > > trying https://freefr.dl.sourceforge.net/sourceforge/rosegarden/rosegarden-23.12.tar.bz2 > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 317 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 > curl: (22) The requested URL returned error: 404 > > trying https://osdn.dl.sourceforge.net/sourceforge/rosegarden/rosegarden-23.12.tar.bz2 > % 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 rosegarden-23.12.tar.bz2 from any mirror For full logs, run 'nix log /nix/store/7c2f1pgjwkvjm08bxdxc70w48nk8r7hr-rosegarden-23.12.tar.bz2.drv'. error: 1 dependencies of derivation '/nix/store/ydrm6582m5nrf34k9c661b01scbalh0d-rosegarden-23.12.drv' failed to build [result] Failed to update rosegarden 22.12.1 -> 23.12 https://repology.org/project/rosegarden/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cmucl_binary, using log file: /var/log/nixpkgs-update/cmucl_binary/2024-03-16.log cmucl_binary 21d -> 21e https://repology.org/project/cmucl/versions attrpath: cmucl_binary Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update cmucl_binary 21d -> 21e https://repology.org/project/cmucl/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath markdownlint-cli2, using log file: /var/log/nixpkgs-update/markdownlint-cli2/2024-03-16.log markdownlint-cli2 0.9.0 -> 0.12.1 https://repology.org/project/markdownlint-cli2/versions attrpath: markdownlint-cli2 Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] build succeeded unexpectedlystderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'markdownlint-cli2.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/sx6n3724sbcfczhs0al0zwcxdxnpzvfz-markdownlint-cli2-0.12.1-npm-deps.drv /nix/store/x8329iyw4mdmx1g78l358ccnqb5827v5-markdownlint-cli2-0.12.1.drv building '/nix/store/sx6n3724sbcfczhs0al0zwcxdxnpzvfz-markdownlint-cli2-0.12.1-npm-deps.drv'... Running phase: unpackPhase unpacking source archive /nix/store/sjibaadx5g0q4avjyi197jrwg7wyh1g4-source source root is source Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase no configure script, doing nothing Running phase: buildPhase ERROR: The package-lock.json file does not exist! package-lock.json is required to make sure that npmDepsHash doesn't change when packages are updated on npm. Hint: You can copy a vendored package-lock.json file via postPatch. error: builder for '/nix/store/sx6n3724sbcfczhs0al0zwcxdxnpzvfz-markdownlint-cli2-0.12.1-npm-deps.drv' failed with exit code 1; last 16 log lines: > Running phase: unpackPhase > unpacking source archive /nix/store/sjibaadx5g0q4avjyi197jrwg7wyh1g4-source > source root is source > Running phase: patchPhase > Running phase: updateAutotoolsGnuConfigScriptsPhase > Running phase: configurePhase > no configure script, doing nothing > Running phase: buildPhase > > ERROR: The package-lock.json file does not exist! > > package-lock.json is required to make sure that npmDepsHash doesn't change > when packages are updated on npm. > > Hint: You can copy a vendored package-lock.json file via postPatch. > For full logs, run 'nix log /nix/store/sx6n3724sbcfczhs0al0zwcxdxnpzvfz-markdownlint-cli2-0.12.1-npm-deps.drv'. error: 1 dependencies of derivation '/nix/store/x8329iyw4mdmx1g78l358ccnqb5827v5-markdownlint-cli2-0.12.1.drv' failed to build [result] Failed to update markdownlint-cli2 0.9.0 -> 0.12.1 https://repology.org/project/markdownlint-cli2/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.safer, using log file: /var/log/nixpkgs-update/rPackages.safer/2024-03-16.log rPackages.safer 0.2.1 -> 0.2.2 https://repology.org/project/r:safer/versions attrpath: rPackages.safer Checking auto update branch... No auto update branch exists Old version 0.2.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.safer 0.2.1 -> 0.2.2 https://repology.org/project/r:safer/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libnxml, using log file: /var/log/nixpkgs-update/libnxml/2024-03-16.log libnxml 0.18.3 -> 0.18.5 https://repology.org/project/libnxml/versions attrpath: libnxml Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/xvmm4bsavisgl6yrnjsrla8cpn86q4xi-libnxml-0.18.5.tar.gz.drv building '/nix/store/xvmm4bsavisgl6yrnjsrla8cpn86q4xi-libnxml-0.18.5.tar.gz.drv'... trying https://www.autistici.org/bakunin/libnxml/libnxml-0.18.5.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 196 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download libnxml-0.18.5.tar.gz from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'libnxml.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/xvmm4bsavisgl6yrnjsrla8cpn86q4xi-libnxml-0.18.5.tar.gz.drv /nix/store/z4fvahi8lxfnngfhg453r8lkh5bqw4d5-libnxml-0.18.5.drv building '/nix/store/xvmm4bsavisgl6yrnjsrla8cpn86q4xi-libnxml-0.18.5.tar.gz.drv'... trying https://www.autistici.org/bakunin/libnxml/libnxml-0.18.5.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 196 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download libnxml-0.18.5.tar.gz from any mirror error: builder for '/nix/store/xvmm4bsavisgl6yrnjsrla8cpn86q4xi-libnxml-0.18.5.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://www.autistici.org/bakunin/libnxml/libnxml-0.18.5.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 196 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download libnxml-0.18.5.tar.gz from any mirror For full logs, run 'nix log /nix/store/xvmm4bsavisgl6yrnjsrla8cpn86q4xi-libnxml-0.18.5.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/z4fvahi8lxfnngfhg453r8lkh5bqw4d5-libnxml-0.18.5.drv' failed to build [result] Failed to update libnxml 0.18.3 -> 0.18.5 https://repology.org/project/libnxml/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.jupyter-server-terminals, using log file: /var/log/nixpkgs-update/python312Packages.jupyter-server-terminals/2024-03-16.log python312Packages.jupyter-server-terminals 0.5.2 -> 0.5.3 https://github.com/jupyter-server/jupyter_server_terminals/releases attrpath: python312Packages.jupyter-server-terminals Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/08z03z0s9bsly3l0jm2nwprwvkbiqg3j-packages.json.drv building '/nix/store/08z03z0s9bsly3l0jm2nwprwvkbiqg3j-packages.json.drv'... Going to be running update for following packages: - python3.12-jupyter-server-terminals-0.5.2 Press Enter key to continue... Running update for: - python3.12-jupyter-server-terminals-0.5.2: UPDATING ... - python3.12-jupyter-server-terminals-0.5.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/jupyter-server-terminals/default.nix b/pkgs/development/python-modules/jupyter-server-terminals/default.nix index 5dbb04fda092..192d5c6f3711 100644 --- a/pkgs/development/python-modules/jupyter-server-terminals/default.nix +++ b/pkgs/development/python-modules/jupyter-server-terminals/default.nix @@ -16,14 +16,14 @@ let self = buildPythonPackage rec { pname = "jupyter-server-terminals"; - version = "0.5.2"; + version = "0.5.3"; pyproject = true; src = fetchFromGitHub { owner = "jupyter-server"; repo = "jupyter_server_terminals"; rev = "refs/tags/v${version}"; - hash = "sha256-e4PtrK2DCJAK+LYmGguwU5hmxdqP5Dws1dPoPOv/WrM="; + hash = "sha256-af7jBscGkbekXgfDxwAfrJSY1uEuIGfzzSsjaPdlYcY="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 115 > 25 [result] Failed to update python312Packages.jupyter-server-terminals 0.5.2 -> 0.5.3 https://github.com/jupyter-server/jupyter_server_terminals/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath springLobby, using log file: /var/log/nixpkgs-update/springLobby/2024-03-16.log springLobby 0.273 -> 0.274 https://repology.org/project/springlobby/versions attrpath: springLobby 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/spring/springlobby.nix b/pkgs/games/spring/springlobby.nix index ab792cf41a49..731b1c6b0f93 100644 --- a/pkgs/games/spring/springlobby.nix +++ b/pkgs/games/spring/springlobby.nix @@ -25,11 +25,11 @@ stdenv.mkDerivation rec { pname = "springlobby"; - version = "0.273"; + version = "0.274"; src = fetchurl { url = "https://springlobby.springrts.com/dl/stable/springlobby-${version}.tar.bz2"; - sha256 = "sha256-XkU6i6ABCgw3H9vJu0xjHRO1BglueYM1LyJxcZdOrDk="; + sha256 = "sha256-osbd7pUqW6+HWkPnYq4wzmmfoiXZcGWbSYfS5HsmCIg="; }; nativeBuildInputs = [ cmake pkg-config gettext doxygen makeWrapper ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A springLobby Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . springLobby Standard output: error: … while calling the 'derivationStrict' builtin at /builtin/derivation.nix:9:12: (source not available) … while evaluating derivation 'springlobby-0.274' whose name attribute is located at /var/cache/nixpkgs-update/worker/worktree/springLobby/pkgs/stdenv/generic/make-derivation.nix:331:7 … while evaluating attribute 'postInstall' of derivation 'springlobby-0.274' at /var/cache/nixpkgs-update/worker/worktree/springLobby/pkgs/games/spring/springlobby.nix:58:3: 57| 58| postInstall = '' | ^ 59| wrapProgram $out/bin/springlobby \ error: Package ‘spring-106.0’ in /var/cache/nixpkgs-update/worker/worktree/springLobby/pkgs/games/spring/default.nix:86 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 springLobby 0.273 -> 0.274 https://repology.org/project/springlobby/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.intsvy, using log file: /var/log/nixpkgs-update/rPackages.intsvy/2024-03-16.log rPackages.intsvy 2.8 -> 2.9 https://repology.org/project/r:intsvy/versions attrpath: rPackages.intsvy Checking auto update branch... No auto update branch exists Old version 2.8" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.intsvy 2.8 -> 2.9 https://repology.org/project/r:intsvy/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath flint, using log file: /var/log/nixpkgs-update/flint/2024-03-16.log flint 2.9.0 -> 3.1.1 https://repology.org/project/flint/versions attrpath: flint Checking auto update branch... An auto update branch exists with message `flint: 2.9.0 -> 3.0.1`. New version is 3.1.1. The auto update branch does not match or exceed the new version. [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/vn62vf794ml6ya1q4v6fj87apmir5ny1-flint-3.1.1.tar.gz.drv building '/nix/store/vn62vf794ml6ya1q4v6fj87apmir5ny1-flint-3.1.1.tar.gz.drv'... trying https://www.flintlib.org/flint-3.1.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 162 100 162 0 0 648 0 --:--:-- --:--:-- --:--:-- 650 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download flint-3.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 'flint.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/vn62vf794ml6ya1q4v6fj87apmir5ny1-flint-3.1.1.tar.gz.drv /nix/store/8x6xzpq131z0h6m09mvvx8y3msl2gc9i-flint-3.1.1.drv building '/nix/store/vn62vf794ml6ya1q4v6fj87apmir5ny1-flint-3.1.1.tar.gz.drv'... trying https://www.flintlib.org/flint-3.1.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 162 100 162 0 0 911 0 --:--:-- --:--:-- --:--:-- 915 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download flint-3.1.1.tar.gz from any mirror error: builder for '/nix/store/vn62vf794ml6ya1q4v6fj87apmir5ny1-flint-3.1.1.tar.gz.drv' failed with exit code 1; last 8 log lines: > > trying https://www.flintlib.org/flint-3.1.1.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 100 162 100 162 0 0 911 0 --:--:-- --:--:-- --:--:-- 915 > 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download flint-3.1.1.tar.gz from any mirror For full logs, run 'nix log /nix/store/vn62vf794ml6ya1q4v6fj87apmir5ny1-flint-3.1.1.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/8x6xzpq131z0h6m09mvvx8y3msl2gc9i-flint-3.1.1.drv' failed to build [result] Failed to update flint 2.9.0 -> 3.1.1 https://repology.org/project/flint/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cider, using log file: /var/log/nixpkgs-update/cider/2024-03-16.log cider 1.6.2 -> 1.13.1 https://repology.org/project/emacs:cider/versions attrpath: cider 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/hk96d1jd830alwlfm636ryvd99khvjkk-Cider-1.13.1.AppImage.drv building '/nix/store/hk96d1jd830alwlfm636ryvd99khvjkk-Cider-1.13.1.AppImage.drv'... trying https://github.com/ciderapp/Cider/releases/download/v1.13.1/Cider-1.13.1.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 Cider-1.13.1.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 'cider.originalSrc' not found stderr did not split as expected full stderr was: these 9 derivations will be built: /nix/store/p5c2fsfrs6zv95b741fqglddaa06nxrr-profile.drv /nix/store/94z0wcrlvyh32lcybqh75w41rc1aq2z5-cider-1.13.1-chrootenv-etc.drv /nix/store/2c1z04ssvap0j2bdsv125ri8v3mmrwgg-cider-1.13.1-usr-target.drv /nix/store/hk96d1jd830alwlfm636ryvd99khvjkk-Cider-1.13.1.AppImage.drv /nix/store/hf5vikhars7hyq0rp1lna3wc1kkvxcx4-cider-1.13.1-extracted.drv /nix/store/f7cdyjyna2hq86y6d5kmmbwhl3c6gnip-cider-1.13.1-init.drv /nix/store/n4lwvgj4aqyg05i1mpzkkz417dv54sbr-cider-1.13.1-fhs.drv /nix/store/bji121k0rwdhmi085vig25w1jgbpvxb2-cider-1.13.1-bwrap.drv /nix/store/ixwyqkhmndk9wygxxc7hmm6jp4vyqppw-cider-1.13.1.drv building '/nix/store/p5c2fsfrs6zv95b741fqglddaa06nxrr-profile.drv'... building '/nix/store/hk96d1jd830alwlfm636ryvd99khvjkk-Cider-1.13.1.AppImage.drv'... building '/nix/store/94z0wcrlvyh32lcybqh75w41rc1aq2z5-cider-1.13.1-chrootenv-etc.drv'... /nix/store/9pvhz7kadkhal6si6i0z3cxq6pdvzg4j-cider-1.13.1-chrootenv-etc/etc /build building '/nix/store/2c1z04ssvap0j2bdsv125ri8v3mmrwgg-cider-1.13.1-usr-target.drv'... warning: collision between `/nix/store/m9b4wcy4yyn5xcy394h74x7klb28nm2c-glibc-2.38-44-bin/bin/ldconfig' and `/nix/store/79l0h0pqyz4mjfg6hbra2rzy99i9lf3v-ldconfig/bin/ldconfig' warning: collision between `/nix/store/ksk3rnb0ljx8gngzk19jlmbjyvac4hw6-glibc-2.38-44/lib/locale/locale-archive' and `/nix/store/j1ba2w87aq4bcvv47mvrnss2ashfrzbk-glibc-locales-2.38-44/lib/locale/locale-archive' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/bin/sh' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/bin/sh' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/bin/bashbug' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/bin/bashbug' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/bin/bash' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/bin/bash' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/zh_TW/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/zh_TW/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/ga/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/ga/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/sr/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/sr/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/en@quot/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/en@quot/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/el/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/el/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/bg/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/bg/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/ja/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/ja/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/tr/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/tr/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/nb/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/nb/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/ro/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/ro/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/ca/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/ca/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/ko/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/ko/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/zh_CN/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/zh_CN/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/lt/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/lt/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/hr/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/hr/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/et/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/et/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/en@boldquot/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/en@boldquot/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/id/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/id/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/pt/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/pt/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/sk/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/sk/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/eo/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/eo/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/nl/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/nl/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/hu/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/hu/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/sv/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/sv/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/fr/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/fr/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/af/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/af/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/gl/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/gl/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/da/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/da/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/it/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/it/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/pt_BR/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/pt_BR/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/fi/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/fi/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/ru/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/ru/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/cs/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/cs/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/uk/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/uk/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/de/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/de/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/es/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/es/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/pl/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/pl/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/sl/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/sl/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/share/locale/vi/LC_MESSAGES/bash.mo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/share/locale/vi/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/mktemp' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/mktemp' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/rm' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/rm' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/logname' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/logname' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/mkfifo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/mkfifo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/mkdir' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/mkdir' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/printenv' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/printenv' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/basename' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/basename' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/setpgid' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/setpgid' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/print' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/print' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/Makefile.sample' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/Makefile.sample' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/cut' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/cut' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/sleep' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/sleep' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/seq' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/seq' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/finfo' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/finfo' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/tee' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/tee' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/rmdir' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/rmdir' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/fdflags' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/fdflags' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/realpath' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/realpath' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/strftime' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/strftime' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/dsv' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/dsv' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/id' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/id' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/loadables.h' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/loadables.h' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/dirname' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/dirname' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/head' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/head' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/sync' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/sync' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/tty' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/tty' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/push' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/push' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/csv' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/csv' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/whoami' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/whoami' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/stat' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/stat' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/ln' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/ln' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/mypid' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/mypid' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/getconf' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/getconf' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/unlink' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/unlink' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/pathchk' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/pathchk' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/truefalse' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/truefalse' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/accept' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/accept' warning: collision between `/nix/store/032wiarm65zp3bh9ak3dz2sqcr3n8g70-bash-interactive-5.2p26/lib/bash/uname' and `/nix/store/d4d4r674rzyf2iznb3f2zclld205ci17-bash-interactive-5.2p26/lib/bash/uname' warning: collision between `/nix/store/cig3dkfkzvp1dhmxgyywrqfmajz86mgj-bash-interactive-5.2p26-man/share/man/man1/bashbug.1.gz' and `/nix/store/57kwhi30cvlg5c10xs3ybdwv5yx5fqq4-bash-interactive-5.2p26-man/share/man/man1/bashbug.1.gz' warning: collision between `/nix/store/cig3dkfkzvp1dhmxgyywrqfmajz86mgj-bash-interactive-5.2p26-man/share/man/man1/bash.1.gz' and `/nix/store/57kwhi30cvlg5c10xs3ybdwv5yx5fqq4-bash-interactive-5.2p26-man/share/man/man1/bash.1.gz' trying https://github.com/ciderapp/Cider/releases/download/v1.13.1/Cider-1.13.1.AppImage % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed warning: collision between `/nix/store/arv9pn37s3w7ii586rpi644j35pq7byb-gtk+-2.24.33/bin/gtk-update-icon-cache' and `/nix/store/szlpn627gzzb6hsasl6dgg1fbp8nj0q0-gtk+3-3.24.41/bin/gtk-update-icon-cache' 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download Cider-1.13.1.AppImage from any mirror error: builder for '/nix/store/hk96d1jd830alwlfm636ryvd99khvjkk-Cider-1.13.1.AppImage.drv' failed with exit code 1; last 7 log lines: > > trying https://github.com/ciderapp/Cider/releases/download/v1.13.1/Cider-1.13.1.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 Cider-1.13.1.AppImage from any mirror For full logs, run 'nix log /nix/store/hk96d1jd830alwlfm636ryvd99khvjkk-Cider-1.13.1.AppImage.drv'. error: 1 dependencies of derivation '/nix/store/hf5vikhars7hyq0rp1lna3wc1kkvxcx4-cider-1.13.1-extracted.drv' failed to build error: 1 dependencies of derivation '/nix/store/ixwyqkhmndk9wygxxc7hmm6jp4vyqppw-cider-1.13.1.drv' failed to build [result] Failed to update cider 1.6.2 -> 1.13.1 https://repology.org/project/emacs:cider/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.crypto-token, using log file: /var/log/nixpkgs-update/haskellPackages.crypto-token/2024-03-16.log haskellPackages.crypto-token 0.0.2 -> 0.1.0 https://repology.org/project/haskell:crypto-token/versions attrpath: haskellPackages.crypto-token Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.crypto-token 0.0.2 -> 0.1.0 https://repology.org/project/haskell:crypto-token/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath corretto19, using log file: /var/log/nixpkgs-update/corretto19/2024-03-16.log corretto19 19.0.2.7.1 -> 21.0.2.13.1 https://repology.org/project/corretto/versions attrpath: corretto19 Checking auto update branch... No auto update branch exists Version in attr path corretto19 not compatible with 21.0.2.13.1 [result] Failed to update corretto19 19.0.2.7.1 -> 21.0.2.13.1 https://repology.org/project/corretto/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-route53, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-route53/2024-03-16.log python311Packages.mypy-boto3-route53 1.34.31 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-route53 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0pyhn0a8iv26rmnmsdh16q85cvwkjmw2-packages.json.drv building '/nix/store/0pyhn0a8iv26rmnmsdh16q85cvwkjmw2-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-route53-1.34.31 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-route53-1.34.31: UPDATING ... - python3.11-mypy-boto3-route53-1.34.31: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-route53 1.34.31 -> 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 rPackages.BH, using log file: /var/log/nixpkgs-update/rPackages.BH/2024-03-16.log rPackages.BH 1.81.0-1 -> 1.84.0 https://repology.org/project/r:bh/versions attrpath: rPackages.BH Checking auto update branch... No auto update branch exists Old version 1.81.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.BH 1.81.0-1 -> 1.84.0 https://repology.org/project/r:bh/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gawk, using log file: /var/log/nixpkgs-update/gawk/2024-03-16.log gawk 5.2.2 -> 5.3.0 https://repology.org/project/gawk/versions attrpath: gawk Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - gawk: 5.2.2 -> 5.3.0, remove libsigsegv URL "https://api.github.com/repos/NixOS/nixpkgs/issues/272962" [result] Failed to update gawk 5.2.2 -> 5.3.0 https://repology.org/project/gawk/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath discount, using log file: /var/log/nixpkgs-update/discount/2024-03-16.log discount 2.2.7b -> 3.0.0d https://repology.org/project/discount/versions attrpath: discount Checking auto update branch... An auto update branch exists with message `discount: 2.2.7b -> 3.0.0d`. New version is 3.0.0d. An auto update branch exists with an equal or greater version [result] Failed to update discount 2.2.7b -> 3.0.0d https://repology.org/project/discount/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath chez-mit, using log file: /var/log/nixpkgs-update/chez-mit/2024-03-16.log chez-mit 0.1 -> 1.0 https://repology.org/project/chez-mit/versions attrpath: chez-mit 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/h7d0s5xi412bvvh13p8r2880s89wlf2k-source.drv building '/nix/store/h7d0s5xi412bvvh13p8r2880s89wlf2k-source.drv'... trying https://github.com/fedeinthemix/chez-mit/archive/v1.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 'chez-mit.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/h7d0s5xi412bvvh13p8r2880s89wlf2k-source.drv /nix/store/fvyhd4ldp366y6r3v5csxlja7hwhx9pl-chez-mit-1.0.drv building '/nix/store/h7d0s5xi412bvvh13p8r2880s89wlf2k-source.drv'... trying https://github.com/fedeinthemix/chez-mit/archive/v1.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/h7d0s5xi412bvvh13p8r2880s89wlf2k-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/fedeinthemix/chez-mit/archive/v1.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/h7d0s5xi412bvvh13p8r2880s89wlf2k-source.drv'. error: 1 dependencies of derivation '/nix/store/fvyhd4ldp366y6r3v5csxlja7hwhx9pl-chez-mit-1.0.drv' failed to build [result] Failed to update chez-mit 0.1 -> 1.0 https://repology.org/project/chez-mit/versions [options] github_user: r-ryantm, pull_request: 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.DevelLeak 0.03 -> 0.04 https://repology.org/project/perl:devel-leak/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.brms, using log file: /var/log/nixpkgs-update/rPackages.brms/2024-03-16.log rPackages.brms 2.20.4 -> 2.20.9 https://repology.org/project/r:brms/versions attrpath: rPackages.brms Checking auto update branch... No auto update branch exists Old version 2.20.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.brms 2.20.4 -> 2.20.9 https://repology.org/project/r:brms/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath expressvpn, using log file: /var/log/nixpkgs-update/expressvpn/2024-03-16.log expressvpn 3.52.0.2 -> 11.52.0.80855 https://repology.org/project/expressvpn/versions attrpath: expressvpn Checking auto update branch... No auto update branch exists Old version 3.52.0.2" not present in master derivation file with contents: { autoPatchelfHook , buildFHSEnv , dpkg , fetchurl , inotify-tools , lib , stdenvNoCC , sysctl , writeScript }: let pname = "expressvpn"; clientVersion = "3.52.0"; clientBuild = "2"; version = lib.strings.concatStringsSep "." [ clientVersion clientBuild ]; expressvpnBase = stdenvNoCC.mkDerivation { inherit pname version; src = fetchurl { url = "https://www.expressvpn.works/clients/linux/expressvpn_${version}-1_amd64.deb"; hash = "sha256-cDZ9R+MA3FXEto518bH4/c1X4W9XxgTvXns7zisylew="; }; nativeBuildInputs = [ dpkg autoPatchelfHook ]; dontConfigure = true; dontBuild = true; unpackPhase = '' runHook preUnpack dpkg --fsys-tarfile $src | tar --extract runHook postUnpack ''; installPhase = '' runHook preInstall mv usr/ $out/ runHook postInstall ''; }; expressvpndFHS = buildFHSEnv { name = "expressvpnd"; # When connected, it directly creates/deletes resolv.conf to change the DNS entries. # Since it's running in an FHS environment, it has no effect on actual resolv.conf. # Hence, place a watcher that updates host resolv.conf when FHS resolv.conf changes. runScript = writeScript "${pname}-wrapper" '' cp /host/etc/resolv.conf /etc/resolv.conf; while inotifywait /etc 2>/dev/null; do cp /etc/resolv.conf /host/etc/resolv.conf; done & expressvpnd --client-version ${clientVersion} --client-build ${clientBuild} ''; # expressvpnd binary has hard-coded the path /sbin/sysctl hence below workaround. extraBuildCommands = '' chmod +w sbin ln -s ${sysctl}/bin/sysctl sbin/sysctl ''; # The expressvpnd binary also uses hard-coded paths to the other binaries and files # it ships with, hence the FHS environment. targetPkgs = pkgs: with pkgs; [ expressvpnBase inotify-tools iproute2 ]; }; in stdenvNoCC.mkDerivation { inherit pname version; dontUnpack = true; dontConfigure = true; dontBuild = true; installPhase = '' runHook preInstall mkdir -p $out/bin $out/share ln -s ${expressvpnBase}/bin/expressvpn $out/bin ln -s ${expressvpndFHS}/bin/expressvpnd $out/bin ln -s ${expressvpnBase}/share/{bash-completion,doc,man} $out/share/ runHook postInstall ''; meta = with lib; { description = "CLI client for ExpressVPN"; homepage = "https://www.expressvpn.com"; license = licenses.unfree; platforms = [ "x86_64-linux" ]; maintainers = with maintainers; [ yureien ]; }; } [result] Failed to update expressvpn 3.52.0.2 -> 11.52.0.80855 https://repology.org/project/expressvpn/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rtfm, using log file: /var/log/nixpkgs-update/rtfm/2024-03-16.log rtfm 0.2.4 -> 0.3.1 https://github.com/hugopl/rtfm/releases attrpath: rtfm 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/rtfm/default.nix b/pkgs/applications/misc/rtfm/default.nix index 9eb97113c37b..57ad486b720c 100644 --- a/pkgs/applications/misc/rtfm/default.nix +++ b/pkgs/applications/misc/rtfm/default.nix @@ -18,14 +18,14 @@ let in crystal.buildCrystalPackage rec { pname = "rtfm"; - version = "0.2.4"; + version = "0.3.1"; src = fetchFromGitHub { owner = "hugopl"; repo = "rtfm"; rev = "v${version}"; name = "rtfm"; - hash = "sha256-IfI7jYM1bsrCq2NiANv/SWkCjPyT/HYUofJMUYy0Sbk="; + hash = "sha256-ErULt3xSbErd1re2iHneOWX7PY3F93pD6DjnCqcCdMU="; }; patches = [ [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A rtfm nix build failed. got build log for 'rtfm' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/wvjfhbq7ibbzxh5h6v25c8cx53kb1pyd-rtfm source root is rtfm @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/q16b7wbkafjca1d2jjd9s7q967mfrwsq-make.patch patching file Makefile Hunk #1 succeeded at 7 with fuzz 1 (offset 3 lines). Hunk #2 succeeded at 38 (offset 3 lines). applying patch /nix/store/g11gns718n8jhqm43x7k1f79idqfcahy-friendly-docs-path.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/src/create_gtk_docset.cr 2023-07-17 14:28:04.882620660 +0300 |+++ b/src/create_gtk_docset.cr 2023-07-17 14:27:09.660643747 +0300 -------------------------- File to patch: Skip this patch? [y] Skipping patch. 1 out of 1 hunk ignored [result] Failed to update rtfm 0.2.4 -> 0.3.1 https://github.com/hugopl/rtfm/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ufoai, using log file: /var/log/nixpkgs-update/ufoai/2024-03-16.log ufoai 2.4 -> 2.5 https://repology.org/project/ufoai/versions attrpath: ufoai 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 ufoai 2.4 -> 2.5 https://repology.org/project/ufoai/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cmigemo, using log file: /var/log/nixpkgs-update/cmigemo/2024-03-16.log cmigemo 1.3e -> 20141220 https://repology.org/project/cmigemo/versions attrpath: cmigemo Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/tools/text/cmigemo/default.nix b/pkgs/tools/text/cmigemo/default.nix index 179db9c337dd..71b192eb3261 100644 --- a/pkgs/tools/text/cmigemo/default.nix +++ b/pkgs/tools/text/cmigemo/default.nix @@ -5,13 +5,13 @@ stdenv.mkDerivation { pname = "cmigemo"; - version = "1.3e"; + version = "20141220"; src = fetchFromGitHub { owner = "koron"; repo = "cmigemo"; rev = "e0f6145f61e0b7058c3006f344e58571d9fdd83a"; - sha256 = "00a6kdmxp16b8x0p04ws050y39qspd1bqlfq74bkirc55b77a2m1"; + sha256 = "sha256-oQp1ziqF5TgXOdhRvEK7GqfhQQGaE3BBR8uE22ubRgE="; }; nativeBuildInputs = [ iconv nkf perl which ]; Source url did not change. [result] Failed to update cmigemo 1.3e -> 20141220 https://repology.org/project/cmigemo/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath anystyle-cli, using log file: /var/log/nixpkgs-update/anystyle-cli/2024-03-16.log anystyle-cli 1.3.1 -> 1.4.5 https://repology.org/project/ruby:anystyle-cli/versions attrpath: anystyle-cli Checking auto update branch... No auto update branch exists Derivation contains buildRubyGem [result] Failed to update anystyle-cli 1.3.1 -> 1.4.5 https://repology.org/project/ruby:anystyle-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 cjdns, using log file: /var/log/nixpkgs-update/cjdns/2024-03-16.log cjdns 21.4 -> 22 https://repology.org/project/cjdns/versions attrpath: cjdns 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/cjdns/default.nix b/pkgs/tools/networking/cjdns/default.nix index 85705a27231f..26c9e217a4c6 100644 --- a/pkgs/tools/networking/cjdns/default.nix +++ b/pkgs/tools/networking/cjdns/default.nix @@ -15,13 +15,13 @@ rustPlatform.buildRustPackage rec { pname = "cjdns"; - version = "21.4"; + version = "22"; src = fetchFromGitHub { owner = "cjdelisle"; repo = "cjdns"; rev = "cjdns-v${version}"; - sha256 = "sha256-vI3uHZwmbFqxGasKqgCl0PLEEO8RNEhwkn5ZA8K7bxU="; + sha256 = "sha256-O7oiN0xvFmHLQYJbtzAwg53jvfIbW5yPwQI/chqbN3k="; }; patches = [ [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A cjdns nix build failed. < ] < < [[package]] < name = "wasm-bindgen-shared" < version = "0.2.70" < source = "registry+https://github.com/rust-lang/crates.io-index" < checksum = "dd4945e4943ae02d15c13962b38a5b1e81eadd4b71214eee75af64a4d6a4fd64" < < [[package]] < name = "web-sys" < version = "0.3.47" < source = "registry+https://github.com/rust-lang/crates.io-index" < checksum = "c40dc691fc48003eba817c38da7113c15698142da971298003cac3ef175680b3" < dependencies = [ < "js-sys", < "wasm-bindgen", < ] --- > checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" 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 cjdns 21.4 -> 22 https://repology.org/project/cjdns/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath solarus, using log file: /var/log/nixpkgs-update/solarus/2024-03-16.log solarus 1.6.4 -> 1.6.5 https://repology.org/project/solarus/versions attrpath: solarus Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/games/solarus/default.nix b/pkgs/games/solarus/default.nix index 0e95a77a7cd4..8fd79d3bd821 100644 --- a/pkgs/games/solarus/default.nix +++ b/pkgs/games/solarus/default.nix @@ -5,13 +5,13 @@ mkDerivation rec { pname = "solarus"; - version = "1.6.4"; + version = "1.6.5"; src = fetchFromGitLab { owner = "solarus-games"; repo = pname; rev = "v${version}"; - sha256 = "sbdlf+R9OskDQ5U5rqUX2gF8l/fj0sDJv6BL7H1I1Ng="; + sha256 = "sha256-LaJKpvwKiN/k2bZuZCNG7v5sYRBGOJfToGJLePFryVs="; }; outputs = [ "out" "lib" "dev" ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A solarus nix build failed. -- Installing: /nix/store/xjr3nlayjvgcygczd98z4h2bmic6qhs0-solarus-1.6.5/share/icons/hicolor/20x20/apps/org.solarus_games.solarus.Launcher.png -- Installing: /nix/store/xjr3nlayjvgcygczd98z4h2bmic6qhs0-solarus-1.6.5/share/icons/hicolor/24x24/apps/org.solarus_games.solarus.Launcher.png -- Installing: /nix/store/xjr3nlayjvgcygczd98z4h2bmic6qhs0-solarus-1.6.5/share/icons/hicolor/32x32/apps/org.solarus_games.solarus.Launcher.png -- Installing: /nix/store/xjr3nlayjvgcygczd98z4h2bmic6qhs0-solarus-1.6.5/share/icons/hicolor/40x40/apps/org.solarus_games.solarus.Launcher.png -- Installing: /nix/store/xjr3nlayjvgcygczd98z4h2bmic6qhs0-solarus-1.6.5/share/icons/hicolor/48x48/apps/org.solarus_games.solarus.Launcher.png -- Installing: /nix/store/xjr3nlayjvgcygczd98z4h2bmic6qhs0-solarus-1.6.5/share/pixmaps/org.solarus_games.solarus.Launcher.png -- Installing: /nix/store/xjr3nlayjvgcygczd98z4h2bmic6qhs0-solarus-1.6.5/share/icons/hicolor/scalable/apps/org.solarus_games.solarus.Launcher.svg -- Installing: /nix/store/xjr3nlayjvgcygczd98z4h2bmic6qhs0-solarus-1.6.5/share/icons/hicolor/symbolic/apps/org.solarus_games.solarus.Launcher-symbolic.svg -- Installing: /nix/store/xjr3nlayjvgcygczd98z4h2bmic6qhs0-solarus-1.6.5/share/icons/hicolor/16x16/apps/org.solarus_games.solarus.Runner.png -- Installing: /nix/store/xjr3nlayjvgcygczd98z4h2bmic6qhs0-solarus-1.6.5/share/icons/hicolor/20x20/apps/org.solarus_games.solarus.Runner.png -- Installing: /nix/store/xjr3nlayjvgcygczd98z4h2bmic6qhs0-solarus-1.6.5/share/icons/hicolor/24x24/apps/org.solarus_games.solarus.Runner.png -- Installing: /nix/store/xjr3nlayjvgcygczd98z4h2bmic6qhs0-solarus-1.6.5/share/icons/hicolor/32x32/apps/org.solarus_games.solarus.Runner.png -- Installing: /nix/store/xjr3nlayjvgcygczd98z4h2bmic6qhs0-solarus-1.6.5/share/icons/hicolor/40x40/apps/org.solarus_games.solarus.Runner.png -- Installing: /nix/store/xjr3nlayjvgcygczd98z4h2bmic6qhs0-solarus-1.6.5/share/icons/hicolor/48x48/apps/org.solarus_games.solarus.Runner.png -- Installing: /nix/store/xjr3nlayjvgcygczd98z4h2bmic6qhs0-solarus-1.6.5/share/pixmaps/org.solarus_games.solarus.Runner.png -- Installing: /nix/store/xjr3nlayjvgcygczd98z4h2bmic6qhs0-solarus-1.6.5/share/icons/hicolor/scalable/apps/org.solarus_games.solarus.Runner.svg -- Installing: /nix/store/xjr3nlayjvgcygczd98z4h2bmic6qhs0-solarus-1.6.5/share/icons/hicolor/symbolic/apps/org.solarus_games.solarus.Runner-symbolic.svg -- Installing: /nix/store/xjr3nlayjvgcygczd98z4h2bmic6qhs0-solarus-1.6.5/share/applications/org.solarus_games.solarus.Launcher.desktop -- Installing: /nix/store/xjr3nlayjvgcygczd98z4h2bmic6qhs0-solarus-1.6.5/share/metainfo/org.solarus_games.solarus.appdata.xml -- Installing: /nix/store/xjr3nlayjvgcygczd98z4h2bmic6qhs0-solarus-1.6.5/share/man/man6/solarus-launcher.6 @nix { "action": "setPhase", "phase": "glibPreFixupPhase" } Running phase: glibPreFixupPhase @nix { "action": "setPhase", "phase": "qtOwnPathsHook" } Running phase: qtOwnPathsHook @nix { "action": "setPhase", "phase": "glibPreFixupPhase" } Running phase: glibPreFixupPhase @nix { "action": "setPhase", "phase": "fixupPhase" } Running phase: fixupPhase mkdir: cannot create directory '/nix/store/41y6n7ndb24553pqxmx25mq0p6883d5l-solarus-1.6.5-lib/': File exists /nix/store/v099hqvw5z87423p4hz1vfhzaqa07dii-stdenv-linux/setup: line 131: pop_var_context: head of shell_variables not a function context [result] Failed to update solarus 1.6.4 -> 1.6.5 https://repology.org/project/solarus/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pystemmer, using log file: /var/log/nixpkgs-update/python311Packages.pystemmer/2024-03-16.log python311Packages.pystemmer 2.2.0 -> 2.2.0.1 https://repology.org/project/python:pystemmer/versions attrpath: python311Packages.pystemmer Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2vp1i3nq86i1w0pvwqpahjffkdjvdq6d-packages.json.drv building '/nix/store/2vp1i3nq86i1w0pvwqpahjffkdjvdq6d-packages.json.drv'... Going to be running update for following packages: - python3.11-pystemmer-2.2.0 Press Enter key to continue... Running update for: - python3.11-pystemmer-2.2.0: UPDATING ... - python3.11-pystemmer-2.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pystemmer 2.2.0 -> 2.2.0.1 https://repology.org/project/python:pystemmer/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.shake-bindist, using log file: /var/log/nixpkgs-update/haskellPackages.shake-bindist/2024-03-16.log haskellPackages.shake-bindist 1.0.0.0 -> 1.1.0.0 https://repology.org/project/haskell:shake-bindist/versions attrpath: haskellPackages.shake-bindist Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.shake-bindist 1.0.0.0 -> 1.1.0.0 https://repology.org/project/haskell:shake-bindist/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.poppr, using log file: /var/log/nixpkgs-update/rPackages.poppr/2024-03-16.log rPackages.poppr 2.9.4 -> 2.9.6 https://repology.org/project/r:poppr/versions attrpath: rPackages.poppr Checking auto update branch... No auto update branch exists Old version 2.9.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.poppr 2.9.4 -> 2.9.6 https://repology.org/project/r:poppr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath bisoncpp, using log file: /var/log/nixpkgs-update/bisoncpp/2024-03-16.log bisoncpp 6.04.00 -> 6.07.00 https://repology.org/project/bisonc++/versions attrpath: bisoncpp Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update bisoncpp 6.04.00 -> 6.07.00 https://repology.org/project/bisonc++/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gnuclad, using log file: /var/log/nixpkgs-update/gnuclad/2024-03-16.log gnuclad 0.2.4 -> 0.2.4.p1 https://repology.org/project/gnuclad/versions attrpath: gnuclad 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/gc0b30713g6hpi0jswvh320p017vf5cp-gnuclad-0.2.4.p1.tar.gz.drv building '/nix/store/gc0b30713g6hpi0jswvh320p017vf5cp-gnuclad-0.2.4.p1.tar.gz.drv'... trying https://launchpad.net/gnuclad/trunk/0.2/+download/gnuclad-0.2.4.p1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 10292 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download gnuclad-0.2.4.p1.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 'gnuclad.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/gc0b30713g6hpi0jswvh320p017vf5cp-gnuclad-0.2.4.p1.tar.gz.drv /nix/store/3jqi4l799bs47j3dy05cvfi17kyif3vv-gnuclad-0.2.4.p1.drv building '/nix/store/gc0b30713g6hpi0jswvh320p017vf5cp-gnuclad-0.2.4.p1.tar.gz.drv'... trying https://launchpad.net/gnuclad/trunk/0.2/+download/gnuclad-0.2.4.p1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 10292 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download gnuclad-0.2.4.p1.tar.gz from any mirror error: builder for '/nix/store/gc0b30713g6hpi0jswvh320p017vf5cp-gnuclad-0.2.4.p1.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://launchpad.net/gnuclad/trunk/0.2/+download/gnuclad-0.2.4.p1.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 10292 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download gnuclad-0.2.4.p1.tar.gz from any mirror For full logs, run 'nix log /nix/store/gc0b30713g6hpi0jswvh320p017vf5cp-gnuclad-0.2.4.p1.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/3jqi4l799bs47j3dy05cvfi17kyif3vv-gnuclad-0.2.4.p1.drv' failed to build [result] Failed to update gnuclad 0.2.4 -> 0.2.4.p1 https://repology.org/project/gnuclad/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mkclean, using log file: /var/log/nixpkgs-update/mkclean/2024-03-16.log mkclean 0.8.10 -> 0.9.0 https://repology.org/project/mkclean/versions attrpath: mkclean 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/mkclean/default.nix b/pkgs/applications/video/mkclean/default.nix index 49c270c41069..8699c9cb0945 100644 --- a/pkgs/applications/video/mkclean/default.nix +++ b/pkgs/applications/video/mkclean/default.nix @@ -2,14 +2,14 @@ stdenv.mkDerivation rec { pname = "mkclean"; - version = "0.8.10"; + version = "0.9.0"; hardeningDisable = [ "format" ]; nativeBuildInputs = [ dos2unix ]; src = fetchurl { url = "mirror://sourceforge/matroska/${pname}-${version}.tar.bz2"; - sha256 = "0zbpi4sm68zb20d53kbss93fv4aafhcmz7dsd0zdf01vj1r3wxwn"; + sha256 = "sha256-L1zcqw4Jtl+f74lJpV7wDuPdcA5LQFDiRdRCNH18w9s="; }; configurePhase = '' [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A mkclean nix build failed. got build log for 'mkclean' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/8acva7aj4rhqhy27y6swqc8ngfgw2713-mkclean-0.9.0.tar.bz2 source root is mkclean-0.9.0 setting SOURCE_DATE_EPOCH to timestamp 1612101750 of file mkclean-0.9.0/mkclean/src.br.in @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase dos2unix: ./mkclean/configure.compiled: No such file or directory dos2unix: Skipping ./mkclean/configure.compiled, not a regular file. [result] Failed to update mkclean 0.8.10 -> 0.9.0 https://repology.org/project/mkclean/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.gi-vte, using log file: /var/log/nixpkgs-update/haskellPackages.gi-vte/2024-03-16.log haskellPackages.gi-vte 2.91.31 -> 2.91.32 https://repology.org/project/haskell:gi-vte/versions attrpath: haskellPackages.gi-vte Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.gi-vte 2.91.31 -> 2.91.32 https://repology.org/project/haskell:gi-vte/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath vultr-cli, using log file: /var/log/nixpkgs-update/vultr-cli/2024-03-16.log vultr-cli 3.0.2 -> 3.0.3 https://github.com/vultr/vultr-cli/releases attrpath: vultr-cli Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Found old vendorHash = "sha256-uzPEBz0LGJwHjq3yrirfp6qm8Aa94+wFSohlgBB2rEk=" [golangModuleVersion] Replaced vendorHash with sha256-MDzYiLMYoR9qOTPVnlzTDbgVvg72HDP2DpM6NKUFNdg= [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/vultr-cli/default.nix b/pkgs/development/tools/vultr-cli/default.nix index d4617f72980c..f2bcfb2b97c3 100644 --- a/pkgs/development/tools/vultr-cli/default.nix +++ b/pkgs/development/tools/vultr-cli/default.nix @@ -2,16 +2,16 @@ buildGoModule rec { pname = "vultr-cli"; - version = "3.0.2"; + version = "3.0.3"; src = fetchFromGitHub { owner = "vultr"; repo = pname; rev = "v${version}"; - hash = "sha256-d2xAM2TpnAow9n+eolEbSiKFhWRj69jHf5R+aUyoipI="; + hash = "sha256-6OVigI2eHE8qFC5nmH67NcKkDD0iFXl3ynYJyFcpmGw="; }; - vendorHash = "sha256-uzPEBz0LGJwHjq3yrirfp6qm8Aa94+wFSohlgBB2rEk="; + vendorHash = "sha256-MDzYiLMYoR9qOTPVnlzTDbgVvg72HDP2DpM6NKUFNdg="; nativeBuildInputs = [ installShellFiles ]; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/w55wxkj5aksxjniyvaxh58j69gc8gzgx-vultr-cli-3.0.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:
  • vultr-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/vultr/vultr-cli/releases. meta.description for vultr-cli is: Official command line tool for Vultr services meta.homepage for vultr-cli is: https://github.com/vultr/vultr-cli meta.changelog for vultr-cli is: https://github.com/vultr/vultr-cli/blob/v3.0.3/CHANGELOG.md ###### Updates performed - Golang update ###### To inspect upstream changes - [Release on GitHub](https://github.com/vultr/vultr-cli/releases/tag/v3.0.3) - [Compare changes on GitHub](https://github.com/vultr/vultr-cli/compare/v3.0.2...v3.0.3) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 3.0.3 with grep in /nix/store/w55wxkj5aksxjniyvaxh58j69gc8gzgx-vultr-cli-3.0.3 - found 3.0.3 in filename of file in /nix/store/w55wxkj5aksxjniyvaxh58j69gc8gzgx-vultr-cli-3.0.3 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath vultr-cli ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/w55wxkj5aksxjniyvaxh58j69gc8gzgx-vultr-cli-3.0.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 vultr-cli https://github.com/r-ryantm/nixpkgs/archive/d964fa004db275a7cc4c250712fd178c2b1767fd.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/d964fa004db275a7cc4c250712fd178c2b1767fd#vultr-cli ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/w55wxkj5aksxjniyvaxh58j69gc8gzgx-vultr-cli-3.0.3 ls -la /nix/store/w55wxkj5aksxjniyvaxh58j69gc8gzgx-vultr-cli-3.0.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:
  • vultr-cli
--- ###### Maintainer pings cc @Br1ght0ne 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/296430 [result] Success updating vultr-cli 3.0.2 -> 3.0.3 https://github.com/vultr/vultr-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 inform7, using log file: /var/log/nixpkgs-update/inform7/2024-03-16.log inform7 6M62 -> 10.1.2 https://repology.org/project/inform7/versions attrpath: inform7 Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/sqgjcx9k4ps2aa4yn5kzgz0pjwgsyrpd-source.drv building '/nix/store/sqgjcx9k4ps2aa4yn5kzgz0pjwgsyrpd-source.drv'... trying http://inform7.com/download/content/10.1.2/I7_10.1.2_Linux_all.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 278 100 278 0 0 707 0 --:--:-- --:--:-- --:--:-- 707 100 300 100 300 0 0 407 0 --:--:-- --:--:-- --:--:-- 407 0 4298 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'inform7.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/sqgjcx9k4ps2aa4yn5kzgz0pjwgsyrpd-source.drv /nix/store/2kccpzzd8nmfn6ch50qmqzx60709v11z-inform7-10.1.2.drv building '/nix/store/sqgjcx9k4ps2aa4yn5kzgz0pjwgsyrpd-source.drv'... trying http://inform7.com/download/content/10.1.2/I7_10.1.2_Linux_all.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 278 100 278 0 0 1294 0 --:--:-- --:--:-- --:--:-- 1299 100 300 100 300 0 0 544 0 --:--:-- --:--:-- --:--:-- 544 0 4298 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/sqgjcx9k4ps2aa4yn5kzgz0pjwgsyrpd-source.drv' failed with exit code 1; last 9 log lines: > > trying http://inform7.com/download/content/10.1.2/I7_10.1.2_Linux_all.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 100 278 100 278 0 0 1294 0 --:--:-- --:--:-- --:--:-- 1299 > 100 300 100 300 0 0 544 0 --:--:-- --:--:-- --:--:-- 544 > 0 4298 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/sqgjcx9k4ps2aa4yn5kzgz0pjwgsyrpd-source.drv'. error: 1 dependencies of derivation '/nix/store/2kccpzzd8nmfn6ch50qmqzx60709v11z-inform7-10.1.2.drv' failed to build [result] Failed to update inform7 6M62 -> 10.1.2 https://repology.org/project/inform7/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.cairo-image, using log file: /var/log/nixpkgs-update/haskellPackages.cairo-image/2024-03-16.log haskellPackages.cairo-image 0.1.0.2 -> 0.1.0.3 https://repology.org/project/haskell:cairo-image/versions attrpath: haskellPackages.cairo-image Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.cairo-image 0.1.0.2 -> 0.1.0.3 https://repology.org/project/haskell:cairo-image/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.mlr3spatiotempcv, using log file: /var/log/nixpkgs-update/rPackages.mlr3spatiotempcv/2024-03-16.log rPackages.mlr3spatiotempcv 2.2.0 -> 2.3.0 https://repology.org/project/r:mlr3spatiotempcv/versions attrpath: rPackages.mlr3spatiotempcv Checking auto update branch... No auto update branch exists Old version 2.2.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.mlr3spatiotempcv 2.2.0 -> 2.3.0 https://repology.org/project/r:mlr3spatiotempcv/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath atop, using log file: /var/log/nixpkgs-update/atop/2024-03-16.log atop 2.8.1 -> 2.10.0 https://repology.org/project/atop/versions attrpath: atop 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/atop/default.nix b/pkgs/os-specific/linux/atop/default.nix index 808d1bc42376..1145dcaecd95 100644 --- a/pkgs/os-specific/linux/atop/default.nix +++ b/pkgs/os-specific/linux/atop/default.nix @@ -12,11 +12,11 @@ stdenv.mkDerivation rec { pname = "atop"; - version = "2.8.1"; + version = "2.10.0"; src = fetchurl { url = "https://www.atoptool.nl/download/atop-${version}.tar.gz"; - sha256 = "sha256-lwBYoZt5w0RPlx+FRXKg5jiR3C1fcDf/g3VwhUzg2h4="; + sha256 = "sha256-56ZzzyyCV4592C7LDeyD/Z7LMIKLJWHCip+lqvddX5M="; }; nativeBuildInputs = lib.optionals withAtopgpu [ [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A atop nix build failed. got build log for 'atop' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/q8if8wgss0cirajgia5hbgzr5n0dhzp6-atop-2.10.0.tar.gz source root is atop-2.10.0 setting SOURCE_DATE_EPOCH to timestamp 1704362788 of file atop-2.10.0/prev/photosyst_29.h @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/avr06j3s77fj9l6s1v11ijp2y6qza51i-fix-paths.patch patching file atop.service Hunk #1 succeeded at 14 (offset 2 lines). patching file atop-rotate.service Hunk #1 FAILED at 4. 1 out of 1 hunk FAILED -- saving rejects to file atop-rotate.service.rej patching file atopgpu.service patching file atopacct.service Hunk #1 succeeded at 10 with fuzz 1. patching file atop-pm.sh [result] Failed to update atop 2.8.1 -> 2.10.0 https://repology.org/project/atop/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tbls, using log file: /var/log/nixpkgs-update/tbls/2024-03-16.log tbls 1.73.2 -> 1.73.3 https://github.com/k1LoW/tbls/releases attrpath: tbls 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-zNQADZkAaohTZReD8qTnNJsfy58NXdQjUdd5j8KcOyY=" [golangModuleVersion] Replaced vendorHash with sha256-oMGAsVRSyndCJ3QXfrI02XrsOXkzljTNro6ygal6mDk= [golangModuleVersion] Finished updating vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/tools/misc/tbls/default.nix b/pkgs/tools/misc/tbls/default.nix index 7d0921abb8d0..4672adfc97c9 100644 --- a/pkgs/tools/misc/tbls/default.nix +++ b/pkgs/tools/misc/tbls/default.nix @@ -9,16 +9,16 @@ buildGoModule rec { pname = "tbls"; - version = "1.73.2"; + version = "1.73.3"; src = fetchFromGitHub { owner = "k1LoW"; repo = "tbls"; rev = "v${version}"; - hash = "sha256-UXvUewArdClOolWFgN4Ta11vzq9C9zBjEzVGTtWSjiA="; + hash = "sha256-mAGEJ+FISPRrIz3dWwuf9EYbTNdaMj7tbHgthSYBiIU="; }; - vendorHash = "sha256-zNQADZkAaohTZReD8qTnNJsfy58NXdQjUdd5j8KcOyY="; + vendorHash = "sha256-oMGAsVRSyndCJ3QXfrI02XrsOXkzljTNro6ygal6mDk="; nativeBuildInputs = [ installShellFiles ]; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/0mpr60mlacqin4zhc5if2rfbxwnayv2q-tbls-1.73.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:
  • tbls
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/k1LoW/tbls/releases. meta.description for tbls is: A tool to generate documentation based on a database structure meta.homepage for tbls is: https://github.com/k1LoW/tbls meta.changelog for tbls is: https://github.com/k1LoW/tbls/blob/v1.73.3/CHANGELOG.md ###### Updates performed - Golang update ###### To inspect upstream changes - [Release on GitHub](https://github.com/k1LoW/tbls/releases/tag/v1.73.3) - [Compare changes on GitHub](https://github.com/k1LoW/tbls/compare/v1.73.2...v1.73.3) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.73.3 with grep in /nix/store/0mpr60mlacqin4zhc5if2rfbxwnayv2q-tbls-1.73.3 - found 1.73.3 in filename of file in /nix/store/0mpr60mlacqin4zhc5if2rfbxwnayv2q-tbls-1.73.3 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath tbls ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/0mpr60mlacqin4zhc5if2rfbxwnayv2q-tbls-1.73.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 tbls https://github.com/r-ryantm/nixpkgs/archive/bf273971289fccb96f3e833f2fc7ab023a7aba8f.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/bf273971289fccb96f3e833f2fc7ab023a7aba8f#tbls ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/0mpr60mlacqin4zhc5if2rfbxwnayv2q-tbls-1.73.3 ls -la /nix/store/0mpr60mlacqin4zhc5if2rfbxwnayv2q-tbls-1.73.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:
  • tbls
--- ###### 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/296434 [result] Success updating tbls 1.73.2 -> 1.73.3 https://github.com/k1LoW/tbls/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath epson-escpr, using log file: /var/log/nixpkgs-update/epson-escpr/2024-03-16.log epson-escpr 1.7.20 -> 1.8.4 https://repology.org/project/epson-inkjet-printer-escpr/versions attrpath: epson-escpr 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/imixixgc92dyr7mgbkajbbpamsjx9crh-epson-inkjet-printer-escpr-1.8.4-1lsb3.2.tar.gz.drv building '/nix/store/imixixgc92dyr7mgbkajbbpamsjx9crh-epson-inkjet-printer-escpr-1.8.4-1lsb3.2.tar.gz.drv'... trying https://download3.ebz.epson.net/dsc/f/03/00/13/76/45/5ac2ea8f9cf94a48abd64afd0f967f98c4fc24aa/epson-inkjet-printer-escpr-1.8.4-1lsb3.2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 10 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://web.archive.org/web/https://download3.ebz.epson.net/dsc/f/03/00/13/76/45/5ac2ea8f9cf94a48abd64afd0f967f98c4fc24aa/epson-inkjet-printer-escpr-1.8.4-1lsb3.2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download epson-inkjet-printer-escpr-1.8.4-1lsb3.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 'epson-escpr.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/imixixgc92dyr7mgbkajbbpamsjx9crh-epson-inkjet-printer-escpr-1.8.4-1lsb3.2.tar.gz.drv /nix/store/1s5kbhc6rfxz6yhfcbaylhz1804lyjbj-epson-escpr-1.8.4.drv building '/nix/store/imixixgc92dyr7mgbkajbbpamsjx9crh-epson-inkjet-printer-escpr-1.8.4-1lsb3.2.tar.gz.drv'... trying https://download3.ebz.epson.net/dsc/f/03/00/13/76/45/5ac2ea8f9cf94a48abd64afd0f967f98c4fc24aa/epson-inkjet-printer-escpr-1.8.4-1lsb3.2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 10 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://web.archive.org/web/https://download3.ebz.epson.net/dsc/f/03/00/13/76/45/5ac2ea8f9cf94a48abd64afd0f967f98c4fc24aa/epson-inkjet-printer-escpr-1.8.4-1lsb3.2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download epson-inkjet-printer-escpr-1.8.4-1lsb3.2.tar.gz from any mirror error: builder for '/nix/store/imixixgc92dyr7mgbkajbbpamsjx9crh-epson-inkjet-printer-escpr-1.8.4-1lsb3.2.tar.gz.drv' failed with exit code 1; last 13 log lines: > > trying https://download3.ebz.epson.net/dsc/f/03/00/13/76/45/5ac2ea8f9cf94a48abd64afd0f967f98c4fc24aa/epson-inkjet-printer-escpr-1.8.4-1lsb3.2.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 10 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > > trying https://web.archive.org/web/https://download3.ebz.epson.net/dsc/f/03/00/13/76/45/5ac2ea8f9cf94a48abd64afd0f967f98c4fc24aa/epson-inkjet-printer-escpr-1.8.4-1lsb3.2.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download epson-inkjet-printer-escpr-1.8.4-1lsb3.2.tar.gz from any mirror For full logs, run 'nix log /nix/store/imixixgc92dyr7mgbkajbbpamsjx9crh-epson-inkjet-printer-escpr-1.8.4-1lsb3.2.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/1s5kbhc6rfxz6yhfcbaylhz1804lyjbj-epson-escpr-1.8.4.drv' failed to build [result] Failed to update epson-escpr 1.7.20 -> 1.8.4 https://repology.org/project/epson-inkjet-printer-escpr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libayatana-appindicator, using log file: /var/log/nixpkgs-update/libayatana-appindicator/2024-03-16.log libayatana-appindicator 0.5.92 -> 0.5.93 https://repology.org/project/libayatana-appindicator/versions attrpath: libayatana-appindicator 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/libayatana-appindicator/default.nix b/pkgs/development/libraries/libayatana-appindicator/default.nix index 719f1b3e4275..e46c0f7409ff 100644 --- a/pkgs/development/libraries/libayatana-appindicator/default.nix +++ b/pkgs/development/libraries/libayatana-appindicator/default.nix @@ -8,7 +8,7 @@ stdenv.mkDerivation rec { pname = "libayatana-appindicator"; - version = "0.5.92"; + version = "0.5.93"; outputs = [ "out" "dev" ]; @@ -16,7 +16,7 @@ stdenv.mkDerivation rec { owner = "AyatanaIndicators"; repo = "libayatana-appindicator"; rev = version; - sha256 = "sha256-NzaWQBb2Ez1ik23wCgW1ZQh1/rY7GcPlLvaSgV7uXrA="; + sha256 = "sha256-KK1c+kEzrCY6sav5YK2tGAqdloJWoXEP3rjnRxkOpn8="; }; nativeBuildInputs = [ pkg-config cmake gtk-doc vala gobject-introspection ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A libayatana-appindicator nix build failed. [ 55%] Linking C shared library libayatana-appindicator3.so [ 55%] Built target ayatana-appindicator3 [ 60%] Generating AyatanaAppIndicator3-0.1.gir /nix/store/s0nl17v1827bl7qyjgkkar90c2a40ykb-glib-2.78.4-dev/include/glib-2.0/glib/gutils.h:378: syntax error, unexpected INTEGER, expecting identifier in ' if ((__builtin_expect (__extension__ ({ int G_PASTE (_g_boolean_var_, 0); if (nth_bit < -1) G_PASTE (_g_boolean_var_, 0) = 1; else G_PASTE (_g_boolean_var_, 0) = 0; G_PASTE (_g_boolean_var_, 0); }), 0)))' at '0' /nix/store/s0nl17v1827bl7qyjgkkar90c2a40ykb-glib-2.78.4-dev/include/glib-2.0/glib/gutils.h:393: syntax error, unexpected INTEGER, expecting identifier in ' if (nth_bit < 0 || (__builtin_expect (__extension__ ({ int G_PASTE (_g_boolean_var_, 1); if (nth_bit > 8 * 8) G_PASTE (_g_boolean_var_, 1) = 1; else G_PASTE (_g_boolean_var_, 1) = 0; G_PASTE (_g_boolean_var_, 1); }), 0)))' at '1' /nix/store/s0nl17v1827bl7qyjgkkar90c2a40ykb-glib-2.78.4-dev/include/glib-2.0/glib/gutils.h:408: syntax error, unexpected INTEGER, expecting identifier in ' return (__builtin_expect (__extension__ ({ int G_PASTE (_g_boolean_var_, 2); if (number) G_PASTE (_g_boolean_var_, 2) = 1; else G_PASTE (_g_boolean_var_, 2) = 0; G_PASTE (_g_boolean_var_, 2); }), 1)) ?' at '2' /nix/store/s0nl17v1827bl7qyjgkkar90c2a40ykb-glib-2.78.4-dev/include/glib-2.0/glib/gstring.h:198: syntax error, unexpected INTEGER, expecting identifier in ' if ((__builtin_expect (__extension__ ({ int G_PASTE (_g_boolean_var_, 3); if (gstring != ' at '3' /nix/store/s0nl17v1827bl7qyjgkkar90c2a40ykb-glib-2.78.4-dev/include/glib-2.0/glib/gstring.h:220: syntax error, unexpected INTEGER, expecting identifier in ' if (__builtin_expect (__extension__ ({ int G_PASTE (_g_boolean_var_, 4); if (gstring == ' at '4' /nix/store/s0nl17v1827bl7qyjgkkar90c2a40ykb-glib-2.78.4-dev/include/glib-2.0/glib/gstring.h:223: syntax error, unexpected INTEGER, expecting identifier in ' if (__builtin_expect (__extension__ ({ int G_PASTE (_g_boolean_var_, 5); if (val == ' at '5' /nix/store/s0nl17v1827bl7qyjgkkar90c2a40ykb-glib-2.78.4-dev/include/glib-2.0/glib/gstring.h:231: syntax error, unexpected INTEGER, expecting identifier in ' if ((__builtin_expect (__extension__ ({ int G_PASTE (_g_boolean_var_, 6); if (gstring->len + len_unsigned < gstring->allocated_len) G_PASTE (_g_boolean_var_, 6) = 1; else G_PASTE (_g_boolean_var_, 6) = 0; G_PASTE (_g_boolean_var_, 6); }), 1)))' at '6' /nix/store/s0nl17v1827bl7qyjgkkar90c2a40ykb-glib-2.78.4-dev/include/glib-2.0/glib/gstring.h:234: syntax error, unexpected IF in ' if ((__builtin_expect (__extension__ ({ int G_PASTE (_g_boolean_var_, 7); if (val + len_unsigned <= end || val > end + len_unsigned) G_PASTE (_g_boolean_var_, 7) = 1; else G_PASTE (_g_boolean_var_, 7) = 0; G_PASTE (_g_boolean_var_, 7); }), 1)))' at 'if' /nix/store/s0nl17v1827bl7qyjgkkar90c2a40ykb-glib-2.78.4-dev/include/glib-2.0/glib/gstring.h:234: syntax error, unexpected INTEGER, expecting identifier in ' if ((__builtin_expect (__extension__ ({ int G_PASTE (_g_boolean_var_, 7); if (val + len_unsigned <= end || val > end + len_unsigned) G_PASTE (_g_boolean_var_, 7) = 1; else G_PASTE (_g_boolean_var_, 7) = 0; G_PASTE (_g_boolean_var_, 7); }), 1)))' at '7' /nix/store/s0nl17v1827bl7qyjgkkar90c2a40ykb-glib-2.78.4-dev/include/glib-2.0/gobject/gobject.h:819: syntax error, unexpected INTEGER, expecting identifier in ' do { if (__builtin_expect (__extension__ ({ int G_PASTE (_g_boolean_var_, 8); if ((((g_type_check_instance_is_fundamentally_a ((GTypeInstance*) ((weak_pointer)), (((GType) ((20) << (2))))))))) G_PASTE (_g_boolean_var_, 8) = 1; else G_PASTE (_g_boolean_var_, 8) = 0; G_PASTE (_g_boolean_var_, 8); }), 1)) ; else g_assertion_message (((gchar*) 0), "/nix/store/S0NL17V1827BL7QYJGKKAR90C2A40YKB-glib-2.78.4-dev/include/glib-2.0/gobject/gobject.h", 819, ((const char*) (__func__)), "'" "G_IS_OBJECT (weak_pointer)" "' should be TRUE"); } while (0);' at '8' /nix/store/s0nl17v1827bl7qyjgkkar90c2a40ykb-glib-2.78.4-dev/include/glib-2.0/gobject/gobject.h:819: syntax error, unexpected ')', expecting identifier or '(' in ' do { if (__builtin_expect (__extension__ ({ int G_PASTE (_g_boolean_var_, 8); if ((((g_type_check_instance_is_fundamentally_a ((GTypeInstance*) ((weak_pointer)), (((GType) ((20) << (2))))))))) G_PASTE (_g_boolean_var_, 8) = 1; else G_PASTE (_g_boolean_var_, 8) = 0; G_PASTE (_g_boolean_var_, 8); }), 1)) ; else g_assertion_message (((gchar*) 0), "/nix/store/S0NL17V1827BL7QYJGKKAR90C2A40YKB-glib-2.78.4-dev/include/glib-2.0/gobject/gobject.h", 819, ((const char*) (__func__)), "'" "G_IS_OBJECT (weak_pointer)" "' should be TRUE"); } while (0);' at ')' /nix/store/s0nl17v1827bl7qyjgkkar90c2a40ykb-glib-2.78.4-dev/include/glib-2.0/gobject/gobject.h:822: syntax error, unexpected INTEGER, expecting identifier in ' do { if (__builtin_expect (__extension__ ({ int G_PASTE (_g_boolean_var_, 9); if ((weak_pointer) == ' at '9' /nix/store/s0nl17v1827bl7qyjgkkar90c2a40ykb-glib-2.78.4-dev/include/glib-2.0/gobject/gobject.h:822: syntax error, unexpected ')', expecting identifier or '(' in '# 822 "/nix/store/s0nl17v1827bl7qyjgkkar90c2a40ykb-glib-2.78.4-dev/include/glib-2.0/gobject/gobject.h"' at ')' [ 65%] Generating AyatanaAppIndicator3-0.1.typelib [ 65%] Built target src [ 70%] Generating libayatana-appindicator-decl.txt, libayatana-appindicator-decl-list.txt, libayatana-appindicator-overrides.txt, libayatana-appindicator-sections.txt [ 75%] Generating AyatanaAppIndicator3-0.1.vala [ 80%] Generating libayatana-appindicator.types [ 85%] Generating libayatana-appindicator.actions, libayatana-appindicator.args, libayatana-appindicator.hierarchy, libayatana-appindicator.interfaces, libayatana-appindicator.prerequisites, libayatana-appindicator.signals Generation succeeded - 0 warning(s) /nix/store/bczmlm8brs93gp4lscwvc1dnn2ipymnc-binutils-2.41/bin/ld: libayatana-appindicator-scan.o: undefined reference to symbol 'qsort@@GLIBC_2.2.5' /nix/store/bczmlm8brs93gp4lscwvc1dnn2ipymnc-binutils-2.41/bin/ld: /nix/store/ksk3rnb0ljx8gngzk19jlmbjyvac4hw6-glibc-2.38-44/lib/libc.so.6: error adding symbols: DSO missing from command line make[2]: *** [docs/reference/CMakeFiles/docs-references.dir/build.make:198: docs/reference/libayatana-appindicator.actions] Error 1 make[1]: *** [CMakeFiles/Makefile2:244: docs/reference/CMakeFiles/docs-references.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... [ 85%] Built target bindings-vala make: *** [Makefile:136: all] Error 2 [result] Failed to update libayatana-appindicator 0.5.92 -> 0.5.93 https://repology.org/project/libayatana-appindicator/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.countries, using log file: /var/log/nixpkgs-update/rPackages.countries/2024-03-16.log rPackages.countries 1.1.1 -> 1.2.0 https://repology.org/project/r:countries/versions attrpath: rPackages.countries Checking auto update branch... No auto update branch exists Old version 1.1.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.countries 1.1.1 -> 1.2.0 https://repology.org/project/r:countries/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ustream-ssl, using log file: /var/log/nixpkgs-update/ustream-ssl/2024-03-16.log ustream-ssl 2023-11-11 -> 20220116 https://repology.org/project/ustream-ssl/versions attrpath: ustream-ssl Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update ustream-ssl 2023-11-11 -> 20220116 https://repology.org/project/ustream-ssl/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.RESI, using log file: /var/log/nixpkgs-update/rPackages.RESI/2024-03-16.log rPackages.RESI 1.2.0 -> 1.2.4 https://repology.org/project/r:resi/versions attrpath: rPackages.RESI 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.RESI 1.2.0 -> 1.2.4 https://repology.org/project/r:resi/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath MMA, using log file: /var/log/nixpkgs-update/MMA/2024-03-16.log MMA 21.09 -> 21.09.2 https://repology.org/project/mma/versions attrpath: MMA 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/ki3aa718snk8amjh5i506cz75d36f3g7-mma-bin-21.09.2.tar.gz.drv building '/nix/store/ki3aa718snk8amjh5i506cz75d36f3g7-mma-bin-21.09.2.tar.gz.drv'... trying https://www.mellowood.ca/mma/mma-bin-21.09.2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 1374 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download mma-bin-21.09.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 'MMA.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/ki3aa718snk8amjh5i506cz75d36f3g7-mma-bin-21.09.2.tar.gz.drv /nix/store/zznhqc65i25b7mpppyxw7052f8fyni7g-mma-21.09.2.drv building '/nix/store/ki3aa718snk8amjh5i506cz75d36f3g7-mma-bin-21.09.2.tar.gz.drv'... trying https://www.mellowood.ca/mma/mma-bin-21.09.2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 1374 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download mma-bin-21.09.2.tar.gz from any mirror error: builder for '/nix/store/ki3aa718snk8amjh5i506cz75d36f3g7-mma-bin-21.09.2.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://www.mellowood.ca/mma/mma-bin-21.09.2.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 1374 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download mma-bin-21.09.2.tar.gz from any mirror For full logs, run 'nix log /nix/store/ki3aa718snk8amjh5i506cz75d36f3g7-mma-bin-21.09.2.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/zznhqc65i25b7mpppyxw7052f8fyni7g-mma-21.09.2.drv' failed to build [result] Failed to update MMA 21.09 -> 21.09.2 https://repology.org/project/mma/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.sfheaders, using log file: /var/log/nixpkgs-update/rPackages.sfheaders/2024-03-16.log rPackages.sfheaders 0.4.3 -> 0.4.4 https://repology.org/project/r:sfheaders/versions attrpath: rPackages.sfheaders 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.sfheaders 0.4.3 -> 0.4.4 https://repology.org/project/r:sfheaders/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.CDMConnector, using log file: /var/log/nixpkgs-update/rPackages.CDMConnector/2024-03-16.log rPackages.CDMConnector 1.2.0 -> 1.3.0 https://repology.org/project/r:cdmconnector/versions attrpath: rPackages.CDMConnector 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.CDMConnector 1.2.0 -> 1.3.0 https://repology.org/project/r:cdmconnector/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath chruby-fish, using log file: /var/log/nixpkgs-update/chruby-fish/2024-03-16.log chruby-fish 0.8.2 -> 1.0.0 https://repology.org/project/chruby-fish/versions attrpath: chruby-fish 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/chruby-fish/default.nix b/pkgs/development/tools/misc/chruby-fish/default.nix index 6268c740e212..40c81502abdb 100644 --- a/pkgs/development/tools/misc/chruby-fish/default.nix +++ b/pkgs/development/tools/misc/chruby-fish/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "chruby-fish"; - version = "0.8.2"; + version = "1.0.0"; src = fetchFromGitHub { owner = "JeanMertz"; repo = "chruby-fish"; rev = "v${version}"; - sha256 = "15q0ywsn9pcypbpvlq0wb41x4igxm9bsvhg9a05dqw1n437qjhyb"; + sha256 = "sha256-Lk6XvmKgEjXVjO3jMjJkCxoX7TGMxq3ib0Ohh/J4IPI="; }; postInstall = '' [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A chruby-fish nix build failed. got build log for 'chruby-fish' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/kykpv0mvz7s1bmak4h469v65ay8asziw-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/4vzal97iq3dmrgycj8r0gflrh51p8w1s-bash-5.2p26/bin/bash make: 'pkg' is up to date. @nix { "action": "setPhase", "phase": "installPhase" } Running phase: installPhase install flags: SHELL=/nix/store/4vzal97iq3dmrgycj8r0gflrh51p8w1s-bash-5.2p26/bin/bash PREFIX=\$\(out\) install for dir in `find etc lib bin sbin share -type d 2>/dev/null`; do mkdir -p /nix/store/jhiqnqq5qnnysji1m97p83m167ax6qq3-chruby-fish-1.0.0/$dir; done for file in `find etc lib bin sbin share -type f 2>/dev/null`; do cp $file /nix/store/jhiqnqq5qnnysji1m97p83m167ax6qq3-chruby-fish-1.0.0/$file; done mkdir -p /nix/store/jhiqnqq5qnnysji1m97p83m167ax6qq3-chruby-fish-1.0.0/share/doc/chruby-fish-1.0.0 cp -r *.md LICENSE /nix/store/jhiqnqq5qnnysji1m97p83m167ax6qq3-chruby-fish-1.0.0/share/doc/chruby-fish-1.0.0/ sed: can't read /nix/store/jhiqnqq5qnnysji1m97p83m167ax6qq3-chruby-fish-1.0.0/share/chruby/auto.fish: No such file or directory /nix/store/v099hqvw5z87423p4hz1vfhzaqa07dii-stdenv-linux/setup: line 131: pop_var_context: head of shell_variables not a function context [result] Failed to update chruby-fish 0.8.2 -> 1.0.0 https://repology.org/project/chruby-fish/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.MatrixGenerics, using log file: /var/log/nixpkgs-update/rPackages.MatrixGenerics/2024-03-16.log rPackages.MatrixGenerics 1.14.0 -> 1.15.0 https://repology.org/project/r:matrixgenerics/versions attrpath: rPackages.MatrixGenerics 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.MatrixGenerics 1.14.0 -> 1.15.0 https://repology.org/project/r:matrixgenerics/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lager, using log file: /var/log/nixpkgs-update/lager/2024-03-16.log lager 0.1.0 -> 0.1.1 https://repology.org/project/lager/versions attrpath: lager Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/by-name/la/lager/package.nix b/pkgs/by-name/la/lager/package.nix index 11b7595fcccb..1925f891cf63 100644 --- a/pkgs/by-name/la/lager/package.nix +++ b/pkgs/by-name/la/lager/package.nix @@ -10,12 +10,12 @@ stdenv.mkDerivation rec { pname = "lager"; - version = "0.1.0"; + version = "0.1.1"; src = fetchFromGitHub { owner = "arximboldi"; repo = "lager"; rev = "v${version}"; - hash = "sha256-KTHrVV/186l4klwlcfDwFsKVoOVqWCUPzHnIbWuatbg="; + hash = "sha256-pJJUuV42XG0LDoBtaPQl+7QCjP8mYCa9i8xOixNpya8="; }; buildInputs = [ boost [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A lager nix build failed. -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Warning at CMakeLists.txt:42 (message): examples using the web-based debugger are disabled when examples are disabled  -- Could not find ccache -- Found Boost: /nix/store/cip0j2gmhkq4h6ihaz5lgjxs5fxcyhcb-boost-1.81.0-dev/lib/cmake/Boost-1.81.0/BoostConfig.cmake (found suitable version "1.81.0", minimum required is "1.56") found components: system -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE CMake Error at CMakeLists.txt:82 (find_package): By not providing "FindCatch2.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Catch2", but CMake did not find one. Could not find a package configuration file provided by "Catch2" with any of the following names: Catch2Config.cmake catch2-config.cmake Add the installation prefix of "Catch2" to CMAKE_PREFIX_PATH or set "Catch2_DIR" to a directory containing one of the above files. If "Catch2" provides a separate development package or SDK, be sure it has been installed.  -- Configuring incomplete, errors occurred! [result] Failed to update lager 0.1.0 -> 0.1.1 https://repology.org/project/lager/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.wrassp, using log file: /var/log/nixpkgs-update/rPackages.wrassp/2024-03-16.log rPackages.wrassp 1.0.4 -> 1.0.5 https://repology.org/project/r:wrassp/versions attrpath: rPackages.wrassp 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.wrassp 1.0.4 -> 1.0.5 https://repology.org/project/r:wrassp/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath execline-man-pages, using log file: /var/log/nixpkgs-update/execline-man-pages/2024-03-16.log execline-man-pages 2.9.3.0.5 -> 2.9.4.0.1 https://repology.org/project/execline-man-pages/versions attrpath: execline-man-pages Checking auto update branch... No auto update branch exists Old version 2.9.3.0.5" not present in master derivation file with contents: { lib, stdenv, fetchFromSourcehut }: { # : string pname # : string , version # : string , sha256 # : string , description # : list Maintainer , maintainers # : license , license ? lib.licenses.isc # : string , owner ? "~flexibeast" # : string , rev ? "v${version}" }: let manDir = "${placeholder "out"}/share/man"; src = fetchFromSourcehut { inherit owner rev sha256; repo = pname; }; in stdenv.mkDerivation { inherit pname version src; makeFlags = [ "MAN_DIR=${manDir}" ]; dontBuild = true; meta = with lib; { inherit description license maintainers; inherit (src.meta) homepage; platforms = platforms.all; }; } [result] Failed to update execline-man-pages 2.9.3.0.5 -> 2.9.4.0.1 https://repology.org/project/execline-man-pages/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath spring, using log file: /var/log/nixpkgs-update/spring/2024-03-16.log spring 106.0 -> 106.0.1 https://repology.org/project/spring/versions attrpath: spring Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/bq7n7a4i21yf5pnwr1ii0238qgp1cqxh-spring_106.0.1_src.tar.gz.drv building '/nix/store/bq7n7a4i21yf5pnwr1ii0238qgp1cqxh-spring_106.0.1_src.tar.gz.drv'... trying https://springrts.com/dl/buildbot/default/master/106.0.1/source/spring_106.0.1_src.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 276 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download spring_106.0.1_src.tar.gz from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'spring.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/bq7n7a4i21yf5pnwr1ii0238qgp1cqxh-spring_106.0.1_src.tar.gz.drv /nix/store/c6i2kygzgl02xm3wm41r1gmcvcdvr187-spring-106.0.1.drv building '/nix/store/bq7n7a4i21yf5pnwr1ii0238qgp1cqxh-spring_106.0.1_src.tar.gz.drv'... trying https://springrts.com/dl/buildbot/default/master/106.0.1/source/spring_106.0.1_src.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 276 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download spring_106.0.1_src.tar.gz from any mirror error: builder for '/nix/store/bq7n7a4i21yf5pnwr1ii0238qgp1cqxh-spring_106.0.1_src.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://springrts.com/dl/buildbot/default/master/106.0.1/source/spring_106.0.1_src.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 276 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download spring_106.0.1_src.tar.gz from any mirror For full logs, run 'nix log /nix/store/bq7n7a4i21yf5pnwr1ii0238qgp1cqxh-spring_106.0.1_src.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/c6i2kygzgl02xm3wm41r1gmcvcdvr187-spring-106.0.1.drv' failed to build [result] Failed to update spring 106.0 -> 106.0.1 https://repology.org/project/spring/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.proto-lens-protoc, using log file: /var/log/nixpkgs-update/haskellPackages.proto-lens-protoc/2024-03-16.log haskellPackages.proto-lens-protoc 0.7.1.1 -> 0.8.0.0 https://repology.org/project/haskell:proto-lens-protoc/versions attrpath: haskellPackages.proto-lens-protoc Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.proto-lens-protoc 0.7.1.1 -> 0.8.0.0 https://repology.org/project/haskell:proto-lens-protoc/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.biocViews, using log file: /var/log/nixpkgs-update/rPackages.biocViews/2024-03-16.log rPackages.biocViews 1.70.0 -> 1.71.1 https://repology.org/project/r:biocviews/versions attrpath: rPackages.biocViews Checking auto update branch... No auto update branch exists Old version 1.70.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.biocViews 1.70.0 -> 1.71.1 https://repology.org/project/r:biocviews/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.pubh, using log file: /var/log/nixpkgs-update/rPackages.pubh/2024-03-16.log rPackages.pubh 1.3.1 -> 1.3.2 https://repology.org/project/r:pubh/versions attrpath: rPackages.pubh 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.pubh 1.3.1 -> 1.3.2 https://repology.org/project/r:pubh/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath swayws, using log file: /var/log/nixpkgs-update/swayws/2024-03-16.log swayws 1.2.0 -> 1.3.0 https://repology.org/project/swayws/versions attrpath: swayws Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] build succeeded unexpectedlystderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'swayws.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/0dj25aq4maimjrmv5g9k030mf0vs1iiw-swayws-1.3.0-vendor.tar.gz.drv /nix/store/javkvbld5s90nk21wmj7vasqg6fmgv60-swayws-1.3.0.drv building '/nix/store/0dj25aq4maimjrmv5g9k030mf0vs1iiw-swayws-1.3.0-vendor.tar.gz.drv'... Running phase: unpackPhase unpacking source archive /nix/store/cnsdcyzwv424ny30i8qmprr880id6j4r-source source root is source Running phase: patchPhase applying patch /nix/store/g39idrk79i5r08sc027ir2l50ch88s8g-ws-update-Cargo-lock.patch patching file Cargo.lock Hunk #1 FAILED at 328. 1 out of 1 hunk FAILED -- saving rejects to file Cargo.lock.rej error: builder for '/nix/store/0dj25aq4maimjrmv5g9k030mf0vs1iiw-swayws-1.3.0-vendor.tar.gz.drv' failed with exit code 1; last 8 log lines: > Running phase: unpackPhase > unpacking source archive /nix/store/cnsdcyzwv424ny30i8qmprr880id6j4r-source > source root is source > Running phase: patchPhase > applying patch /nix/store/g39idrk79i5r08sc027ir2l50ch88s8g-ws-update-Cargo-lock.patch > patching file Cargo.lock > Hunk #1 FAILED at 328. > 1 out of 1 hunk FAILED -- saving rejects to file Cargo.lock.rej For full logs, run 'nix log /nix/store/0dj25aq4maimjrmv5g9k030mf0vs1iiw-swayws-1.3.0-vendor.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/javkvbld5s90nk21wmj7vasqg6fmgv60-swayws-1.3.0.drv' failed to build [result] Failed to update swayws 1.2.0 -> 1.3.0 https://repology.org/project/swayws/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath zsh-syntax-highlighting, using log file: /var/log/nixpkgs-update/zsh-syntax-highlighting/2024-03-16.log zsh-syntax-highlighting 0.7.1 -> 0.8.0 https://repology.org/project/zsh-syntax-highlighting/versions attrpath: zsh-syntax-highlighting Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - zsh-syntax-highlighting: 0.7.1 -> 0.8.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/250009" [result] Failed to update zsh-syntax-highlighting 0.7.1 -> 0.8.0 https://repology.org/project/zsh-syntax-highlighting/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath saleae-logic-2, using log file: /var/log/nixpkgs-update/saleae-logic-2/2024-03-16.log saleae-logic-2 2 -> 2.4.14 https://repology.org/project/saleae-logic/versions attrpath: saleae-logic-2 Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: error: … while evaluating a branch condition at /var/cache/nixpkgs-update/worker/worktree/saleae-logic-2/lib/customisation.nix:204:8: 203| 204| in if missingArgs == {} | ^ 205| then makeOverridable f allArgs … while calling the 'listToAttrs' builtin at /var/cache/nixpkgs-update/worker/worktree/saleae-logic-2/lib/attrsets.nix:418:5: 417| set: 418| listToAttrs (concatMap (name: let v = set.${name}; in if pred name v then [(nameValuePair name v)] else []) (attrNames set)); | ^ 419| (stack trace truncated; use '--show-trace' to show the full trace) error: syntax error, unexpected '-' at /var/cache/nixpkgs-update/worker/worktree/saleae-logic-2/pkgs/development/tools/misc/saleae-logic-2/default.nix:60:17: 59| alsa-lib 60| at-spi2.4.14-core | ^ 61| cups stderr did not split as expected full stderr was: error: … while evaluating a branch condition at /var/cache/nixpkgs-update/worker/worktree/saleae-logic-2/lib/customisation.nix:204:8: 203| 204| in if missingArgs == {} | ^ 205| then makeOverridable f allArgs … while calling the 'listToAttrs' builtin at /var/cache/nixpkgs-update/worker/worktree/saleae-logic-2/lib/attrsets.nix:418:5: 417| set: 418| listToAttrs (concatMap (name: let v = set.${name}; in if pred name v then [(nameValuePair name v)] else []) (attrNames set)); | ^ 419| (stack trace truncated; use '--show-trace' to show the full trace) error: syntax error, unexpected '-' at /var/cache/nixpkgs-update/worker/worktree/saleae-logic-2/pkgs/development/tools/misc/saleae-logic-2/default.nix:60:17: 59| alsa-lib 60| at-spi2.4.14-core | ^ 61| cups stderr did not split as expected full stderr was: error: … while evaluating a branch condition at /var/cache/nixpkgs-update/worker/worktree/saleae-logic-2/lib/customisation.nix:204:8: 203| 204| in if missingArgs == {} | ^ 205| then makeOverridable f allArgs … while calling the 'listToAttrs' builtin at /var/cache/nixpkgs-update/worker/worktree/saleae-logic-2/lib/attrsets.nix:418:5: 417| set: 418| listToAttrs (concatMap (name: let v = set.${name}; in if pred name v then [(nameValuePair name v)] else []) (attrNames set)); | ^ 419| (stack trace truncated; use '--show-trace' to show the full trace) error: syntax error, unexpected '-' at /var/cache/nixpkgs-update/worker/worktree/saleae-logic-2/pkgs/development/tools/misc/saleae-logic-2/default.nix:60:17: 59| alsa-lib 60| at-spi2.4.14-core | ^ 61| cups [result] Failed to update saleae-logic-2 2 -> 2.4.14 https://repology.org/project/saleae-logic/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.NPflow, using log file: /var/log/nixpkgs-update/rPackages.NPflow/2024-03-16.log rPackages.NPflow 0.13.3 -> 0.13.5 https://repology.org/project/r:npflow/versions attrpath: rPackages.NPflow Checking auto update branch... No auto update branch exists Old version 0.13.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.NPflow 0.13.3 -> 0.13.5 https://repology.org/project/r:npflow/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cargo-modules, using log file: /var/log/nixpkgs-update/cargo-modules/2024-03-16.log cargo-modules 0.11.2 -> 0.15.0 https://repology.org/project/cargo-modules/versions attrpath: cargo-modules Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] Replacing cargoHash with sha256-Lly9Hioau+qc3uM64eCZP5862qxTKtBWNRHUQVMzj/4= Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A cargo-modules nix build failed. Stopped on the first failure. Run `cargo insta test` to run all snapshots. thread 'selection::no_traits::smoke' panicked at /build/cargo-modules-0.15.0-vendor.tar.gz/insta/src/runtime.rs:563:9: snapshot assertion for 'smoke' failed in line 344 failures: cfg_test::smoke colors::ansi::smoke colors::plain::smoke colors::truecolor::smoke fields::enum_fields fields::struct_fields fields::tuple_fields fields::union_fields focus_on::glob_path::smoke focus_on::self_path::smoke focus_on::simple_path::smoke focus_on::use_tree::smoke functions::function_body functions::function_inputs functions::function_outputs max_depth::depth_2::smoke selection::no_fns::smoke selection::no_modules::smoke selection::no_traits::smoke selection::no_types::smoke test result: FAILED. 85 passed; 20 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.86s error: test failed, to rerun pass `--test dependencies` [result] Failed to update cargo-modules 0.11.2 -> 0.15.0 https://repology.org/project/cargo-modules/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-medialive, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-medialive/2024-03-16.log python311Packages.mypy-boto3-medialive 1.34.47 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-medialive Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/02qa0wh2l55cbby8vwac6rhx53vjrynp-packages.json.drv building '/nix/store/02qa0wh2l55cbby8vwac6rhx53vjrynp-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-medialive-1.34.47 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-medialive-1.34.47: UPDATING ... - python3.11-mypy-boto3-medialive-1.34.47: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-medialive 1.34.47 -> 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 libhangul, using log file: /var/log/nixpkgs-update/libhangul/2024-03-16.log libhangul 0.1.0 -> 2023.04.15 https://repology.org/project/libhangul/versions attrpath: libhangul Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/2zqmgiyl21k92q7f7sn855qzq68n5x1y-libhangul-2023.04.15.tar.gz.drv building '/nix/store/2zqmgiyl21k92q7f7sn855qzq68n5x1y-libhangul-2023.04.15.tar.gz.drv'... trying https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/libhangul/libhangul-2023.04.15.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 298 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 403 error: cannot download libhangul-2023.04.15.tar.gz from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'libhangul.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/2zqmgiyl21k92q7f7sn855qzq68n5x1y-libhangul-2023.04.15.tar.gz.drv /nix/store/2mjzsnsr9c88iad162cqj6p286xcf4s6-libhangul-2023.04.15.drv building '/nix/store/2zqmgiyl21k92q7f7sn855qzq68n5x1y-libhangul-2023.04.15.tar.gz.drv'... trying https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/libhangul/libhangul-2023.04.15.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 298 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 403 error: cannot download libhangul-2023.04.15.tar.gz from any mirror error: builder for '/nix/store/2zqmgiyl21k92q7f7sn855qzq68n5x1y-libhangul-2023.04.15.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/libhangul/libhangul-2023.04.15.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 298 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 403 > error: cannot download libhangul-2023.04.15.tar.gz from any mirror For full logs, run 'nix log /nix/store/2zqmgiyl21k92q7f7sn855qzq68n5x1y-libhangul-2023.04.15.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/2mjzsnsr9c88iad162cqj6p286xcf4s6-libhangul-2023.04.15.drv' failed to build [result] Failed to update libhangul 0.1.0 -> 2023.04.15 https://repology.org/project/libhangul/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO currently don't know how to update perl [result] Failed to update perl536Packages.GetoptLongDescriptive 0.111 -> 0.114 https://repology.org/project/perl:getopt-long-descriptive/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath qxmledit, using log file: /var/log/nixpkgs-update/qxmledit/2024-03-16.log qxmledit 0.9.17 -> 0.9.18 https://repology.org/project/qxmledit/versions attrpath: qxmledit Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/editors/qxmledit/default.nix b/pkgs/applications/editors/qxmledit/default.nix index 1991b2a7bc77..fdc2ffb094f9 100644 --- a/pkgs/applications/editors/qxmledit/default.nix +++ b/pkgs/applications/editors/qxmledit/default.nix @@ -3,7 +3,7 @@ stdenv.mkDerivation rec { pname = "qxmledit"; - version = "0.9.17"; + version = "0.9.18"; outputs = [ "out" "doc" ]; @@ -11,7 +11,7 @@ stdenv.mkDerivation rec { owner = "lbellonda"; repo = pname; rev = version; - hash = "sha256-UzN5U+aC/uKokSdeUG2zv8+mkaH4ndYZ0sfzkpQ3l1M="; + hash = "sha256-fwH0fgZz61ZMoPIduO5jJ/tuA+F7z0xO71/Tgqt9nRQ="; }; nativeBuildInputs = [ qmake ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A qxmledit nix build failed. /nix/store/wbvyx08afv5k4l2sdsbxhiyd8i5qcjal-qtbase-5.15.12-dev/bin/qmake -install qinstall /build/source/src/framework/include/UIDelegate.h /nix/store/2vk3mwza2mdcyapcbysv7bnf577s86ir-qxmledit-0.9.18/include/UIDelegate.h /nix/store/wbvyx08afv5k4l2sdsbxhiyd8i5qcjal-qtbase-5.15.12-dev/bin/qmake -install qinstall /build/source/src/globals/includes/xmleditwidget.h /nix/store/2vk3mwza2mdcyapcbysv7bnf577s86ir-qxmledit-0.9.18/include/xmleditwidget.h make[1]: Leaving directory '/build/source/src' cd src/sessions/ && ( test -e Makefile.QXmlEditSessions || /nix/store/wbvyx08afv5k4l2sdsbxhiyd8i5qcjal-qtbase-5.15.12-dev/bin/qmake -o Makefile.QXmlEditSessions /build/source/src/sessions/QXmlEditSessions.pro PREFIX=/nix/store/2vk3mwza2mdcyapcbysv7bnf577s86ir-qxmledit-0.9.18 NIX_OUTPUT_OUT=/nix/store/2vk3mwza2mdcyapcbysv7bnf577s86ir-qxmledit-0.9.18 NIX_OUTPUT_DEV=/nix/store/2vk3mwza2mdcyapcbysv7bnf577s86ir-qxmledit-0.9.18 NIX_OUTPUT_BIN=/nix/store/2vk3mwza2mdcyapcbysv7bnf577s86ir-qxmledit-0.9.18 NIX_OUTPUT_DOC=/nix/store/2vk3mwza2mdcyapcbysv7bnf577s86ir-qxmledit-0.9.18/share/doc/qt-5.15.12 NIX_OUTPUT_QML=/nix/store/2vk3mwza2mdcyapcbysv7bnf577s86ir-qxmledit-0.9.18/lib/qt-5.15.12/qml NIX_OUTPUT_PLUGIN=/nix/store/2vk3mwza2mdcyapcbysv7bnf577s86ir-qxmledit-0.9.18/lib/qt-5.15.12/plugins CONFIG+=release CONFIG+=nostrip CONFIG+=release ) && make -f Makefile.QXmlEditSessions install make[1]: Entering directory '/build/source/src/sessions' /nix/store/wbvyx08afv5k4l2sdsbxhiyd8i5qcjal-qtbase-5.15.12-dev/bin/qmake -install qinstall -exe ../../build/libQXmlEditSessions.so.0.9.18 /nix/store/2vk3mwza2mdcyapcbysv7bnf577s86ir-qxmledit-0.9.18/lib/libQXmlEditSessions.so.0.9.18 ln -f -s libQXmlEditSessions.so.0.9.18 /nix/store/2vk3mwza2mdcyapcbysv7bnf577s86ir-qxmledit-0.9.18/lib/libQXmlEditSessions.so ln -f -s libQXmlEditSessions.so.0.9.18 /nix/store/2vk3mwza2mdcyapcbysv7bnf577s86ir-qxmledit-0.9.18/lib/libQXmlEditSessions.so.0 ln -f -s libQXmlEditSessions.so.0.9.18 /nix/store/2vk3mwza2mdcyapcbysv7bnf577s86ir-qxmledit-0.9.18/lib/libQXmlEditSessions.so.0.9 make[1]: Leaving directory '/build/source/src/sessions' cd src/ && ( test -e Makefile.QXmlEdit || /nix/store/wbvyx08afv5k4l2sdsbxhiyd8i5qcjal-qtbase-5.15.12-dev/bin/qmake -o Makefile.QXmlEdit /build/source/src/QXmlEdit.pro PREFIX=/nix/store/2vk3mwza2mdcyapcbysv7bnf577s86ir-qxmledit-0.9.18 NIX_OUTPUT_OUT=/nix/store/2vk3mwza2mdcyapcbysv7bnf577s86ir-qxmledit-0.9.18 NIX_OUTPUT_DEV=/nix/store/2vk3mwza2mdcyapcbysv7bnf577s86ir-qxmledit-0.9.18 NIX_OUTPUT_BIN=/nix/store/2vk3mwza2mdcyapcbysv7bnf577s86ir-qxmledit-0.9.18 NIX_OUTPUT_DOC=/nix/store/2vk3mwza2mdcyapcbysv7bnf577s86ir-qxmledit-0.9.18/share/doc/qt-5.15.12 NIX_OUTPUT_QML=/nix/store/2vk3mwza2mdcyapcbysv7bnf577s86ir-qxmledit-0.9.18/lib/qt-5.15.12/qml NIX_OUTPUT_PLUGIN=/nix/store/2vk3mwza2mdcyapcbysv7bnf577s86ir-qxmledit-0.9.18/lib/qt-5.15.12/plugins CONFIG+=release CONFIG+=nostrip CONFIG+=release ) && make -f Makefile.QXmlEdit install make[1]: Entering directory '/build/source/src' /nix/store/wbvyx08afv5k4l2sdsbxhiyd8i5qcjal-qtbase-5.15.12-dev/bin/qmake -install qinstall -exe ../build/qxmledit /nix/store/2vk3mwza2mdcyapcbysv7bnf577s86ir-qxmledit-0.9.18/bin/qxmledit /nix/store/wbvyx08afv5k4l2sdsbxhiyd8i5qcjal-qtbase-5.15.12-dev/bin/qmake -install qinstall /build/source/src/data/sample.style /nix/store/2vk3mwza2mdcyapcbysv7bnf577s86ir-qxmledit-0.9.18/share/data/sample.style /nix/store/wbvyx08afv5k4l2sdsbxhiyd8i5qcjal-qtbase-5.15.12-dev/bin/qmake -install qinstall /build/source/src/data/snippets/{6d11b8d1-e285-46b2-8375-79e17cab9862}.xml /nix/store/2vk3mwza2mdcyapcbysv7bnf577s86ir-qxmledit-0.9.18/share/data/snippets/{6d11b8d1-e285-46b2-8375-79e17cab9862}.xml mkdir: cannot create directory '/opt': Permission denied mkdir: cannot create directory '/opt': Permission denied make[1]: *** [Makefile.QXmlEdit:6028: install_metaInfo] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: *** [Makefile.QXmlEdit:6019: install_desktopInfo] Error 1 /nix/store/wbvyx08afv5k4l2sdsbxhiyd8i5qcjal-qtbase-5.15.12-dev/bin/qmake -install qinstall /build/source/install_scripts/environment/icon/qxmledit.png /nix/store/2vk3mwza2mdcyapcbysv7bnf577s86ir-qxmledit-0.9.18/share/data/qxmledit.png /nix/store/wbvyx08afv5k4l2sdsbxhiyd8i5qcjal-qtbase-5.15.12-dev/bin/qmake -install qinstall /build/source/doc/QXmlEdit_manual.pdf /nix/store/lgbg1d07anig5fk9w77vw6hq930hz4yj-qxmledit-0.9.18-doc/QXmlEdit_manual.pdf /nix/store/wbvyx08afv5k4l2sdsbxhiyd8i5qcjal-qtbase-5.15.12-dev/bin/qmake -install qinstall /build/source/src/data/snippets/{b3303cb3-8537-46d0-943b-cf898cc93b3f}.xml /nix/store/2vk3mwza2mdcyapcbysv7bnf577s86ir-qxmledit-0.9.18/share/data/snippets/{b3303cb3-8537-46d0-943b-cf898cc93b3f}.xml /nix/store/wbvyx08afv5k4l2sdsbxhiyd8i5qcjal-qtbase-5.15.12-dev/bin/qmake -install qinstall /build/source/src/data/snippets/{bd4984f5-107e-48ca-9780-c263ff1aa58d}.xml /nix/store/2vk3mwza2mdcyapcbysv7bnf577s86ir-qxmledit-0.9.18/share/data/snippets/{bd4984f5-107e-48ca-9780-c263ff1aa58d}.xml /nix/store/wbvyx08afv5k4l2sdsbxhiyd8i5qcjal-qtbase-5.15.12-dev/bin/qmake -install qinstall /build/source/src/data/snippets/{d78f4e09-4003-4178-adec-134a7b996d6e}.xml /nix/store/2vk3mwza2mdcyapcbysv7bnf577s86ir-qxmledit-0.9.18/share/data/snippets/{d78f4e09-4003-4178-adec-134a7b996d6e}.xml /nix/store/wbvyx08afv5k4l2sdsbxhiyd8i5qcjal-qtbase-5.15.12-dev/bin/qmake -install qinstall /build/source/src/data/snippets/{e40792fb-16de-4418-9320-4feaa92c28a3}.xml /nix/store/2vk3mwza2mdcyapcbysv7bnf577s86ir-qxmledit-0.9.18/share/data/snippets/{e40792fb-16de-4418-9320-4feaa92c28a3}.xml /nix/store/wbvyx08afv5k4l2sdsbxhiyd8i5qcjal-qtbase-5.15.12-dev/bin/qmake -install qinstall /build/source/src/data/snippets/{edc60671-0ae0-401b-989d-5d0b82976bce}.xml /nix/store/2vk3mwza2mdcyapcbysv7bnf577s86ir-qxmledit-0.9.18/share/data/snippets/{edc60671-0ae0-401b-989d-5d0b82976bce}.xml /nix/store/wbvyx08afv5k4l2sdsbxhiyd8i5qcjal-qtbase-5.15.12-dev/bin/qmake -install qinstall /build/source/src/data/snippets/{f6d7ebdd-c505-4a6a-8a16-f7c99581a995}.xml /nix/store/2vk3mwza2mdcyapcbysv7bnf577s86ir-qxmledit-0.9.18/share/data/snippets/{f6d7ebdd-c505-4a6a-8a16-f7c99581a995}.xml make[1]: Leaving directory '/build/source/src' make: *** [Makefile:203: sub-src-QXmlEdit-pro-install_subtargets-ordered] Error 2 [result] Failed to update qxmledit 0.9.17 -> 0.9.18 https://repology.org/project/qxmledit/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_4_19.decklink, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_4_19.decklink/2024-03-16.log linuxKernel.packages.linux_4_19.decklink 12.5a15 -> 12.8.1 https://repology.org/project/decklink/versions attrpath: linuxKernel.packages.linux_4_19.decklink Checking auto update branch... No auto update branch exists Old version 12.5a15" not present in master derivation file with contents: { stdenv , lib , blackmagic-desktop-video , kernel }: stdenv.mkDerivation rec { pname = "decklink"; # the download is a horrible curl mess. we reuse it between the kernel module # and desktop service, since the version of the two have to match anyways. # See pkgs/tools/video/blackmagic-desktop-video/default.nix for more. inherit (blackmagic-desktop-video) src version; KERNELDIR = "${kernel.dev}/lib/modules/${kernel.modDirVersion}/build"; INSTALL_MOD_PATH = placeholder "out"; nativeBuildInputs = kernel.moduleBuildDependencies; postUnpack = '' tar xf Blackmagic_Desktop_Video_Linux_${lib.versions.majorMinor version}/other/${stdenv.hostPlatform.uname.processor}/desktopvideo-${version}-${stdenv.hostPlatform.uname.processor}.tar.gz moduleRoot=$NIX_BUILD_TOP/desktopvideo-${version}-${stdenv.hostPlatform.uname.processor}/usr/src ''; buildPhase = '' runHook preBuild make -C $moduleRoot/blackmagic-${version} -j$NIX_BUILD_CORES make -C $moduleRoot/blackmagic-io-${version} -j$NIX_BUILD_CORES runHook postBuild ''; installPhase = '' runHook preInstall make -C $KERNELDIR M=$moduleRoot/blackmagic-${version} modules_install make -C $KERNELDIR M=$moduleRoot/blackmagic-io-${version} modules_install runHook postInstall ''; meta = with lib; { homepage = "https://www.blackmagicdesign.com/support/family/capture-and-playback"; maintainers = [ maintainers.hexchen ]; license = licenses.unfree; description = "Kernel module for the Blackmagic Design Decklink cards"; sourceProvenance = with lib.sourceTypes; [ binaryFirmware ]; platforms = platforms.linux; }; } [result] Failed to update linuxKernel.packages.linux_4_19.decklink 12.5a15 -> 12.8.1 https://repology.org/project/decklink/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath midori, using log file: /var/log/nixpkgs-update/midori/2024-03-16.log midori 9.0 -> 11.2.2 https://repology.org/project/midori/versions attrpath: midori Checking auto update branch... No auto update branch exists Old version 9.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 midori 9.0 -> 11.2.2 https://repology.org/project/midori/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath deepin.deepin-album, using log file: /var/log/nixpkgs-update/deepin.deepin-album/2024-03-16.log deepin.deepin-album 6.0.2 -> 6.0.4 https://repology.org/project/deepin-album/versions attrpath: deepin.deepin-album deepin packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/52327#issuecomment-447684194 [result] Failed to update deepin.deepin-album 6.0.2 -> 6.0.4 https://repology.org/project/deepin-album/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dosis, using log file: /var/log/nixpkgs-update/dosis/2024-03-16.log dosis 1.007 -> 1.9 https://repology.org/project/fonts:dosis/versions attrpath: dosis Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update dosis 1.007 -> 1.9 https://repology.org/project/fonts:dosis/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.webgear-openapi, using log file: /var/log/nixpkgs-update/haskellPackages.webgear-openapi/2024-03-16.log haskellPackages.webgear-openapi 1.0.5 -> 1.1.1 https://repology.org/project/haskell:webgear-openapi/versions attrpath: haskellPackages.webgear-openapi Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.webgear-openapi 1.0.5 -> 1.1.1 https://repology.org/project/haskell:webgear-openapi/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath u9fs, using log file: /var/log/nixpkgs-update/u9fs/2024-03-16.log u9fs 2021-01-25 -> 20210125 https://repology.org/project/u9fs/versions attrpath: u9fs 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/u9fs/default.nix b/pkgs/servers/u9fs/default.nix index cb85a972e034..28cddccdc6c0 100644 --- a/pkgs/servers/u9fs/default.nix +++ b/pkgs/servers/u9fs/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation { pname = "u9fs"; - version = "unstable-2021-01-25"; + version = "unstable-20210125"; src = fetchFromBitbucket { owner = "plan9-from-bell-labs"; repo = "u9fs"; rev = "d65923fd17e8b158350d3ccd6a4e32b89b15014a"; - sha256 = "0h06l7ciikp3gzrr550z0fyrfp3y2067dfd3rxxw0q95z4l6vhy1"; + sha256 = "sha256-wcNtKPklYcB7z6O5dgwQflyXvQMflJLzf+POGNmhBkA="; }; installPhase = '' Source url did not change. [result] Failed to update u9fs 2021-01-25 -> 20210125 https://repology.org/project/u9fs/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.tinytools, using log file: /var/log/nixpkgs-update/haskellPackages.tinytools/2024-03-16.log haskellPackages.tinytools 0.1.0.6 -> 0.1.0.7 https://repology.org/project/haskell:tinytools/versions attrpath: haskellPackages.tinytools Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.tinytools 0.1.0.6 -> 0.1.0.7 https://repology.org/project/haskell:tinytools/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath grandperspective, using log file: /var/log/nixpkgs-update/grandperspective/2024-03-16.log grandperspective 3.4.1 -> 3.4.2 https://repology.org/project/grandperspective/versions attrpath: grandperspective Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/os-specific/darwin/grandperspective/default.nix b/pkgs/os-specific/darwin/grandperspective/default.nix index 0d57d4f27714..007683890e06 100644 --- a/pkgs/os-specific/darwin/grandperspective/default.nix +++ b/pkgs/os-specific/darwin/grandperspective/default.nix @@ -1,13 +1,13 @@ { stdenv, lib, fetchurl, undmg }: stdenv.mkDerivation (finalAttrs: { - version = "3.4.1"; + version = "3.4.2"; pname = "grandperspective"; src = fetchurl { inherit (finalAttrs) version; url = "mirror://sourceforge/grandperspectiv/GrandPerspective-${lib.replaceStrings [ "." ] [ "_" ] finalAttrs.version}.dmg"; - hash = "sha256-iTtvP6iONcfDWJ3qMh+TUJMN+3spwCQ/5S+A307BJCM="; + hash = "sha256-ZgyBeQCoixLGCFS8+UFoMilvtswplEC8MzK3BE4ocDg="; }; sourceRoot = "GrandPerspective.app"; [outpaths] eval start [outpaths] eval end Update edits cause no rebuilds. [result] Failed to update grandperspective 3.4.1 -> 3.4.2 https://repology.org/project/grandperspective/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.PoDCall, using log file: /var/log/nixpkgs-update/rPackages.PoDCall/2024-03-16.log rPackages.PoDCall 1.10.0 -> 1.10.1 https://repology.org/project/r:podcall/versions attrpath: rPackages.PoDCall Checking auto update branch... No auto update branch exists Old version 1.10.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.PoDCall 1.10.0 -> 1.10.1 https://repology.org/project/r:podcall/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath prelink, using log file: /var/log/nixpkgs-update/prelink/2024-03-16.log prelink 2019-06-24 -> 20130503 https://repology.org/project/prelink/versions attrpath: prelink Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update prelink 2019-06-24 -> 20130503 https://repology.org/project/prelink/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath z3_4_12, using log file: /var/log/nixpkgs-update/z3_4_12/2024-03-16.log z3_4_12 4.12.5 -> 4.13.0 https://github.com/Z3Prover/z3/releases attrpath: z3_4_12 Checking auto update branch... No auto update branch exists Version in attr path z3_4_12 not compatible with 4.13.0 [result] Failed to update z3_4_12 4.12.5 -> 4.13.0 https://github.com/Z3Prover/z3/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.XVector, using log file: /var/log/nixpkgs-update/rPackages.XVector/2024-03-16.log rPackages.XVector 0.42.0 -> 0.43.1 https://repology.org/project/r:xvector/versions attrpath: rPackages.XVector Checking auto update branch... No auto update branch exists Old version 0.42.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.XVector 0.42.0 -> 0.43.1 https://repology.org/project/r:xvector/versions [options] github_user: r-ryantm, pull_request: 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.SubExporter 0.990 -> 0.991 https://repology.org/project/perl:sub-exporter/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.set6, using log file: /var/log/nixpkgs-update/rPackages.set6/2024-03-16.log rPackages.set6 0.2.4 -> 0.2.5 https://repology.org/project/r:set6/versions attrpath: rPackages.set6 Checking auto update branch... No auto update branch exists Old version 0.2.4" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.set6 0.2.4 -> 0.2.5 https://repology.org/project/r:set6/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO currently don't know how to update perl [result] Failed to update perl536Packages.NetPing 2.75 -> 2.76 https://repology.org/project/perl:net-ping/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath jalv, using log file: /var/log/nixpkgs-update/jalv/2024-03-16.log jalv 1.6.6 -> 1.6.8 https://repology.org/project/jalv/versions attrpath: jalv 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/fwbgmwxysa7h28ay3abab7bas6xba8nr-jalv-1.6.8.tar.bz2.drv building '/nix/store/fwbgmwxysa7h28ay3abab7bas6xba8nr-jalv-1.6.8.tar.bz2.drv'... trying https://download.drobilla.net/jalv-1.6.8.tar.bz2 % 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 jalv-1.6.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 'jalv.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/fwbgmwxysa7h28ay3abab7bas6xba8nr-jalv-1.6.8.tar.bz2.drv /nix/store/0yvaacd5qm1acf79lpq6z3mbnrb3mvlx-jalv-1.6.8.drv this path will be fetched (0.02 MiB download, 0.14 MiB unpacked): /nix/store/0a6523sqg0a0f9bw4akdbrmihph31is6-suil-0.10.6 copying path '/nix/store/0a6523sqg0a0f9bw4akdbrmihph31is6-suil-0.10.6' from 'https://cache.nixos.org'... building '/nix/store/fwbgmwxysa7h28ay3abab7bas6xba8nr-jalv-1.6.8.tar.bz2.drv'... trying https://download.drobilla.net/jalv-1.6.8.tar.bz2 % 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 jalv-1.6.8.tar.bz2 from any mirror error: builder for '/nix/store/fwbgmwxysa7h28ay3abab7bas6xba8nr-jalv-1.6.8.tar.bz2.drv' failed with exit code 1; last 7 log lines: > > trying https://download.drobilla.net/jalv-1.6.8.tar.bz2 > % 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 jalv-1.6.8.tar.bz2 from any mirror For full logs, run 'nix log /nix/store/fwbgmwxysa7h28ay3abab7bas6xba8nr-jalv-1.6.8.tar.bz2.drv'. error: 1 dependencies of derivation '/nix/store/0yvaacd5qm1acf79lpq6z3mbnrb3mvlx-jalv-1.6.8.drv' failed to build [result] Failed to update jalv 1.6.6 -> 1.6.8 https://repology.org/project/jalv/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath teamviewer, using log file: /var/log/nixpkgs-update/teamviewer/2024-03-16.log teamviewer 15.38.3 -> 15.51.6 https://repology.org/project/teamviewer/versions attrpath: teamviewer 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/ws5gc395fb1vhxisfqglknvj3hm0cikk-teamviewer_15.51.6_amd64.deb.drv building '/nix/store/ws5gc395fb1vhxisfqglknvj3hm0cikk-teamviewer_15.51.6_amd64.deb.drv'... trying https://dl.tvcdn.de/download/linux/version_15x/teamviewer_15.51.6_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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download teamviewer_15.51.6_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 'teamviewer.originalSrc' not found stderr did not split as expected full stderr was: cannot link '/nix/store/.links/17fllfg75jv3q3wzylsvhmkyq5rmqvd2fmlb2g2ih192ykjaglsz' to '/nix/store/l4ra2vpyrrxzyw2q5k8wbv8jknnsfvbz-teamviewer-15.51.6.drv': No space left on device these 2 derivations will be built: /nix/store/ws5gc395fb1vhxisfqglknvj3hm0cikk-teamviewer_15.51.6_amd64.deb.drv /nix/store/l4ra2vpyrrxzyw2q5k8wbv8jknnsfvbz-teamviewer-15.51.6.drv these 2 paths will be fetched (8.83 MiB download, 37.39 MiB unpacked): /nix/store/i6cwrqsbnycigp5wl1bdpi1clfdf7zcj-icu4c-63.1 /nix/store/ml7xxi4y7pijad82fki4c7byfj01p24l-icu4c-63.1-dev copying path '/nix/store/i6cwrqsbnycigp5wl1bdpi1clfdf7zcj-icu4c-63.1' from 'https://cache.nixos.org'... building '/nix/store/ws5gc395fb1vhxisfqglknvj3hm0cikk-teamviewer_15.51.6_amd64.deb.drv'... trying https://dl.tvcdn.de/download/linux/version_15x/teamviewer_15.51.6_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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download teamviewer_15.51.6_amd64.deb from any mirror error: builder for '/nix/store/ws5gc395fb1vhxisfqglknvj3hm0cikk-teamviewer_15.51.6_amd64.deb.drv' failed with exit code 1; last 8 log lines: > > trying https://dl.tvcdn.de/download/linux/version_15x/teamviewer_15.51.6_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 > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download teamviewer_15.51.6_amd64.deb from any mirror For full logs, run 'nix log /nix/store/ws5gc395fb1vhxisfqglknvj3hm0cikk-teamviewer_15.51.6_amd64.deb.drv'. error: 1 dependencies of derivation '/nix/store/l4ra2vpyrrxzyw2q5k8wbv8jknnsfvbz-teamviewer-15.51.6.drv' failed to build [result] Failed to update teamviewer 15.38.3 -> 15.51.6 https://repology.org/project/teamviewer/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.BiocGenerics, using log file: /var/log/nixpkgs-update/rPackages.BiocGenerics/2024-03-16.log rPackages.BiocGenerics 0.48.1 -> 0.49.1 https://repology.org/project/r:biocgenerics/versions attrpath: rPackages.BiocGenerics Checking auto update branch... No auto update branch exists Old version 0.48.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.BiocGenerics 0.48.1 -> 0.49.1 https://repology.org/project/r:biocgenerics/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath csvdiff, using log file: /var/log/nixpkgs-update/csvdiff/2024-03-16.log csvdiff 1.4.0 -> 1.7 https://repology.org/project/csvdiff/versions attrpath: csvdiff 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/5vkl4hzdbvybp8s5lbns872qgd7wj0cj-source.drv building '/nix/store/5vkl4hzdbvybp8s5lbns872qgd7wj0cj-source.drv'... trying https://github.com/aswinkarthik/csvdiff/archive/v1.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 'csvdiff.originalSrc' not found stderr did not split as expected full stderr was: these 3 derivations will be built: /nix/store/5vkl4hzdbvybp8s5lbns872qgd7wj0cj-source.drv /nix/store/jqzn695xqrpaxhyjgf4wf71byp2rnsi6-csvdiff-1.7-go-modules.drv /nix/store/cd132n7ay3lx4460s84p1rmy8fni92zl-csvdiff-1.7.drv building '/nix/store/5vkl4hzdbvybp8s5lbns872qgd7wj0cj-source.drv'... trying https://github.com/aswinkarthik/csvdiff/archive/v1.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/5vkl4hzdbvybp8s5lbns872qgd7wj0cj-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/aswinkarthik/csvdiff/archive/v1.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/5vkl4hzdbvybp8s5lbns872qgd7wj0cj-source.drv'. error: 1 dependencies of derivation '/nix/store/cd132n7ay3lx4460s84p1rmy8fni92zl-csvdiff-1.7.drv' failed to build [result] Failed to update csvdiff 1.4.0 -> 1.7 https://repology.org/project/csvdiff/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath qtikz, using log file: /var/log/nixpkgs-update/qtikz/2024-03-16.log qtikz 0.12 -> 0.13.2 https://repology.org/project/qtikz/versions attrpath: qtikz 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 qtikz 0.12 -> 0.13.2 https://repology.org/project/qtikz/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.synr, using log file: /var/log/nixpkgs-update/rPackages.synr/2024-03-16.log rPackages.synr 0.6.0 -> 1.0.0 https://repology.org/project/r:synr/versions attrpath: rPackages.synr 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.synr 0.6.0 -> 1.0.0 https://repology.org/project/r:synr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath yubico-piv-tool, using log file: /var/log/nixpkgs-update/yubico-piv-tool/2024-03-16.log yubico-piv-tool 0 -> 1 attrpath: yubico-piv-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/vk2y0lxv7a1wdc31h0a6nphlpxdwzv70-packages.json.drv building '/nix/store/vk2y0lxv7a1wdc31h0a6nphlpxdwzv70-packages.json.drv'... Going to be running update for following packages: - yubico-piv-tool-2.5.1 Press Enter key to continue... Running update for: - yubico-piv-tool-2.5.1: UPDATING ... - yubico-piv-tool-2.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update yubico-piv-tool 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath terraform-providers.slack, using log file: /var/log/nixpkgs-update/terraform-providers.slack/2024-03-16.log terraform-providers.slack 0 -> 1 attrpath: terraform-providers.slack Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.slack 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.norfair, using log file: /var/log/nixpkgs-update/python311Packages.norfair/2024-03-16.log python311Packages.norfair 0 -> 1 attrpath: python311Packages.norfair Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wad58aqn09i0gddwy14ngaipif668wa3-packages.json.drv building '/nix/store/wad58aqn09i0gddwy14ngaipif668wa3-packages.json.drv'... Going to be running update for following packages: - python3.11-norfair-2.2.0 Press Enter key to continue... Running update for: - python3.11-norfair-2.2.0: UPDATING ... - python3.11-norfair-2.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.norfair 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aioapcaccess, using log file: /var/log/nixpkgs-update/python311Packages.aioapcaccess/2024-03-16.log python311Packages.aioapcaccess 0 -> 1 attrpath: python311Packages.aioapcaccess Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ln9dwjzxrn2lxxfdv59s3sgdj9xhf3zr-packages.json.drv building '/nix/store/ln9dwjzxrn2lxxfdv59s3sgdj9xhf3zr-packages.json.drv'... Going to be running update for following packages: - python3.11-aioapcaccess-0.5.0 Press Enter key to continue... Running update for: - python3.11-aioapcaccess-0.5.0: UPDATING ... - python3.11-aioapcaccess-0.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aioapcaccess 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.yappi, using log file: /var/log/nixpkgs-update/python311Packages.yappi/2024-03-16.log python311Packages.yappi 0 -> 1 attrpath: python311Packages.yappi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5kpnfl1i7z5zb56vjnqgakvdmm41vb4r-packages.json.drv building '/nix/store/5kpnfl1i7z5zb56vjnqgakvdmm41vb4r-packages.json.drv'... Going to be running update for following packages: - python3.11-yappi-1.6.0 Press Enter key to continue... Running update for: - python3.11-yappi-1.6.0: UPDATING ... - python3.11-yappi-1.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.yappi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.xapp, using log file: /var/log/nixpkgs-update/python311Packages.xapp/2024-03-16.log python311Packages.xapp 0 -> 1 attrpath: python311Packages.xapp Checking auto update branch... [version] [version] skipping because derivation has 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/wrafnvybkv9fmncdhhaa3n5q42aa814c-packages.json.drv building '/nix/store/wrafnvybkv9fmncdhhaa3n5q42aa814c-packages.json.drv'... Going to be running update for following packages: - python3.11-xapp-21 Press Enter key to continue... Running update for: - python3.11-xapp-21: UPDATING ... - python3.11-xapp-21: ERROR --- SHOWING ERROR LOG FOR python3.11-xapp-21 ---------------------- + name= + pname= + version= + attr_path= + version_lister='/nix/store/7sqzhqm9rb4bbwimri9i03rgyxm8pkzb-common-updater-scripts/bin/list-git-tags ' + ignored_versions='^master.*' + rev_prefix= + odd_unstable= + patchlevel_unstable= + [[ -n '' ]] + name=python3.11-xapp-21 + [[ -n '' ]] + pname=xapp + [[ -n '' ]] + version=21 + [[ -n '' ]] + attr_path=python311Packages.xapp + echo '# python3.11-xapp-21' ++ sh -c '/nix/store/7sqzhqm9rb4bbwimri9i03rgyxm8pkzb-common-updater-scripts/bin/list-git-tags --pname=xapp --attr-path=python311Packages.xapp --file="update-git-commits.txt"' + tags='1.0.0 1.0.1 1.2.0 1.4.0 1.6.0 1.8.0 1.8.1 2.0.0 2.0.1 2.0.2 2.2.0 2.2.1 2.2.2 2.4.0 2.4.1 master.lmde5 master.lmde6 master.mint21 master.mint22' + for tag in $tags + echo '# found xapp version: 1.0.0' + for tag in $tags + echo '# found xapp version: 1.0.1' + for tag in $tags + echo '# found xapp version: 1.2.0' + for tag in $tags + echo '# found xapp version: 1.4.0' + for tag in $tags + echo '# found xapp version: 1.6.0' + for tag in $tags + echo '# found xapp version: 1.8.0' + for tag in $tags + echo '# found xapp version: 1.8.1' + for tag in $tags + echo '# found xapp version: 2.0.0' + for tag in $tags + echo '# found xapp version: 2.0.1' + for tag in $tags + echo '# found xapp version: 2.0.2' + for tag in $tags + echo '# found xapp version: 2.2.0' + for tag in $tags + echo '# found xapp version: 2.2.1' + for tag in $tags + echo '# found xapp version: 2.2.2' + for tag in $tags + echo '# found xapp version: 2.4.0' + for tag in $tags + echo '# found xapp version: 2.4.1' + for tag in $tags + echo '# found xapp version: master.lmde5' + for tag in $tags + echo '# found xapp version: master.lmde6' + for tag in $tags + echo '# found xapp version: master.mint21' + for tag in $tags + echo '# found xapp version: master.mint22' + '[' -n '' ']' ++ echo '1.0.0 1.0.1 1.2.0 1.4.0 1.6.0 1.8.0 1.8.1 2.0.0 2.0.1 2.0.2 2.2.0 2.2.1 2.2.2 2.4.0 2.4.1 master.lmde5 master.lmde6 master.mint21 master.mint22' ++ /nix/store/320v66ili0mwnyrxj3dwbxm0z8ndkbw7-gnugrep-3.11/bin/grep '^[0-9]' + tags='1.0.0 1.0.1 1.2.0 1.4.0 1.6.0 1.8.0 1.8.1 2.0.0 2.0.1 2.0.2 2.2.0 2.2.1 2.2.2 2.4.0 2.4.1' ++ echo '1.0.0 1.0.1 1.2.0 1.4.0 1.6.0 1.8.0 1.8.1 2.0.0 2.0.1 2.0.2 2.2.0 2.2.1 2.2.2 2.4.0 2.4.1' ++ /nix/store/mb488rr560vq1xnl10hinnyfflcrd51n-coreutils-9.4/bin/sort --reverse --version-sort + tags='2.4.1 2.4.0 2.2.2 2.2.1 2.2.0 2.0.2 2.0.1 2.0.0 1.8.1 1.8.0 1.6.0 1.4.0 1.2.0 1.0.1 1.0.0' + for latest_tag in $tags + version_is_ignored 2.4.1 + local tag=2.4.1 + '[' -n '^master.*' ']' + grep -E '^master.*' + version_is_unstable 2.4.1 + local tag=2.4.1 + local enforce= + '[' -n '' -o -n '' ']' + '[' -n '' -o -n '' ']' + return 1 + version_is_unstable 2.4.1 enforce + local tag=2.4.1 + local enforce=enforce + '[' -n '' -o -n enforce ']' ++ echo 2.4.1 ++ /nix/store/q7kq0naays5251ihghw0ccsz39id7kk5-gnused-4.9/bin/sed -rne 's,^[0-9]+\.([0-9]+).*,\1,p' + local minor=4 + '[' 0 -eq 1 ']' + '[' -n '' -o -n enforce ']' ++ echo 2.4.1 ++ /nix/store/q7kq0naays5251ihghw0ccsz39id7kk5-gnused-4.9/bin/sed -rne 's,^[0-9]+\.[0-9]+\.([0-9]+).*$,\1,p' + local patchlevel=1 + (( patchlevel >= 90 )) + return 1 + break + '[' -n 2.4.1 ']' + '[' 21 '!=' 2.4.1 ']' ++ EDITOR=echo ++ /nix/store/cs41wvvf98zsgw7vbpfabj5f8d2y0ihz-nix-2.18.2/bin/nix edit --extra-experimental-features nix-command -f. python311Packages.xapp + pfile=/var/cache/nixpkgs-update/worker/worktree/python311Packages.xapp/pkgs/development/python-modules/xapp/default.nix + echo ' git add /var/cache/nixpkgs-update/worker/worktree/python311Packages.xapp/pkgs/development/python-modules/xapp/default.nix ' + echo ' git commit -m '\''python311Packages.xapp: 21 -> 2.4.1'\''' + /nix/store/7sqzhqm9rb4bbwimri9i03rgyxm8pkzb-common-updater-scripts/bin/update-source-version --print-changes python311Packages.xapp 2.4.1 this derivation will be built: /nix/store/7nvimma3ns6xxabpg7ylw2b4q8ydkm7x-source.drv building '/nix/store/7nvimma3ns6xxabpg7ylw2b4q8ydkm7x-source.drv'... trying https://github.com/linuxmint/python-xapp/archive/refs/tags/master.mint2.4.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 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/7nvimma3ns6xxabpg7ylw2b4q8ydkm7x-source.drv' failed with exit code 1; last 9 log lines: > > trying https://github.com/linuxmint/python-xapp/archive/refs/tags/master.mint2.4.1.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 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/7nvimma3ns6xxabpg7ylw2b4q8ydkm7x-source.drv'. update-source-version: error: Couldn't figure out new hash of 'python311Packages.xapp.src'! --- SHOWING ERROR LOG FOR python3.11-xapp-21 ---------------------- The update script for python3.11-xapp-21 failed with exit code 1 [result] Failed to update python311Packages.xapp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath jprofiler, using log file: /var/log/nixpkgs-update/jprofiler/2024-03-16.log jprofiler 13.0.6 -> 14.0.2 https://repology.org/project/jprofiler/versions attrpath: jprofiler Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update jprofiler 13.0.6 -> 14.0.2 https://repology.org/project/jprofiler/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO currently don't know how to update perl [result] Failed to update perl536Packages.MouseXGetopt 0.38 -> 0.3600 https://repology.org/project/perl:mousex-getopt/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libpeas, using log file: /var/log/nixpkgs-update/libpeas/2024-03-16.log libpeas 0 -> 1 attrpath: libpeas Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update libpeas 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath terraform-providers.vcd, using log file: /var/log/nixpkgs-update/terraform-providers.vcd/2024-03-16.log terraform-providers.vcd 0 -> 1 attrpath: terraform-providers.vcd Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.vcd 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ayatana-indicator-messages, using log file: /var/log/nixpkgs-update/ayatana-indicator-messages/2024-03-16.log ayatana-indicator-messages 0 -> 1 attrpath: ayatana-indicator-messages Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hna7j6sq97yimh76rhyic8pfq9xmj49b-packages.json.drv building '/nix/store/hna7j6sq97yimh76rhyic8pfq9xmj49b-packages.json.drv'... Going to be running update for following packages: - ayatana-indicator-messages-23.10.0 Press Enter key to continue... Running update for: - ayatana-indicator-messages-23.10.0: UPDATING ... - ayatana-indicator-messages-23.10.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update ayatana-indicator-messages 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath polaris, using log file: /var/log/nixpkgs-update/polaris/2024-03-16.log polaris 0 -> 1 attrpath: polaris 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/mzj9gbbb3l01yvdrxwi6s66nlsh1qc97-packages.json.drv building '/nix/store/mzj9gbbb3l01yvdrxwi6s66nlsh1qc97-packages.json.drv'... Going to be running update for following packages: - polaris-0.14.2 Press Enter key to continue... Running update for: - polaris-0.14.2: UPDATING ... - polaris-0.14.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update polaris 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cpplint, using log file: /var/log/nixpkgs-update/cpplint/2024-03-16.log cpplint 0 -> 1 attrpath: cpplint 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/xzdk9b3lwwm5qf9xqz9dkjgzg60jivzv-packages.json.drv building '/nix/store/xzdk9b3lwwm5qf9xqz9dkjgzg60jivzv-packages.json.drv'... Going to be running update for following packages: - cpplint-1.5.5 Press Enter key to continue... Running update for: - cpplint-1.5.5: UPDATING ... - cpplint-1.5.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update cpplint 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath shotcut, using log file: /var/log/nixpkgs-update/shotcut/2024-03-16.log shotcut 0 -> 1 attrpath: shotcut Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2h8hfrra2gg676qaa6r93039nqlln0g0-packages.json.drv building '/nix/store/2h8hfrra2gg676qaa6r93039nqlln0g0-packages.json.drv'... Going to be running update for following packages: - shotcut-24.02.29 Press Enter key to continue... Running update for: - shotcut-24.02.29: UPDATING ... - shotcut-24.02.29: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update shotcut 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-calculator, using log file: /var/log/nixpkgs-update/gnome.gnome-calculator/2024-03-16.log gnome.gnome-calculator 0 -> 1 attrpath: gnome.gnome-calculator Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gnome.gnome-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 python311Packages.qcelemental, using log file: /var/log/nixpkgs-update/python311Packages.qcelemental/2024-03-16.log python311Packages.qcelemental 0 -> 1 attrpath: python311Packages.qcelemental Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/c4p11q3fp3p6r1jaf1qsiqld9l8yns07-packages.json.drv building '/nix/store/c4p11q3fp3p6r1jaf1qsiqld9l8yns07-packages.json.drv'... Going to be running update for following packages: - python3.11-qcelemental-0.27.1 Press Enter key to continue... Running update for: - python3.11-qcelemental-0.27.1: UPDATING ... - python3.11-qcelemental-0.27.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.qcelemental 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ruyaml, using log file: /var/log/nixpkgs-update/python311Packages.ruyaml/2024-03-16.log python311Packages.ruyaml 0 -> 1 attrpath: python311Packages.ruyaml Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/g8i8v3b7k8aa4gia6p816p339bn5mws9-packages.json.drv building '/nix/store/g8i8v3b7k8aa4gia6p816p339bn5mws9-packages.json.drv'... Going to be running update for following packages: - python3.11-ruyaml-0.91.0 Press Enter key to continue... Running update for: - python3.11-ruyaml-0.91.0: UPDATING ... - python3.11-ruyaml-0.91.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ruyaml 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.asynccmd, using log file: /var/log/nixpkgs-update/python311Packages.asynccmd/2024-03-16.log python311Packages.asynccmd 0 -> 1 attrpath: python311Packages.asynccmd Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0hnaa4j0rfdh7j7njs755f53yixmjhxf-packages.json.drv building '/nix/store/0hnaa4j0rfdh7j7njs755f53yixmjhxf-packages.json.drv'... Going to be running update for following packages: - python3.11-asynccmd-0.2.4 Press Enter key to continue... Running update for: - python3.11-asynccmd-0.2.4: UPDATING ... - python3.11-asynccmd-0.2.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.asynccmd 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-opensearch, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-opensearch/2024-03-16.log python312Packages.mypy-boto3-opensearch 1.34.43 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-opensearch Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/h8803p3fvbzy3if43wvwl56jn7nv592g-packages.json.drv building '/nix/store/h8803p3fvbzy3if43wvwl56jn7nv592g-packages.json.drv'... Going to be running update for following packages: - python3.12-mypy-boto3-opensearch-1.34.43 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-opensearch-1.34.43: UPDATING ... - python3.12-mypy-boto3-opensearch-1.34.43: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-opensearch 1.34.43 -> 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.fontmake, using log file: /var/log/nixpkgs-update/python312Packages.fontmake/2024-03-16.log python312Packages.fontmake 3.7.1 -> 3.8.1 https://github.com/googlefonts/fontmake/releases attrpath: python312Packages.fontmake Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/z2djdnki7mqn2vm9c96lal6pxd7x99sr-packages.json.drv building '/nix/store/z2djdnki7mqn2vm9c96lal6pxd7x99sr-packages.json.drv'... Going to be running update for following packages: - python3.12-fontmake-3.7.1 Press Enter key to continue... Running update for: - python3.12-fontmake-3.7.1: UPDATING ... - python3.12-fontmake-3.7.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/fontmake/default.nix b/pkgs/development/python-modules/fontmake/default.nix index 2269e18c32a9..7911750bbeeb 100644 --- a/pkgs/development/python-modules/fontmake/default.nix +++ b/pkgs/development/python-modules/fontmake/default.nix @@ -12,12 +12,12 @@ buildPythonPackage rec { pname = "fontmake"; - version = "3.7.1"; + version = "3.8.1"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-Nb09/BRPR0H3rHrbDIhcrgOyJp55KCIdPvUr/vh2Z0U="; + hash = "sha256-m0cRLm9Jbqlsf9NwR7Lma2NZYUjy5IDJYOorVbdLDuw="; extension = "zip"; }; No auto update branch exists Old version 3.7.1" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , glyphslib , setuptools-scm , ufo2ft , fonttools , fontmath , lxml , setuptools }: buildPythonPackage rec { pname = "fontmake"; version = "3.8.1"; format = "setuptools"; src = fetchPypi { inherit pname version; hash = "sha256-m0cRLm9Jbqlsf9NwR7Lma2NZYUjy5IDJYOorVbdLDuw="; extension = "zip"; }; nativeBuildInputs = [ setuptools-scm ]; propagatedBuildInputs = [ glyphslib ufo2ft fonttools fontmath lxml setuptools ]; pythonImportsCheck = [ "fontmake" ]; meta = { description = "Compiles fonts from various sources (.glyphs, .ufo, designspace) into binaries formats (.otf, .ttf)"; homepage = "https://github.com/googlefonts/fontmake"; license = lib.licenses.asl20; maintainers = [ lib.maintainers.BarinovMaxim ]; }; } [result] Failed to update python312Packages.fontmake 3.7.1 -> 3.8.1 https://github.com/googlefonts/fontmake/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.pcalg, using log file: /var/log/nixpkgs-update/rPackages.pcalg/2024-03-16.log rPackages.pcalg 2.7-9 -> 2.7.11 https://repology.org/project/r:pcalg/versions attrpath: rPackages.pcalg Checking auto update branch... No auto update branch exists Old version 2.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.pcalg 2.7-9 -> 2.7.11 https://repology.org/project/r:pcalg/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.traudem, using log file: /var/log/nixpkgs-update/rPackages.traudem/2024-03-16.log rPackages.traudem 1.0.1 -> 1.0.2 https://repology.org/project/r:traudem/versions attrpath: rPackages.traudem Checking auto update branch... No auto update branch exists Old version 1.0.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.traudem 1.0.1 -> 1.0.2 https://repology.org/project/r:traudem/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.ctmva, using log file: /var/log/nixpkgs-update/rPackages.ctmva/2024-03-16.log rPackages.ctmva 1.3.0 -> 1.4.0 https://repology.org/project/r:ctmva/versions attrpath: rPackages.ctmva 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.ctmva 1.3.0 -> 1.4.0 https://repology.org/project/r:ctmva/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.box, using log file: /var/log/nixpkgs-update/rPackages.box/2024-03-16.log rPackages.box 1.1.3 -> 1.2.0 https://repology.org/project/r:box/versions attrpath: rPackages.box 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.box 1.1.3 -> 1.2.0 https://repology.org/project/r:box/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.watchdog, using log file: /var/log/nixpkgs-update/python312Packages.watchdog/2024-03-16.log python312Packages.watchdog 3.0.0 -> 4.0.0 https://github.com/gorakhargosh/watchdog/releases attrpath: python312Packages.watchdog Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kfp5918phxp5ph87niyvwa3r7kqbg6br-packages.json.drv building '/nix/store/kfp5918phxp5ph87niyvwa3r7kqbg6br-packages.json.drv'... Going to be running update for following packages: - python3.12-watchdog-3.0.0 Press Enter key to continue... Running update for: - python3.12-watchdog-3.0.0: UPDATING ... - python3.12-watchdog-3.0.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/watchdog/default.nix b/pkgs/development/python-modules/watchdog/default.nix index 4e4f491e23ae..57ccf30b9865 100644 --- a/pkgs/development/python-modules/watchdog/default.nix +++ b/pkgs/development/python-modules/watchdog/default.nix @@ -14,14 +14,14 @@ buildPythonPackage rec { pname = "watchdog"; - version = "3.0.0"; + version = "4.0.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-TZijIFldp6fFoY/EjLYzwuc82nj5PKwu9C1Cv2CaM/k="; + hash = "sha256-4+cGXL2r5hg6uCGZ16T2s7oKQ4xaUSpoVZhGzLdqeOw="; }; # force kqueue on x86_64-darwin, because our api version does No auto update branch exists Old version 3.0.0" not present in staging derivation file with contents: { lib , stdenv , buildPythonPackage , CoreServices , eventlet , fetchpatch , fetchPypi , flaky , pytest-timeout , pytestCheckHook , pythonOlder , pyyaml }: buildPythonPackage rec { pname = "watchdog"; version = "4.0.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-4+cGXL2r5hg6uCGZ16T2s7oKQ4xaUSpoVZhGzLdqeOw="; }; # force kqueue on x86_64-darwin, because our api version does # not support fsevents patches = lib.optionals (stdenv.isDarwin && !stdenv.isAarch64) [ ./force-kqueue.patch ]; buildInputs = lib.optionals stdenv.isDarwin [ CoreServices ]; passthru.optional-dependencies.watchmedo = [ pyyaml ]; nativeCheckInputs = [ eventlet flaky pytest-timeout pytestCheckHook ] ++ passthru.optional-dependencies.watchmedo; postPatch = '' substituteInPlace setup.cfg \ --replace "--cov=watchdog" "" \ --replace "--cov-report=term-missing" "" ''; pytestFlagsArray = [ "--deselect=tests/test_emitter.py::test_create_wrong_encoding" "--deselect=tests/test_emitter.py::test_close" ] ++ lib.optionals (stdenv.isDarwin) [ # fails to stop process in teardown "--deselect=tests/test_0_watchmedo.py::test_auto_restart_subprocess_termination" # assert cap.out.splitlines(keepends=False).count('+++++ 0') == 2 != 3 "--deselect=tests/test_0_watchmedo.py::test_auto_restart_on_file_change_debounce" ] ++ lib.optionals (stdenv.isDarwin && stdenv.isx86_64) [ # FileCreationEvent != FileDeletionEvent "--deselect=tests/test_emitter.py::test_separate_consecutive_moves" "--deselect=tests/test_observers_polling.py::test___init__" # segfaults "--deselect=tests/test_delayed_queue.py::test_delayed_get" "--deselect=tests/test_emitter.py::test_delete" # AttributeError: '_thread.RLock' object has no attribute 'key'" "--deselect=tests/test_skip_repeats_queue.py::test_eventlet_monkey_patching" ] ++ lib.optionals (stdenv.isDarwin && stdenv.isAarch64) [ # segfaults "--deselect=tests/test_delayed_queue.py::test_delayed_get" "--deselect=tests/test_0_watchmedo.py::test_tricks_from_file" "--deselect=tests/test_fsevents.py::test_watcher_deletion_while_receiving_events_1" "--deselect=tests/test_fsevents.py::test_watcher_deletion_while_receiving_events_2" "--deselect=tests/test_skip_repeats_queue.py::test_eventlet_monkey_patching" "--deselect=tests/test_fsevents.py::test_recursive_check_accepts_relative_paths" # fsevents:fsevents.py:318 Unhandled exception in FSEventsEmitter "--deselect=tests/test_fsevents.py::test_watchdog_recursive" # SystemError: Cannot start fsevents stream. Use a kqueue or polling observer... "--deselect=tests/test_fsevents.py::test_add_watch_twice" # fsevents:fsevents.py:318 Unhandled exception in FSEventsEmitter "--deselect=ests/test_fsevents.py::test_recursive_check_accepts_relative_paths" # gets stuck "--deselect=tests/test_fsevents.py::test_converting_cfstring_to_pyunicode" ]; disabledTestPaths = [ # tests timeout easily "tests/test_inotify_buffer.py" ] ++ lib.optionals (stdenv.isDarwin) [ # segfaults the testsuite "tests/test_emitter.py" # unsupported on x86_64-darwin "tests/test_fsevents.py" ]; pythonImportsCheck = [ "watchdog" ]; meta = with lib; { description = "Python API and shell utilities to monitor file system events"; homepage = "https://github.com/gorakhargosh/watchdog"; changelog = "https://github.com/gorakhargosh/watchdog/blob/v${version}/changelog.rst"; license = licenses.asl20; maintainers = with maintainers; [ goibhniu ]; }; } [result] Failed to update python312Packages.watchdog 3.0.0 -> 4.0.0 https://github.com/gorakhargosh/watchdog/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.OlympicRshiny, using log file: /var/log/nixpkgs-update/rPackages.OlympicRshiny/2024-03-16.log rPackages.OlympicRshiny 1.0.0 -> 1.0.1 https://repology.org/project/r:olympicrshiny/versions attrpath: rPackages.OlympicRshiny Checking auto update branch... No auto update branch exists Old version 1.0.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.OlympicRshiny 1.0.0 -> 1.0.1 https://repology.org/project/r:olympicrshiny/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.implyr, using log file: /var/log/nixpkgs-update/rPackages.implyr/2024-03-16.log rPackages.implyr 0.4.0 -> 0.5.0 https://repology.org/project/r:implyr/versions attrpath: rPackages.implyr 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.implyr 0.4.0 -> 0.5.0 https://repology.org/project/r:implyr/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.warp-tls_3_4_3, using log file: /var/log/nixpkgs-update/haskellPackages.warp-tls_3_4_3/2024-03-16.log haskellPackages.warp-tls_3_4_3 3.4.3 -> 3.4.4 https://repology.org/project/haskell:warp-tls/versions attrpath: haskellPackages.warp-tls_3_4_3 Checking auto update branch... No auto update branch exists Version in attr path haskellPackages.warp-tls_3_4_3 not compatible with 3.4.4 [result] Failed to update haskellPackages.warp-tls_3_4_3 3.4.3 -> 3.4.4 https://repology.org/project/haskell:warp-tls/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.unifDAG, using log file: /var/log/nixpkgs-update/rPackages.unifDAG/2024-03-16.log rPackages.unifDAG 1.0.3 -> 1.0.4 https://repology.org/project/r:unifdag/versions attrpath: rPackages.unifDAG 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.unifDAG 1.0.3 -> 1.0.4 https://repology.org/project/r:unifdag/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.comtradr, using log file: /var/log/nixpkgs-update/rPackages.comtradr/2024-03-16.log rPackages.comtradr 0.3.0 -> 0.4.0.0 https://repology.org/project/r:comtradr/versions attrpath: rPackages.comtradr Checking auto update branch... No auto update branch exists Old version 0.3.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.comtradr 0.3.0 -> 0.4.0.0 https://repology.org/project/r:comtradr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.scmrepo, using log file: /var/log/nixpkgs-update/python312Packages.scmrepo/2024-03-16.log python312Packages.scmrepo 2.1.1 -> 3.3.0 https://github.com/iterative/scmrepo/releases attrpath: python312Packages.scmrepo Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pjnkl0r63p5bgzhb9pwc6q3i3yyqcl1d-packages.json.drv building '/nix/store/pjnkl0r63p5bgzhb9pwc6q3i3yyqcl1d-packages.json.drv'... Going to be running update for following packages: - python3.12-scmrepo-2.1.1 Press Enter key to continue... Running update for: - python3.12-scmrepo-2.1.1: UPDATING ... - python3.12-scmrepo-2.1.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/scmrepo/default.nix b/pkgs/development/python-modules/scmrepo/default.nix index 611949ae6515..37240f6e4ac0 100644 --- a/pkgs/development/python-modules/scmrepo/default.nix +++ b/pkgs/development/python-modules/scmrepo/default.nix @@ -19,7 +19,7 @@ buildPythonPackage rec { pname = "scmrepo"; - version = "2.1.1"; + version = "3.3.0"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -28,7 +28,7 @@ buildPythonPackage rec { owner = "iterative"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-KG7Y+1qqsgDwgRYsb3XbZnF6FduHJCAEizfuugBi0Go="; + hash = "sha256-vAfqCr1/3S0yZ0wPDxSZ6b6NrcJxt7Lj7oCsTzAXX1k="; }; nativeBuildInputs = [ No auto update branch exists Old version 2.1.1" not present in staging derivation file with contents: { lib , asyncssh , buildPythonPackage , dulwich , dvc-http , dvc-objects , fetchFromGitHub , fsspec , funcy , gitpython , pathspec , pygit2 , pygtrie , pythonOlder , setuptools , setuptools-scm , shortuuid }: buildPythonPackage rec { pname = "scmrepo"; version = "3.2.0"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "iterative"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-A09nuT8qxganDYiJNXhdhmnFKUeeVNYQKdHdReSnnac="; }; nativeBuildInputs = [ setuptools setuptools-scm ]; propagatedBuildInputs = [ asyncssh dulwich dvc-http dvc-objects fsspec funcy gitpython pathspec pygit2 pygtrie shortuuid ]; # Requires a running Docker instance doCheck = false; pythonImportsCheck = [ "scmrepo" ]; meta = with lib; { description = "SCM wrapper and fsspec filesystem"; homepage = "https://github.com/iterative/scmrepo"; changelog = "https://github.com/iterative/scmrepo/releases/tag/${version}"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; } [result] Failed to update python312Packages.scmrepo 2.1.1 -> 3.3.0 https://github.com/iterative/scmrepo/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gnubg, using log file: /var/log/nixpkgs-update/gnubg/2024-03-16.log gnubg 1.07.001 -> 1.08.002 https://repology.org/project/gnubg/versions attrpath: gnubg 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/gnubg/default.nix b/pkgs/games/gnubg/default.nix index 84bc7f5df8af..9bc0ef4d697e 100644 --- a/pkgs/games/gnubg/default.nix +++ b/pkgs/games/gnubg/default.nix @@ -3,11 +3,11 @@ stdenv.mkDerivation rec { pname = "gnubg"; - version = "1.07.001"; + version = "1.08.002"; src = fetchurl { url = "mirror://gnu/gnubg/gnubg-release-${version}-sources.tar.gz"; - hash = "sha256-cjmXKUGcrZ8RLDBmoS0AANpFCkVq3XsJTYkVUGnWgh4="; + hash = "sha256-PtflKQ1xaY3VNcR99gL0jbjJ+crdf1vpNdVZZ2XivE8="; }; nativeBuildInputs = [ copyDesktopItems pkg-config python3 glib ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A gnubg nix build failed. checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse nm output from gcc object... ok checking for sysroot... no checking for a working dd... /nix/store/mb488rr560vq1xnl10hinnyfflcrd51n-coreutils-9.4/bin/dd checking how to truncate binary pipes... /nix/store/mb488rr560vq1xnl10hinnyfflcrd51n-coreutils-9.4/bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking for flex... no checking for flex... ${SHELL} '/build/gnubg-1.08.002/missing' checking for lex output file root... unknown configure: WARNING: cannot find output from ${SHELL} '/build/gnubg-1.08.002/missing' ; giving up on ${SHELL} '/build/gnubg-1.08.002/missing' configure: WARNING: could not find flex configure: error: flex 2.5.9 or higher is needed to build GNU Backgammon [result] Failed to update gnubg 1.07.001 -> 1.08.002 https://repology.org/project/gnubg/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.playwright, using log file: /var/log/nixpkgs-update/python312Packages.playwright/2024-03-16.log python312Packages.playwright 1.40.0 -> 1.42.0 https://github.com/microsoft/playwright-python/releases attrpath: python312Packages.playwright Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 this derivation will be built: /nix/store/8n8lgpk6pdzk59f3000mwapvdw7728qc-packages.json.drv building '/nix/store/8n8lgpk6pdzk59f3000mwapvdw7728qc-packages.json.drv'... Going to be running update for following packages: - python3.12-playwright-1.40.0 Press Enter key to continue... Running update for: - python3.12-playwright-1.40.0: UPDATING ... - python3.12-playwright-1.40.0: ERROR --- SHOWING ERROR LOG FOR python3.12-playwright-1.40.0 ---------------------- path is '/nix/store/ngpsgvk8qsrg5f0k2k0gr84xb624dmda-playwright-1.42.1-linux.zip' path is '/nix/store/wzgc6r2a2h6vfi2vh43x0jmflh7fkirr-playwright-1.42.1-mac.zip' path is '/nix/store/akllqy73nh4gkzlnwy2qwlg209hg769s-playwright-1.42.1-linux-arm64.zip' path is '/nix/store/yys52ll3186ksjnw4hxkp2vxmzklx7sm-playwright-1.42.1-mac-arm64.zip' info attempt registry request try #1 at 4:22:28 PM http request GET https://registry.npmjs.org/@playwright%2Ftest http 200 https://registry.npmjs.org/@playwright%2Ftest info attempt registry request try #1 at 4:22:28 PM http request GET https://registry.npmjs.org/playwright http 200 https://registry.npmjs.org/playwright info attempt registry request try #1 at 4:22:29 PM http request GET https://registry.npmjs.org/playwright-core http 200 https://registry.npmjs.org/playwright-core update-source-version: error: Failed to replace source revision 'refs/tags/v1.40.0' to 'v1.42.0' in 'playwright'! --- SHOWING ERROR LOG FOR python3.12-playwright-1.40.0 ---------------------- The update script for python3.12-playwright-1.40.0 failed with exit code 1 [result] Failed to update python312Packages.playwright 1.40.0 -> 1.42.0 https://github.com/microsoft/playwright-python/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath teip, using log file: /var/log/nixpkgs-update/teip/2024-03-16.log teip 2.3.0 -> 2.3.2 https://github.com/greymd/teip/releases attrpath: teip Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] build succeeded unexpectedlystderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'teip.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/9ks3kh3swrvgzd87x5d4i95fjh5dracj-teip-2.3.2-vendor.tar.gz.drv /nix/store/qxz6irp64cb8q3flw8qdv6wldx1nhp1q-teip-2.3.2.drv building '/nix/store/9ks3kh3swrvgzd87x5d4i95fjh5dracj-teip-2.3.2-vendor.tar.gz.drv'... Running phase: unpackPhase unpacking source archive /nix/store/rr0947j9vzwprk5lrrl95m1dgnlvy82b-source source root is source Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase no configure script, doing nothing Running phase: buildPhase source = "git+https://github.com/greymd/rust-onig#85989776a46c96347c6586ca4ab3ba62cce27332" source = "git+https://github.com/greymd/rust-onig#85989776a46c96347c6586ca4ab3ba62cce27332" ERROR: The Cargo.lock contains git dependencies This is currently not supported in the fixed-output derivation fetcher. Use cargoLock.lockFile / importCargoLock instead. error: builder for '/nix/store/9ks3kh3swrvgzd87x5d4i95fjh5dracj-teip-2.3.2-vendor.tar.gz.drv' failed with exit code 1; last 16 log lines: > Running phase: unpackPhase > unpacking source archive /nix/store/rr0947j9vzwprk5lrrl95m1dgnlvy82b-source > source root is source > Running phase: patchPhase > Running phase: updateAutotoolsGnuConfigScriptsPhase > Running phase: configurePhase > no configure script, doing nothing > Running phase: buildPhase > source = "git+https://github.com/greymd/rust-onig#85989776a46c96347c6586ca4ab3ba62cce27332" > source = "git+https://github.com/greymd/rust-onig#85989776a46c96347c6586ca4ab3ba62cce27332" > > ERROR: The Cargo.lock contains git dependencies > > This is currently not supported in the fixed-output derivation fetcher. > Use cargoLock.lockFile / importCargoLock instead. > For full logs, run 'nix log /nix/store/9ks3kh3swrvgzd87x5d4i95fjh5dracj-teip-2.3.2-vendor.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/qxz6irp64cb8q3flw8qdv6wldx1nhp1q-teip-2.3.2.drv' failed to build [result] Failed to update teip 2.3.0 -> 2.3.2 https://github.com/greymd/teip/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.pammtools, using log file: /var/log/nixpkgs-update/rPackages.pammtools/2024-03-16.log rPackages.pammtools 0.5.92 -> 0.5.93 https://repology.org/project/r:pammtools/versions attrpath: rPackages.pammtools Checking auto update branch... No auto update branch exists Old version 0.5.92" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.pammtools 0.5.92 -> 0.5.93 https://repology.org/project/r:pammtools/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.predhy, using log file: /var/log/nixpkgs-update/rPackages.predhy/2024-03-16.log rPackages.predhy 1.2.1 -> 2.0.1 https://repology.org/project/r:predhy/versions attrpath: rPackages.predhy 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.predhy 1.2.1 -> 2.0.1 https://repology.org/project/r:predhy/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.loo, using log file: /var/log/nixpkgs-update/rPackages.loo/2024-03-16.log rPackages.loo 2.6.0 -> 2.7.0 https://repology.org/project/r:loo/versions attrpath: rPackages.loo Checking auto update branch... No auto update branch exists Old version 2.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.loo 2.6.0 -> 2.7.0 https://repology.org/project/r:loo/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath micronaut, using log file: /var/log/nixpkgs-update/micronaut/2024-03-16.log micronaut 4.3.5 -> 4.3.6 https://github.com/micronaut-projects/micronaut-starter/releases attrpath: micronaut 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/micronaut/default.nix b/pkgs/development/tools/micronaut/default.nix index 6e9b01efa575..7304aa9e3ddb 100644 --- a/pkgs/development/tools/micronaut/default.nix +++ b/pkgs/development/tools/micronaut/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "micronaut"; - version = "4.3.5"; + version = "4.3.6"; src = fetchzip { url = "https://github.com/micronaut-projects/micronaut-starter/releases/download/v${version}/micronaut-cli-${version}.zip"; - sha256 = "sha256-95VcZ5Bjruj5WMkCW0qh1nE25a5E+RJxOZv/lJvrbjk="; + sha256 = "sha256-iwV+yo9NkQr78ZMFiUAnFXPdK4ItB4o+75HNFpd7wpU="; }; nativeBuildInputs = [ makeWrapper installShellFiles ]; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/lgzc30vsd39xqhwv9wnlm8fkz2asxxhw-micronaut-4.3.6" [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:
  • micronaut
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/micronaut-projects/micronaut-starter/releases. meta.description for micronaut is: Modern, JVM-based, full-stack framework for building microservice applications meta.homepage for micronaut is: https://micronaut.io/ ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/micronaut-projects/micronaut-starter/releases/tag/v4.3.6) - [Compare changes on GitHub](https://github.com/micronaut-projects/micronaut-starter/compare/v4.3.5...v4.3.6) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 4.3.6 with grep in /nix/store/lgzc30vsd39xqhwv9wnlm8fkz2asxxhw-micronaut-4.3.6 - found 4.3.6 in filename of file in /nix/store/lgzc30vsd39xqhwv9wnlm8fkz2asxxhw-micronaut-4.3.6 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath micronaut ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/lgzc30vsd39xqhwv9wnlm8fkz2asxxhw-micronaut-4.3.6 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A micronaut https://github.com/r-ryantm/nixpkgs/archive/07d99149de9c653b7b545cf6d19cf364e19cfaed.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/07d99149de9c653b7b545cf6d19cf364e19cfaed#micronaut ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/lgzc30vsd39xqhwv9wnlm8fkz2asxxhw-micronaut-4.3.6 ls -la /nix/store/lgzc30vsd39xqhwv9wnlm8fkz2asxxhw-micronaut-4.3.6/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • micronaut
--- ###### Maintainer pings cc @moaxcp 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/296460 [result] Success updating micronaut 4.3.5 -> 4.3.6 https://github.com/micronaut-projects/micronaut-starter/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath swiftPackages.swift-unwrapped, using log file: /var/log/nixpkgs-update/swiftPackages.swift-unwrapped/2024-03-16.log swiftPackages.swift-unwrapped 5.8 -> 5.10-RELEASE https://github.com/apple/swift/releases attrpath: swiftPackages.swift-unwrapped Checking auto update branch... No auto update branch exists Old version 5.8" not present in master derivation file with contents: { lib , stdenv , callPackage , cmake , bash , coreutils , gnugrep , perl , ninja , pkg-config , clang , bintools , python3 , git , fetchpatch , makeWrapper , gnumake , file , runCommand , writeShellScriptBin # For lldb , libedit , ncurses , swig , libxml2 # Linux-specific , glibc , libuuid # Darwin-specific , substituteAll , fixDarwinDylibNames , runCommandLocal , xcbuild , cctools # libtool , sigtool , DarwinTools , CoreServices , Foundation , Combine , MacOSX-SDK , CLTools_Executables }: let inherit (stdenv) hostPlatform targetPlatform; sources = callPackage ../sources.nix { }; # Tools invoked by swift at run-time. runtimeDeps = lib.optionals stdenv.isDarwin [ # libtool is used for static linking. This is part of cctools, but adding # that as a build input puts an unwrapped linker in PATH, and breaks # builds. This small derivation exposes just libtool. # NOTE: The same applies to swift-driver, but that is currently always # invoked via the old `swift` / `swiftc`. May change in the future. (runCommandLocal "libtool" { } '' mkdir -p $out/bin ln -s ${cctools}/bin/libtool $out/bin/libtool '') ]; # There are apparently multiple naming conventions on Darwin. Swift uses the # xcrun naming convention. See `configure_sdk_darwin` calls in CMake files. swiftOs = if targetPlatform.isDarwin then { "macos" = "macosx"; "ios" = "iphoneos"; #iphonesimulator #appletvos #appletvsimulator #watchos #watchsimulator }.${targetPlatform.darwinPlatform} or (throw "Cannot build Swift for target Darwin platform '${targetPlatform.darwinPlatform}'") else targetPlatform.parsed.kernel.name; # Apple Silicon uses a different CPU name in the target triple. swiftArch = if stdenv.isDarwin && stdenv.isAarch64 then "arm64" else targetPlatform.parsed.cpu.name; # On Darwin, a `.swiftmodule` is a subdirectory in `lib/swift/`, # containing binaries for supported archs. On other platforms, binaries are # installed to `lib/swift//`. Note that our setup-hook also adds # `lib/swift` for convenience. swiftLibSubdir = "lib/swift/${swiftOs}"; swiftModuleSubdir = if hostPlatform.isDarwin then "lib/swift/${swiftOs}" else "lib/swift/${swiftOs}/${swiftArch}"; # And then there's also a separate subtree for statically linked modules. toStaticSubdir = lib.replaceStrings [ "/swift/" ] [ "/swift_static/" ]; swiftStaticLibSubdir = toStaticSubdir swiftLibSubdir; swiftStaticModuleSubdir = toStaticSubdir swiftModuleSubdir; # This matches _SWIFT_DEFAULT_COMPONENTS, with specific components disabled. swiftInstallComponents = [ "autolink-driver" "compiler" # "clang-builtin-headers" "stdlib" "sdk-overlay" "static-mirror-lib" "editor-integration" # "tools" # "testsuite-tools" "toolchain-tools" "toolchain-dev-tools" "license" (if stdenv.isDarwin then "sourcekit-xpc-service" else "sourcekit-inproc") "swift-remote-mirror" "swift-remote-mirror-headers" ]; # Build a tool used during the build to create a custom clang wrapper, with # which we wrap the clang produced by the swift build. # # This is used in a `POST_BUILD` for the CMake target, so we rename the # actual clang to clang-unwrapped, then put the wrapper in place. # # We replace the `exec ...` command with `exec -a "$0"` in order to # preserve $0 for clang. This is because, unlike Nix, we don't have # separate wrappers for clang/clang++, and clang uses $0 to detect C++. # # Similarly, the C++ detection in the wrapper itself also won't work for us, # so we base it on $0 as well. makeClangWrapper = writeShellScriptBin "nix-swift-make-clang-wrapper" '' set -euo pipefail targetFile="$1" unwrappedClang="$targetFile-unwrapped" mv "$targetFile" "$unwrappedClang" sed < '${clang}/bin/clang' > "$targetFile" \ -e 's|^\s*exec|exec -a "$0"|g' \ -e 's|^\[\[ "${clang.cc}/bin/clang" = \*++ ]]|[[ "$0" = *++ ]]|' \ -e "s|${clang.cc}/bin/clang|$unwrappedClang|g" \ -e "s|^\(\s*\)\($unwrappedClang\) \"@\\\$responseFile\"|\1argv0=\$0\n\1${bash}/bin/bash -c \"exec -a '\$argv0' \2 '@\$responseFile'\"|" chmod a+x "$targetFile" ''; # Create a tool used during the build to create a custom swift wrapper for # each of the swift executables produced by the build. # # The build produces several `swift-frontend` executables during # bootstrapping. Each of these has numerous aliases via symlinks, and the # executable uses $0 to detect what tool is called. wrapperParams = { inherit bintools; default_cc_wrapper = clang; # Instead of `@out@` in the original. coreutils_bin = lib.getBin coreutils; gnugrep_bin = gnugrep; suffixSalt = lib.replaceStrings ["-" "."] ["_" "_"] targetPlatform.config; use_response_file_by_default = 1; swiftDriver = ""; # NOTE: @prog@ needs to be filled elsewhere. }; swiftWrapper = runCommand "swift-wrapper.sh" wrapperParams '' substituteAll '${../wrapper/wrapper.sh}' "$out" ''; makeSwiftcWrapper = writeShellScriptBin "nix-swift-make-swift-wrapper" '' set -euo pipefail targetFile="$1" unwrappedSwift="$targetFile-unwrapped" mv "$targetFile" "$unwrappedSwift" sed < '${swiftWrapper}' > "$targetFile" \ -e "s|@prog@|'$unwrappedSwift'|g" \ -e 's|exec "$prog"|exec -a "$0" "$prog"|g' chmod a+x "$targetFile" ''; # On Darwin, we need to use BOOTSTRAPPING-WITH-HOSTLIBS because of ABI # stability, and have to provide the definitions for the system stdlib. appleSwiftCore = stdenv.mkDerivation { name = "apple-swift-core"; dontUnpack = true; installPhase = '' mkdir -p $out/lib/swift cp -r \ "${MacOSX-SDK}/usr/lib/swift/Swift.swiftmodule" \ "${MacOSX-SDK}/usr/lib/swift/libswiftCore.tbd" \ $out/lib/swift/ ''; }; in stdenv.mkDerivation { pname = "swift"; inherit (sources) version; outputs = [ "out" "lib" "dev" "doc" "man" ]; nativeBuildInputs = [ cmake git ninja perl # pod2man pkg-config python3 makeWrapper makeClangWrapper makeSwiftcWrapper ] ++ lib.optionals stdenv.isDarwin [ xcbuild sigtool # codesign DarwinTools # sw_vers fixDarwinDylibNames ]; buildInputs = [ # For lldb python3 swig libxml2 ] ++ lib.optionals stdenv.isLinux [ libuuid ] ++ lib.optionals stdenv.isDarwin [ CoreServices Foundation Combine ]; # This is a partial reimplementation of our setup hook. Because we reuse # the Swift wrapper for the Swift build itself, we need to do some of the # same preparation. postHook = '' for pkg in "''${pkgsHostTarget[@]}" '${clang.libc}'; do for subdir in ${swiftModuleSubdir} ${swiftStaticModuleSubdir} lib/swift; do if [[ -d "$pkg/$subdir" ]]; then export NIX_SWIFTFLAGS_COMPILE+=" -I $pkg/$subdir" fi done for subdir in ${swiftLibSubdir} ${swiftStaticLibSubdir} lib/swift; do if [[ -d "$pkg/$subdir" ]]; then export NIX_LDFLAGS+=" -L $pkg/$subdir" fi done done ''; # We invoke cmakeConfigurePhase multiple times, but only need this once. dontFixCmake = true; # We setup custom build directories. dontUseCmakeBuildDir = true; unpackPhase = let copySource = repo: "cp -r ${sources.${repo}} ${repo}"; in '' mkdir src cd src ${copySource "swift-cmark"} ${copySource "llvm-project"} ${copySource "swift"} ${copySource "swift-experimental-string-processing"} ${copySource "swift-syntax"} ${lib.optionalString (!stdenv.isDarwin) (copySource "swift-corelibs-libdispatch")} chmod -R u+w . ''; patchPhase = '' # Just patch all the things for now, we can focus this later. # TODO: eliminate use of env. find -type f -print0 | xargs -0 sed -i \ ${lib.optionalString stdenv.isDarwin "-e 's|/usr/libexec/PlistBuddy|${xcbuild}/bin/PlistBuddy|g'"} \ -e 's|/usr/bin/env|${coreutils}/bin/env|g' \ -e 's|/usr/bin/make|${gnumake}/bin/make|g' \ -e 's|/bin/mkdir|${coreutils}/bin/mkdir|g' \ -e 's|/bin/cp|${coreutils}/bin/cp|g' \ -e 's|/usr/bin/file|${file}/bin/file|g' patch -p1 -d swift -i ${./patches/swift-cmake-3.25-compat.patch} patch -p1 -d swift -i ${./patches/swift-wrap.patch} patch -p1 -d swift -i ${./patches/swift-nix-resource-root.patch} patch -p1 -d swift -i ${./patches/swift-linux-fix-libc-paths.patch} patch -p1 -d swift -i ${./patches/swift-linux-fix-linking.patch} patch -p1 -d swift -i ${./patches/swift-darwin-libcxx-flags.patch} patch -p1 -d swift -i ${./patches/swift-darwin-link-cxxabi.patch} patch -p1 -d swift -i ${substituteAll { src = ./patches/swift-darwin-plistbuddy-workaround.patch; inherit swiftArch; }} patch -p1 -d swift -i ${substituteAll { src = ./patches/swift-prevent-sdk-dirs-warning.patch; inherit (builtins) storeDir; }} # This patch needs to know the lib output location, so must be substituted # in the same derivation as the compiler. storeDir="${builtins.storeDir}" \ substituteAll ${./patches/swift-separate-lib.patch} $TMPDIR/swift-separate-lib.patch patch -p1 -d swift -i $TMPDIR/swift-separate-lib.patch patch -p1 -d llvm-project/llvm -i ${./patches/llvm-module-cache.patch} patch -p1 -d llvm-project/clang -i ${./patches/clang-toolchain-dir.patch} patch -p1 -d llvm-project/clang -i ${./patches/clang-wrap.patch} patch -p1 -d llvm-project/clang -i ${../../llvm/14/clang/purity.patch} patch -p2 -d llvm-project/clang -i ${fetchpatch { name = "clang-cmake-fix-interpreter.patch"; url = "https://github.com/llvm/llvm-project/commit/b5eaf500f2441eff2277ea2973878fb1f171fd0a.patch"; sha256 = "1rma1al0rbm3s3ql6bnvbcighp74lri1lcrwbyacgdqp80fgw1b6"; }} # gcc-13 build fixes patch -p2 -d llvm-project/llvm -i ${fetchpatch { name = "gcc-13.patch"; url = "https://github.com/llvm/llvm-project/commit/ff1681ddb303223973653f7f5f3f3435b48a1983.patch"; hash = "sha256-nkRPWx8gNvYr7mlvEUiOAb1rTrf+skCZjAydJVUHrcI="; }} ${lib.optionalString stdenv.isLinux '' substituteInPlace llvm-project/clang/lib/Driver/ToolChains/Linux.cpp \ --replace 'SysRoot + "/lib' '"${glibc}/lib" "' \ --replace 'SysRoot + "/usr/lib' '"${glibc}/lib" "' \ --replace 'LibDir = "lib";' 'LibDir = "${glibc}/lib";' \ --replace 'LibDir = "lib64";' 'LibDir = "${glibc}/lib";' \ --replace 'LibDir = X32 ? "libx32" : "lib64";' 'LibDir = "${glibc}/lib";' # uuid.h is not part of glibc, but of libuuid. sed -i 's|''${GLIBC_INCLUDE_PATH}/uuid/uuid.h|${libuuid.dev}/include/uuid/uuid.h|' \ swift/stdlib/public/Platform/glibc.modulemap.gyb ''} # Remove tests for cross compilation, which we don't currently support. rm swift/test/Interop/Cxx/class/constructors-copy-irgen-*.swift rm swift/test/Interop/Cxx/class/constructors-irgen-*.swift # TODO: consider fixing and re-adding. This test fails due to a non-standard "install_prefix". rm swift/validation-test/Python/build_swift.swift # We cannot handle the SDK location being in "Weird Location" due to Nix isolation. rm swift/test/DebugInfo/compiler-flags.swift # TODO: Fix issue with ld.gold invoked from script finding crtbeginS.o and crtendS.o. rm swift/test/IRGen/ELF-remove-autolink-section.swift # The following two tests fail because we use don't use the bundled libicu: # [SOURCE_DIR/utils/build-script] ERROR: can't find source directory for libicu (tried /build/src/icu) rm swift/validation-test/BuildSystem/default_build_still_performs_epilogue_opts_after_split.test rm swift/validation-test/BuildSystem/test_early_swift_driver_and_infer.swift # TODO: This test fails for some unknown reason rm swift/test/Serialization/restrict-swiftmodule-to-revision.swift # This test was flaky in ofborg, see #186476 rm swift/test/AutoDiff/compiler_crashers_fixed/issue-56649-missing-debug-scopes-in-pullback-trampoline.swift patchShebangs . ${lib.optionalString (!stdenv.isDarwin) '' # NOTE: This interferes with ABI stability on Darwin, which uses the system # libraries in the hardcoded path /usr/lib/swift. fixCmakeFiles . ''} ''; configurePhase = '' export SWIFT_SOURCE_ROOT="$PWD" mkdir -p ../build cd ../build export SWIFT_BUILD_ROOT="$PWD" # Most builds set a target, but LLDB doesn't. Harmless on non-Darwin. export MACOSX_DEPLOYMENT_TARGET=10.15 ''; # These steps are derived from doing a normal build with. # # ./swift/utils/build-toolchain test --dry-run # # But dealing with the custom Python build system is far more trouble than # simply invoking CMake directly. Few variables it passes to CMake are # actually required or non-default. # # Using CMake directly also allows us to split up the already large build, # and package Swift components separately. # # Besides `--dry-run`, another good way to compare build changes between # Swift releases is to diff the scripts: # # git diff swift-5.6.3-RELEASE..swift-5.7-RELEASE -- utils/build* # buildPhase = '' # Helper to build a subdirectory. # # Always reset cmakeFlags before calling this. The cmakeConfigurePhase # amends flags and would otherwise keep expanding it. function buildProject() { mkdir -p $SWIFT_BUILD_ROOT/$1 cd $SWIFT_BUILD_ROOT/$1 cmakeDir=$SWIFT_SOURCE_ROOT/''${2-$1} cmakeConfigurePhase ninjaBuildPhase } cmakeFlags="-GNinja" buildProject swift-cmark # Some notes: # - The Swift build just needs Clang. # - We can further reduce targets to just our targetPlatform. cmakeFlags=" -GNinja -DLLVM_ENABLE_PROJECTS=clang -DLLVM_TARGETS_TO_BUILD=${{ "x86_64" = "X86"; "aarch64" = "AArch64"; }.${targetPlatform.parsed.cpu.name}} " buildProject llvm llvm-project/llvm '' + lib.optionalString stdenv.isDarwin '' # Add appleSwiftCore to the search paths. We can't simply add it to # buildInputs, because it is potentially an older stdlib than the one we're # building. We have to remove it again after the main Swift build, or later # build steps may fail. (Specific case: Concurrency backdeploy uses the # Sendable protocol, which appears to not be present in the macOS 11 SDK.) OLD_NIX_SWIFTFLAGS_COMPILE="$NIX_SWIFTFLAGS_COMPILE" OLD_NIX_LDFLAGS="$NIX_LDFLAGS" export NIX_SWIFTFLAGS_COMPILE+=" -I ${appleSwiftCore}/lib/swift" export NIX_LDFLAGS+=" -L ${appleSwiftCore}/lib/swift" '' + '' # Some notes: # - BOOTSTRAPPING_MODE defaults to OFF in CMake, but is enabled in standard # builds, so we enable it as well. On Darwin, we have to use the system # Swift libs because of ABI-stability, but this may be trouble if the # builder is an older macOS. # - Experimental features are OFF by default in CMake, but are enabled in # official builds, so we do the same. (Concurrency is also required in # the stdlib. StringProcessing is often implicitely imported, causing # lots of warnings if missing.) # - SWIFT_STDLIB_ENABLE_OBJC_INTEROP is set explicitely because its check # is buggy. (Uses SWIFT_HOST_VARIANT_SDK before initialized.) # Fixed in: https://github.com/apple/swift/commit/84083afef1de5931904d5c815d53856cdb3fb232 cmakeFlags=" -GNinja -DBOOTSTRAPPING_MODE=BOOTSTRAPPING${lib.optionalString stdenv.isDarwin "-WITH-HOSTLIBS"} -DSWIFT_ENABLE_EXPERIMENTAL_DIFFERENTIABLE_PROGRAMMING=ON -DSWIFT_ENABLE_EXPERIMENTAL_CONCURRENCY=ON -DSWIFT_ENABLE_EXPERIMENTAL_DISTRIBUTED=ON -DSWIFT_ENABLE_EXPERIMENTAL_STRING_PROCESSING=ON -DLLVM_DIR=$SWIFT_BUILD_ROOT/llvm/lib/cmake/llvm -DClang_DIR=$SWIFT_BUILD_ROOT/llvm/lib/cmake/clang -DSWIFT_PATH_TO_CMARK_SOURCE=$SWIFT_SOURCE_ROOT/swift-cmark -DSWIFT_PATH_TO_CMARK_BUILD=$SWIFT_BUILD_ROOT/swift-cmark -DSWIFT_PATH_TO_LIBDISPATCH_SOURCE=$SWIFT_SOURCE_ROOT/swift-corelibs-libdispatch -DSWIFT_PATH_TO_SWIFT_SYNTAX_SOURCE=$SWIFT_SOURCE_ROOT/swift-syntax -DSWIFT_PATH_TO_STRING_PROCESSING_SOURCE=$SWIFT_SOURCE_ROOT/swift-experimental-string-processing -DSWIFT_INSTALL_COMPONENTS=${lib.concatStringsSep ";" swiftInstallComponents} -DSWIFT_STDLIB_ENABLE_OBJC_INTEROP=${if stdenv.isDarwin then "ON" else "OFF"} " buildProject swift '' + lib.optionalString stdenv.isDarwin '' # Restore search paths to remove appleSwiftCore. export NIX_SWIFTFLAGS_COMPILE="$OLD_NIX_SWIFTFLAGS_COMPILE" export NIX_LDFLAGS="$OLD_NIX_LDFLAGS" '' + '' # These are based on flags in `utils/build-script-impl`. # # LLDB_USE_SYSTEM_DEBUGSERVER=ON disables the debugserver build on Darwin, # which requires a special signature. # # CMAKE_BUILD_WITH_INSTALL_NAME_DIR ensures we don't use rpath on Darwin. # # NOTE: On Darwin, we only want ncurses in the linker search path, because # headers are part of libsystem. Adding its headers to the search path # causes strange mixing and errors. Note that libedit propagates ncurses, # so we add both manually here, instead of relying on setup hooks. # TODO: Find a better way to prevent this conflict. cmakeFlags=" -GNinja -DLLDB_SWIFTC=$SWIFT_BUILD_ROOT/swift/bin/swiftc -DLLDB_SWIFT_LIBS=$SWIFT_BUILD_ROOT/swift/lib/swift -DLLVM_DIR=$SWIFT_BUILD_ROOT/llvm/lib/cmake/llvm -DClang_DIR=$SWIFT_BUILD_ROOT/llvm/lib/cmake/clang -DSwift_DIR=$SWIFT_BUILD_ROOT/swift/lib/cmake/swift -DLLDB_ENABLE_CURSES=ON -DLLDB_ENABLE_LIBEDIT=ON -DLLDB_ENABLE_PYTHON=ON -DLLDB_ENABLE_LZMA=OFF -DLLDB_ENABLE_LUA=OFF -DLLDB_INCLUDE_TESTS=OFF -DCMAKE_BUILD_WITH_INSTALL_NAME_DIR=ON ${lib.optionalString stdenv.isDarwin '' -DLLDB_USE_SYSTEM_DEBUGSERVER=ON ''} -DLibEdit_INCLUDE_DIRS=${libedit.dev}/include -DLibEdit_LIBRARIES=${libedit}/lib/libedit${stdenv.hostPlatform.extensions.sharedLibrary} -DCURSES_INCLUDE_DIRS=${if stdenv.isDarwin then "/var/empty" else ncurses.dev}/include -DCURSES_LIBRARIES=${ncurses}/lib/libncurses${stdenv.hostPlatform.extensions.sharedLibrary} -DPANEL_LIBRARIES=${ncurses}/lib/libpanel${stdenv.hostPlatform.extensions.sharedLibrary} "; buildProject lldb llvm-project/lldb ${lib.optionalString stdenv.isDarwin '' # Need to do a standalone build of concurrency for Darwin back deployment. # Based on: utils/swift_build_support/swift_build_support/products/backdeployconcurrency.py cmakeFlags=" -GNinja -DCMAKE_Swift_COMPILER=$SWIFT_BUILD_ROOT/swift/bin/swiftc -DSWIFT_PATH_TO_SWIFT_SYNTAX_SOURCE=$SWIFT_SOURCE_ROOT/swift-syntax -DTOOLCHAIN_DIR=/var/empty -DSWIFT_NATIVE_LLVM_TOOLS_PATH=${stdenv.cc}/bin -DSWIFT_NATIVE_CLANG_TOOLS_PATH=${stdenv.cc}/bin -DSWIFT_NATIVE_SWIFT_TOOLS_PATH=$SWIFT_BUILD_ROOT/swift/bin -DCMAKE_CROSSCOMPILING=ON -DBUILD_SWIFT_CONCURRENCY_BACK_DEPLOYMENT_LIBRARIES=ON -DSWIFT_INCLUDE_TOOLS=OFF -DSWIFT_BUILD_STDLIB_EXTRA_TOOLCHAIN_CONTENT=OFF -DSWIFT_BUILD_TEST_SUPPORT_MODULES=OFF -DSWIFT_BUILD_STDLIB=OFF -DSWIFT_BUILD_DYNAMIC_STDLIB=OFF -DSWIFT_BUILD_STATIC_STDLIB=OFF -DSWIFT_BUILD_REMOTE_MIRROR=OFF -DSWIFT_BUILD_SDK_OVERLAY=OFF -DSWIFT_BUILD_DYNAMIC_SDK_OVERLAY=OFF -DSWIFT_BUILD_STATIC_SDK_OVERLAY=OFF -DSWIFT_INCLUDE_TESTS=OFF -DSWIFT_BUILD_PERF_TESTSUITE=OFF -DSWIFT_HOST_VARIANT_ARCH=${swiftArch} -DBUILD_STANDALONE=ON -DSWIFT_INSTALL_COMPONENTS=back-deployment -DSWIFT_SDKS=${{ "macos" = "OSX"; "ios" = "IOS"; #IOS_SIMULATOR #TVOS #TVOS_SIMULATOR #WATCHOS #WATCHOS_SIMULATOR }.${targetPlatform.darwinPlatform}} -DLLVM_DIR=$SWIFT_BUILD_ROOT/llvm/lib/cmake/llvm -DSWIFT_DEST_ROOT=$out -DSWIFT_HOST_VARIANT_SDK=OSX -DSWIFT_DARWIN_DEPLOYMENT_VERSION_OSX=10.15 -DSWIFT_DARWIN_DEPLOYMENT_VERSION_IOS=13.0 -DSWIFT_DARWIN_DEPLOYMENT_VERSION_MACCATALYST=13.0 -DSWIFT_DARWIN_DEPLOYMENT_VERSION_TVOS=13.0 -DSWIFT_DARWIN_DEPLOYMENT_VERSION_WATCHOS=6.0 " # This depends on the special Clang build specific to the Swift branch. # We also need to call a specific Ninja target. export CC=$SWIFT_BUILD_ROOT/llvm/bin/clang export CXX=$SWIFT_BUILD_ROOT/llvm/bin/clang++ ninjaFlags="back-deployment" buildProject swift-concurrency-backdeploy swift export CC=$NIX_CC/bin/clang export CXX=$NIX_CC/bin/clang++ unset ninjaFlags ''} ''; # TODO: ~50 failing tests on x86_64-linux. Other platforms not checked. doCheck = false; nativeCheckInputs = [ file ]; # TODO: consider using stress-tester and integration-test. checkPhase = '' cd $SWIFT_BUILD_ROOT/swift checkTarget=check-swift-all ninjaCheckPhase unset checkTarget ''; installPhase = '' # Undo the clang and swift wrapping we did for the build. # (This happened via patches to cmake files.) cd $SWIFT_BUILD_ROOT mv llvm/bin/clang-15{-unwrapped,} mv swift/bin/swift-frontend{-unwrapped,} mkdir $out $lib # Install clang binaries only. We hide these with the wrapper, so they are # for private use by Swift only. cd $SWIFT_BUILD_ROOT/llvm installTargets=install-clang ninjaInstallPhase unset installTargets # LLDB is also a private install. cd $SWIFT_BUILD_ROOT/lldb ninjaInstallPhase cd $SWIFT_BUILD_ROOT/swift ninjaInstallPhase ${lib.optionalString stdenv.isDarwin '' cd $SWIFT_BUILD_ROOT/swift-concurrency-backdeploy installTargets=install-back-deployment ninjaInstallPhase unset installTargets ''} # Separate $lib output here, because specific logic follows. # Only move the dynamic run-time parts, to keep $lib small. Every Swift # build will depend on it. moveToOutput "lib/swift" "$lib" moveToOutput "lib/libswiftDemangle.*" "$lib" # This link is here because various tools (swiftpm) check for stdlib # relative to the swift compiler. It's fine if this is for build-time # stuff, but we should patch all cases were it would end up in an output. ln -s $lib/lib/swift $out/lib/swift # Swift has a separate resource root from Clang, but locates the Clang # resource root via subdir or symlink. Provide a default here, but we also # patch Swift to prefer NIX_CC if set. # # NOTE: We don't symlink directly here, because that'd add a run-time dep # on the full Clang compiler to every Swift executable. The copy here is # just copying the 3 symlinks inside to smaller closures. mkdir $lib/lib/swift/clang cp -P ${clang}/resource-root/* $lib/lib/swift/clang/ ${lib.optionalString stdenv.isDarwin '' # Install required library for ObjC interop. # TODO: Is there no source code for this available? cp -r ${CLTools_Executables}/usr/lib/arc $out/lib/arc ''} ''; preFixup = lib.optionalString stdenv.isLinux '' # This is cheesy, but helps the patchelf hook remove /build from RPATH. cd $SWIFT_BUILD_ROOT/.. mv build buildx ''; postFixup = lib.optionalString stdenv.isDarwin '' # These libraries need to use the system install name. The official SDK # does the same (as opposed to using rpath). Presumably, they are part of # the stable ABI. Not using the system libraries at run-time is known to # cause ObjC class conflicts and segfaults. declare -A systemLibs=( [libswiftCore.dylib]=1 [libswiftDarwin.dylib]=1 [libswiftSwiftOnoneSupport.dylib]=1 [libswift_Concurrency.dylib]=1 ) for systemLib in "''${!systemLibs[@]}"; do install_name_tool -id /usr/lib/swift/$systemLib $lib/${swiftLibSubdir}/$systemLib done for file in $out/bin/swift-frontend $lib/${swiftLibSubdir}/*.dylib; do changeArgs="" for dylib in $(otool -L $file | awk '{ print $1 }'); do if [[ ''${systemLibs["$(basename $dylib)"]} ]]; then changeArgs+=" -change $dylib /usr/lib/swift/$(basename $dylib)" elif [[ "$dylib" = */bootstrapping1/* ]]; then changeArgs+=" -change $dylib $lib/lib/swift/$(basename $dylib)" fi done if [[ -n "$changeArgs" ]]; then install_name_tool $changeArgs $file fi done wrapProgram $out/bin/swift-frontend \ --prefix PATH : ${lib.makeBinPath runtimeDeps} ''; passthru = { inherit swiftOs swiftArch swiftModuleSubdir swiftLibSubdir swiftStaticModuleSubdir swiftStaticLibSubdir; # Internal attr for the wrapper. _wrapperParams = wrapperParams; }; meta = { description = "The Swift Programming Language"; homepage = "https://github.com/apple/swift"; maintainers = with lib.maintainers; [ dtzWill trepetti dduan trundle stephank ]; license = lib.licenses.asl20; platforms = with lib.platforms; linux ++ darwin; # Swift doesn't support 32-bit Linux, unknown on other platforms. badPlatforms = lib.platforms.i686; timeout = 86400; # 24 hours. }; } [result] Failed to update swiftPackages.swift-unwrapped 5.8 -> 5.10-RELEASE https://github.com/apple/swift/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.qiskit-finance, using log file: /var/log/nixpkgs-update/python311Packages.qiskit-finance/2024-03-16.log python311Packages.qiskit-finance 0 -> 1 attrpath: python311Packages.qiskit-finance Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/w3jgzr3yqhghn39i96wdnp09lr1s4h9g-packages.json.drv building '/nix/store/w3jgzr3yqhghn39i96wdnp09lr1s4h9g-packages.json.drv'... Going to be running update for following packages: - python3.11-qiskit-finance-0.4.0 Press Enter key to continue... Running update for: - python3.11-qiskit-finance-0.4.0: UPDATING ... - python3.11-qiskit-finance-0.4.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/qiskit-finance/default.nix b/pkgs/development/python-modules/qiskit-finance/default.nix index 115a3dd9e5fc..62584bb17165 100644 --- a/pkgs/development/python-modules/qiskit-finance/default.nix +++ b/pkgs/development/python-modules/qiskit-finance/default.nix @@ -26,7 +26,7 @@ buildPythonPackage rec { pname = "qiskit-finance"; - version = "0.4.0"; + version = "0.4.1"; pyproject = true; disabled = pythonOlder "3.6"; @@ -35,7 +35,7 @@ buildPythonPackage rec { owner = "qiskit"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-V0o3U2Tn8OXTe2n84tqAhQql4sQ3UBZ8bLNt8S9Iz9w="; + hash = "sha256-zYhYhojCzlENzgYSenwewjeVHUBX2X6eQbbzc9znBsk="; }; postPatch = '' No auto update branch exists Old version 0.4.0" not present in staging derivation file with contents: { lib , pythonOlder , buildPythonPackage , fetchFromGitHub # build-system , setuptools # Python Inputs , fastdtw , numpy , pandas , psutil , qiskit-terra , qiskit-optimization , scikit-learn , scipy , quandl , yfinance # Check Inputs , pytestCheckHook , ddt , pytest-timeout , qiskit-aer }: buildPythonPackage rec { pname = "qiskit-finance"; version = "0.4.1"; pyproject = true; disabled = pythonOlder "3.6"; src = fetchFromGitHub { owner = "qiskit"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-zYhYhojCzlENzgYSenwewjeVHUBX2X6eQbbzc9znBsk="; }; postPatch = '' substituteInPlace requirements.txt --replace "pandas<1.4.0" "pandas" ''; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ fastdtw numpy pandas psutil qiskit-terra qiskit-optimization quandl scikit-learn scipy yfinance ]; nativeCheckInputs = [ pytestCheckHook pytest-timeout ddt qiskit-aer ]; pythonImportsCheck = [ "qiskit_finance" ]; disabledTests = [ # Fail due to approximation error, ~1-2% "test_application" # Tests fail b/c require internet connection. Stalls tests if enabled. "test_exchangedata" "test_yahoo" "test_wikipedia" ]; pytestFlagsArray = [ "--durations=10" ]; meta = with lib; { description = "Software for developing quantum computing programs"; homepage = "https://qiskit.org"; downloadPage = "https://github.com/QISKit/qiskit-optimization/releases"; changelog = "https://qiskit.org/documentation/release_notes.html"; license = licenses.asl20; maintainers = with maintainers; [ drewrisinger ]; }; } [result] Failed to update python311Packages.qiskit-finance 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mpremote, using log file: /var/log/nixpkgs-update/mpremote/2024-03-16.log mpremote 0 -> 1 attrpath: mpremote Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ri49fdb9sn4l50gsci7dv0n8n8hvhxid-packages.json.drv building '/nix/store/ri49fdb9sn4l50gsci7dv0n8n8hvhxid-packages.json.drv'... Going to be running update for following packages: - mpremote-1.22.2 Press Enter key to continue... Running update for: - mpremote-1.22.2: UPDATING ... - mpremote-1.22.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update mpremote 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pytest-subtesthack, using log file: /var/log/nixpkgs-update/python311Packages.pytest-subtesthack/2024-03-16.log python311Packages.pytest-subtesthack 0 -> 1 attrpath: python311Packages.pytest-subtesthack Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6hkqhrkmr8y1dbw1z9xnwx6clxr93npl-packages.json.drv building '/nix/store/6hkqhrkmr8y1dbw1z9xnwx6clxr93npl-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-subtesthack-0.2.0 Press Enter key to continue... Running update for: - python3.11-pytest-subtesthack-0.2.0: UPDATING ... - python3.11-pytest-subtesthack-0.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-subtesthack 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libpromhttp, using log file: /var/log/nixpkgs-update/libpromhttp/2024-03-16.log libpromhttp 0.1.1 -> 0.1.3 https://github.com/digitalocean/prometheus-client-c/releases attrpath: libpromhttp 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 libpromhttp 0.1.1 -> 0.1.3 https://github.com/digitalocean/prometheus-client-c/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.markdown-it-py, using log file: /var/log/nixpkgs-update/python311Packages.markdown-it-py/2024-03-16.log python311Packages.markdown-it-py 0 -> 1 attrpath: python311Packages.markdown-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/zsqx54w4vbcr0cqmxfl4kzmpmrsm1nid-packages.json.drv building '/nix/store/zsqx54w4vbcr0cqmxfl4kzmpmrsm1nid-packages.json.drv'... Going to be running update for following packages: - python3.11-markdown-it-py-3.0.0 Press Enter key to continue... Running update for: - python3.11-markdown-it-py-3.0.0: UPDATING ... - python3.11-markdown-it-py-3.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.markdown-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 xmldiff, using log file: /var/log/nixpkgs-update/xmldiff/2024-03-16.log xmldiff 0 -> 1 attrpath: xmldiff Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9byir1g3540fjfnmf0lnyvzjczl9hsg5-packages.json.drv building '/nix/store/9byir1g3540fjfnmf0lnyvzjczl9hsg5-packages.json.drv'... Going to be running update for following packages: - xmldiff-2.6.3 Press Enter key to continue... Running update for: - xmldiff-2.6.3: UPDATING ... - xmldiff-2.6.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update xmldiff 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.parse, using log file: /var/log/nixpkgs-update/python311Packages.parse/2024-03-16.log python311Packages.parse 0 -> 1 attrpath: python311Packages.parse Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/r5srcn67n10f4cisg3ba8z272jl0kadj-packages.json.drv building '/nix/store/r5srcn67n10f4cisg3ba8z272jl0kadj-packages.json.drv'... Going to be running update for following packages: - python3.11-parse-1.20.0 Press Enter key to continue... Running update for: - python3.11-parse-1.20.0: UPDATING ... - python3.11-parse-1.20.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/parse/default.nix b/pkgs/development/python-modules/parse/default.nix index 9c6272e94a5c..b1aa2baedfac 100644 --- a/pkgs/development/python-modules/parse/default.nix +++ b/pkgs/development/python-modules/parse/default.nix @@ -5,14 +5,14 @@ }: buildPythonPackage rec { pname = "parse"; - version = "1.20.0"; + version = "1.20.1"; format = "pyproject"; src = fetchFromGitHub { owner = "r1chardj0n3s"; repo = "parse"; rev = "refs/tags/${version}"; - hash = "sha256-InYOgqTvMvQ/HWIa0WrJ4M2LL4LL87KwBst8yYnt3dk="; + hash = "sha256-FAAs39peR+Ibv0RKLrcnY2w0Z2EjVYyZ8U4HcbjTiew="; }; postPatch = '' No auto update branch exists Old version 1.20.0" not present in staging derivation file with contents: { lib, fetchFromGitHub , buildPythonPackage , setuptools , pytestCheckHook }: buildPythonPackage rec { pname = "parse"; version = "1.20.1"; format = "pyproject"; src = fetchFromGitHub { owner = "r1chardj0n3s"; repo = "parse"; rev = "refs/tags/${version}"; hash = "sha256-FAAs39peR+Ibv0RKLrcnY2w0Z2EjVYyZ8U4HcbjTiew="; }; postPatch = '' rm .pytest.ini ''; nativeBuildInputs = [ setuptools ]; nativeCheckInputs = [ pytestCheckHook ]; meta = with lib; { homepage = "https://github.com/r1chardj0n3s/parse"; description = "parse() is the opposite of format()"; license = licenses.bsdOriginal; maintainers = with maintainers; [ alunduil ]; }; } [result] Failed to update python311Packages.parse 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.uarray, using log file: /var/log/nixpkgs-update/python311Packages.uarray/2024-03-16.log python311Packages.uarray 0 -> 1 attrpath: python311Packages.uarray 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/gwwb986klyzj204aq6gk00vvv3lcajfc-packages.json.drv building '/nix/store/gwwb986klyzj204aq6gk00vvv3lcajfc-packages.json.drv'... Going to be running update for following packages: - python3.11-uarray-0.8.2 Press Enter key to continue... Running update for: - python3.11-uarray-0.8.2: UPDATING ... - python3.11-uarray-0.8.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.uarray 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath amazon-ssm-agent, using log file: /var/log/nixpkgs-update/amazon-ssm-agent/2024-03-16.log amazon-ssm-agent 0 -> 1 attrpath: amazon-ssm-agent 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/liy64lpcy5n8csjilaav8ffml58q2pw9-packages.json.drv building '/nix/store/liy64lpcy5n8csjilaav8ffml58q2pw9-packages.json.drv'... Going to be running update for following packages: - amazon-ssm-agent-3.3.40.0 Press Enter key to continue... Running update for: - amazon-ssm-agent-3.3.40.0: UPDATING ... - amazon-ssm-agent-3.3.40.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/by-name/am/amazon-ssm-agent/package.nix b/pkgs/by-name/am/amazon-ssm-agent/package.nix index 147c811701e0..a4b76495c2ed 100644 --- a/pkgs/by-name/am/amazon-ssm-agent/package.nix +++ b/pkgs/by-name/am/amazon-ssm-agent/package.nix @@ -42,13 +42,13 @@ let in buildGoModule rec { pname = "amazon-ssm-agent"; - version = "3.3.40.0"; + version = "3.3.131.0"; src = fetchFromGitHub { owner = "aws"; repo = "amazon-ssm-agent"; rev = "refs/tags/${version}"; - hash = "sha256-o1THIj0QAafqhbFoZKVZXWiAEcaYB+xP5Y2e45D/6Xg="; + hash = "sha256-fYFY5HQcArSDdh1qtIo4OzeLt+mIlbwlSr4O1py3MAk="; }; vendorHash = null; An auto update branch exists with message `amazon-ssm-agent: 3.3.40.0 -> 3.3.131.0`. New version is 3.3.131.0. An auto update branch exists with an equal or greater version [result] Failed to update amazon-ssm-agent 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath textadept, using log file: /var/log/nixpkgs-update/textadept/2024-03-16.log textadept 12.1 -> 12.3 https://github.com/orbitalquark/textadept/releases attrpath: textadept Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/editors/textadept/default.nix b/pkgs/applications/editors/textadept/default.nix index 536f2cd11009..e601352197c6 100644 --- a/pkgs/applications/editors/textadept/default.nix +++ b/pkgs/applications/editors/textadept/default.nix @@ -3,7 +3,7 @@ , withCurses ? false, ncurses }: stdenv.mkDerivation rec { - version = "12.1"; + version = "12.3"; pname = "textadept"; src = fetchFromGitHub { @@ -11,7 +11,7 @@ stdenv.mkDerivation rec { owner = "orbitalquark"; repo = "textadept"; rev = "textadept_${version}"; - sha256 = "sha256-ce7U/GR/4zkjnRN3fx3FLecc9vuvFqCONy275SWnpNc="; + sha256 = "sha256-35jQfu2zpgGev+9Xon+S4aD0lPWNXNeBfNvtmtzrpMc="; }; nativeBuildInputs = [ cmake ] [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A textadept nix build failed. --- LOG END --- error: downloading 'https://www.scintilla.org/scintilla541.tgz' failed status_code: 6 status_string: "Couldn't resolve host name" log: --- LOG BEGIN --- Could not resolve host: www.scintilla.org Closing connection --- LOG END --- make[2]: *** [CMakeFiles/scintilla-populate.dir/build.make:100: scintilla-populate-prefix/src/scintilla-populate-stamp/scintilla-populate-download] Error 1 make[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/scintilla-populate.dir/all] Error 2 make: *** [Makefile:91: all] Error 2 CMake Error at /nix/store/9walp7knvqvmnpp9pqwjsdpnx2524ack-cmake-3.28.3/share/cmake-3.28/Modules/FetchContent.cmake:1679 (message): Build step for scintilla failed: 2 Call Stack (most recent call first): /nix/store/9walp7knvqvmnpp9pqwjsdpnx2524ack-cmake-3.28.3/share/cmake-3.28/Modules/FetchContent.cmake:1819:EVAL:2 (__FetchContent_directPopulate) /nix/store/9walp7knvqvmnpp9pqwjsdpnx2524ack-cmake-3.28.3/share/cmake-3.28/Modules/FetchContent.cmake:1819 (cmake_language) /nix/store/9walp7knvqvmnpp9pqwjsdpnx2524ack-cmake-3.28.3/share/cmake-3.28/Modules/FetchContent.cmake:2033 (FetchContent_Populate) CMakeLists.txt:80 (FetchContent_MakeAvailable)  -- Configuring incomplete, errors occurred! [result] Failed to update textadept 12.1 -> 12.3 https://github.com/orbitalquark/textadept/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cmake-format, using log file: /var/log/nixpkgs-update/cmake-format/2024-03-16.log cmake-format 0 -> 1 attrpath: cmake-format Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/yyx1l2sn8drq4f4qy09vlnzfn011mrz1-packages.json.drv building '/nix/store/yyx1l2sn8drq4f4qy09vlnzfn011mrz1-packages.json.drv'... Going to be running update for following packages: - cmake-format-0.6.13 Press Enter key to continue... Running update for: - cmake-format-0.6.13: UPDATING ... - cmake-format-0.6.13: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update cmake-format 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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_database, using log file: /var/log/nixpkgs-update/rPackages.paws_database/2024-03-16.log rPackages.paws_database 0.4.0 -> 0.5.0 https://repology.org/project/r:paws.database/versions attrpath: rPackages.paws_database 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_database 0.4.0 -> 0.5.0 https://repology.org/project/r:paws.database/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath crystal_1_2, using log file: /var/log/nixpkgs-update/crystal_1_2/2024-03-16.log crystal_1_2 1.2.2 -> 1.11.2 https://github.com/crystal-lang/crystal/releases attrpath: crystal_1_2 Checking auto update branch... No auto update branch exists Version in attr path crystal_1_2 not compatible with 1.11.2 [result] Failed to update crystal_1_2 1.2.2 -> 1.11.2 https://github.com/crystal-lang/crystal/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath notary, using log file: /var/log/nixpkgs-update/notary/2024-03-16.log notary 0.6.1 -> 0.7.0 https://repology.org/project/notary/versions attrpath: notary Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/tools/security/notary/default.nix b/pkgs/tools/security/notary/default.nix index ab6ec0b16818..6aecd04e2467 100644 --- a/pkgs/tools/security/notary/default.nix +++ b/pkgs/tools/security/notary/default.nix @@ -2,14 +2,14 @@ buildGoPackage rec { pname = "notary"; - version = "0.6.1"; + version = "0.7.0"; gitcommit = "d6e1431f"; src = fetchFromGitHub { owner = "theupdateframework"; repo = "notary"; rev = "v${version}"; - sha256 = "1ak9dk6vjny5069hp3w36dbjawcnaq82l3i2qvf7mn7zfglbsnf9"; + sha256 = "sha256-jTf9CwyUgDWY2lmi+6HWOOc4rNWfNke0CfL3VEbHRVY="; }; patches = [ ./no-git-usage.patch ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A notary nix build failed. got build log for 'notary' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/lkmvc9h3r61i6h6ajiaa88dz5bmqgrlx-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/8vwv2bl46qpf9k5cc7pn4argl4ym4a70-no-git-usage.patch patching file Makefile Hunk #1 succeeded at 7 (offset 2 lines). @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase pkcs11 import was not found anywhere without a build tag, yay + /build/go/src/github.com/theupdateframework/notary/bin/notary + client @nix { "action": "setPhase", "phase": "installPhase" } Running phase: installPhase @nix { "action": "setPhase", "phase": "fixupPhase" } Running phase: fixupPhase shrinking RPATHs of ELF executables and libraries in /nix/store/hdj1h36lj3bpdij1qvwp8ll5vn6gzhjr-notary-0.7.0 shrinking /nix/store/hdj1h36lj3bpdij1qvwp8ll5vn6gzhjr-notary-0.7.0/bin/notary checking for references to /build/ in /nix/store/hdj1h36lj3bpdij1qvwp8ll5vn6gzhjr-notary-0.7.0... patching script interpreter paths in /nix/store/hdj1h36lj3bpdij1qvwp8ll5vn6gzhjr-notary-0.7.0 stripping (with command strip and flags -S -p) in /nix/store/hdj1h36lj3bpdij1qvwp8ll5vn6gzhjr-notary-0.7.0/bin [result] Failed to update notary 0.6.1 -> 0.7.0 https://repology.org/project/notary/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.gpt-2-simple, using log file: /var/log/nixpkgs-update/python311Packages.gpt-2-simple/2024-03-16.log python311Packages.gpt-2-simple 0 -> 1 attrpath: python311Packages.gpt-2-simple Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/00f27av9fgnqwd3my5h9xrjl1n4ils8h-packages.json.drv building '/nix/store/00f27av9fgnqwd3my5h9xrjl1n4ils8h-packages.json.drv'... Going to be running update for following packages: - python3.11-gpt-2-simple-0.8.1 Press Enter key to continue... Running update for: - python3.11-gpt-2-simple-0.8.1: UPDATING ... - python3.11-gpt-2-simple-0.8.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.gpt-2-simple 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath asciinema, using log file: /var/log/nixpkgs-update/asciinema/2024-03-16.log asciinema 0 -> 1 attrpath: asciinema Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lfm93ry6j8dminj9is61rbgc4vk39dy7-packages.json.drv building '/nix/store/lfm93ry6j8dminj9is61rbgc4vk39dy7-packages.json.drv'... cannot link '/nix/store/.links/1y90j3607cjyfxnb0p1hddykn54jv5ph2snknyi1cc94fs54h6am' to '/nix/store/18yxcrc99fwnw1j6wbjjg4dn109apywa-packages.json': No space left on device Going to be running update for following packages: - asciinema-2.4.0 Press Enter key to continue... Running update for: - asciinema-2.4.0: UPDATING ... - asciinema-2.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update asciinema 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pantheon.wingpanel-indicator-sound, using log file: /var/log/nixpkgs-update/pantheon.wingpanel-indicator-sound/2024-03-16.log pantheon.wingpanel-indicator-sound 0 -> 1 attrpath: pantheon.wingpanel-indicator-sound Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4pn37md0dhqr22iwvrv1d3fng1bgyk68-packages.json.drv building '/nix/store/4pn37md0dhqr22iwvrv1d3fng1bgyk68-packages.json.drv'... Going to be running update for following packages: - wingpanel-indicator-sound-7.0.0 Press Enter key to continue... Running update for: - wingpanel-indicator-sound-7.0.0: UPDATING ... - wingpanel-indicator-sound-7.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.wingpanel-indicator-sound 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.preprocess-cancellation, using log file: /var/log/nixpkgs-update/python311Packages.preprocess-cancellation/2024-03-16.log python311Packages.preprocess-cancellation 0 -> 1 attrpath: python311Packages.preprocess-cancellation Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/i1n2c7xbxfcnr9sb9m3jys6nil2cylcp-packages.json.drv building '/nix/store/i1n2c7xbxfcnr9sb9m3jys6nil2cylcp-packages.json.drv'... Going to be running update for following packages: - python3.11-preprocess-cancellation-0.2.0 Press Enter key to continue... Running update for: - python3.11-preprocess-cancellation-0.2.0: UPDATING ... - python3.11-preprocess-cancellation-0.2.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/preprocess-cancellation/default.nix b/pkgs/development/python-modules/preprocess-cancellation/default.nix index dc571f076fe3..d8f60c653ddc 100644 --- a/pkgs/development/python-modules/preprocess-cancellation/default.nix +++ b/pkgs/development/python-modules/preprocess-cancellation/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "preprocess-cancellation"; - version = "0.2.0"; + version = "0.2.1"; disabled = pythonOlder "3.6"; # >= 3.6 format = "pyproject"; @@ -18,8 +18,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "kageurufu"; repo = "cancelobject-preprocessor"; - rev = version; - hash = "sha256-mn3/etXA5dkL+IsyxwD4/XjU/t4/roYFVyqQxlLOoOI="; + rev = "refs/tags/${version}"; + hash = "sha256-MJ4mwOFswLYHhg2LNZ+/ZwDvSjoxElVxlaWjArHV2NY="; }; patches = [ No auto update branch exists Old version 0.2.0" not present in staging derivation file with contents: { lib , buildPythonPackage , pythonOlder , fetchFromGitHub , poetry-core , setuptools , shapely , pytestCheckHook }: buildPythonPackage rec { pname = "preprocess-cancellation"; version = "0.2.1"; disabled = pythonOlder "3.6"; # >= 3.6 format = "pyproject"; # No tests in PyPI src = fetchFromGitHub { owner = "kageurufu"; repo = "cancelobject-preprocessor"; rev = "refs/tags/${version}"; hash = "sha256-MJ4mwOFswLYHhg2LNZ+/ZwDvSjoxElVxlaWjArHV2NY="; }; patches = [ ./pep-621.patch ]; postPatch = '' sed -i "/^addopts/d" pyproject.toml # setuptools 61 compatibility # error: Multiple top-level packages discovered in a flat-layout: ['STLs', 'GCode']. mkdir tests mv GCode STLs test_* tests substituteInPlace tests/test_preprocessor.py \ --replace "./GCode" "./tests/GCode" substituteInPlace tests/test_preprocessor_with_shapely.py \ --replace "./GCode" "./tests/GCode" ''; nativeBuildInputs = [ poetry-core setuptools ]; propagatedBuildInputs = [ shapely ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "preprocess_cancellation" ]; meta = with lib; { description = "Klipper GCode Preprocessor for Object Cancellation"; homepage = "https://github.com/kageurufu/cancelobject-preprocessor"; license = licenses.gpl3Only; maintainers = with maintainers; [ zhaofengli ]; }; } [result] Failed to update python311Packages.preprocess-cancellation 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath i3minator, using log file: /var/log/nixpkgs-update/i3minator/2024-03-16.log i3minator 0 -> 1 attrpath: i3minator Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/anhffmzqh27mp67m31az93x6qjrx9zxj-packages.json.drv building '/nix/store/anhffmzqh27mp67m31az93x6qjrx9zxj-packages.json.drv'... Going to be running update for following packages: - i3minator-0.0.4 Press Enter key to continue... Running update for: - i3minator-0.0.4: UPDATING ... - i3minator-0.0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update i3minator 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.vowpalwabbit, using log file: /var/log/nixpkgs-update/python311Packages.vowpalwabbit/2024-03-16.log python311Packages.vowpalwabbit 0 -> 1 attrpath: python311Packages.vowpalwabbit Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/42znpzlajgkg69z5n4wy6y5k0q1ln149-packages.json.drv building '/nix/store/42znpzlajgkg69z5n4wy6y5k0q1ln149-packages.json.drv'... Going to be running update for following packages: - python3.11-vowpalwabbit-9.9.0 Press Enter key to continue... Running update for: - python3.11-vowpalwabbit-9.9.0: UPDATING ... - python3.11-vowpalwabbit-9.9.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.vowpalwabbit 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.kasa-crypt, using log file: /var/log/nixpkgs-update/python311Packages.kasa-crypt/2024-03-16.log python311Packages.kasa-crypt 0 -> 1 attrpath: python311Packages.kasa-crypt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/miwfssm7j0brm5f36vr5zgglsfcavxip-packages.json.drv building '/nix/store/miwfssm7j0brm5f36vr5zgglsfcavxip-packages.json.drv'... Going to be running update for following packages: - python3.11-kasa-crypt-0.4.1 Press Enter key to continue... Running update for: - python3.11-kasa-crypt-0.4.1: UPDATING ... - python3.11-kasa-crypt-0.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.kasa-crypt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath terraform-compliance, using log file: /var/log/nixpkgs-update/terraform-compliance/2024-03-16.log terraform-compliance 0 -> 1 attrpath: terraform-compliance Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rv857fcj6av7piph34nwm3va3avhzb36-packages.json.drv building '/nix/store/rv857fcj6av7piph34nwm3va3avhzb36-packages.json.drv'... Going to be running update for following packages: - terraform-compliance-1.3.47 Press Enter key to continue... Running update for: - terraform-compliance-1.3.47: UPDATING ... - terraform-compliance-1.3.47: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update terraform-compliance 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cb2bib, using log file: /var/log/nixpkgs-update/cb2bib/2024-03-16.log cb2bib 2.0.0 -> 2.0.1 https://repology.org/project/cb2bib/versions attrpath: cb2bib Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/office/cb2bib/default.nix b/pkgs/applications/office/cb2bib/default.nix index 331e6a7c3a26..d437919e2dde 100644 --- a/pkgs/applications/office/cb2bib/default.nix +++ b/pkgs/applications/office/cb2bib/default.nix @@ -2,10 +2,10 @@ stdenv.mkDerivation rec { pname = "cb2bib"; - version = "2.0.0"; + version = "2.0.1"; src = fetchurl { url = "https://www.molspaces.com/dl/progs/${pname}-${version}.tar.gz"; - sha256 = "0gv7cnxi84lr6d5y71pd67h0ilmf5c88j1jxgyn9dvj19smrv99h"; + sha256 = "sha256-c/XDIkV33KHW/83iOvznB2zkw/9dyrfV0lz3YVVi8Cc="; }; buildInputs = [ qtbase qtwebkit qtx11extras lzo libX11 ]; nativeBuildInputs = [ qmake wrapQtAppsHook ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A cb2bib Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . cb2bib Standard output: error: … while calling the 'derivationStrict' builtin at /builtin/derivation.nix:9:12: (source not available) … while evaluating derivation 'cb2bib-2.0.1' whose name attribute is located at /var/cache/nixpkgs-update/worker/worktree/cb2bib/pkgs/stdenv/generic/make-derivation.nix:331:7 … while evaluating attribute 'buildInputs' of derivation 'cb2bib-2.0.1' at /var/cache/nixpkgs-update/worker/worktree/cb2bib/pkgs/stdenv/generic/make-derivation.nix:378:7: 377| depsHostHost = elemAt (elemAt dependencies 1) 0; 378| buildInputs = elemAt (elemAt dependencies 1) 1; | ^ 379| depsTargetTarget = elemAt (elemAt dependencies 2) 0; error: Package ‘qtwebkit-5.212.0-alpha4’ in /var/cache/nixpkgs-update/worker/worktree/cb2bib/pkgs/development/libraries/qt-5/qtModule.nix:89 is marked as insecure, refusing to evaluate. Known issues: - QtWebkit upstream is unmaintained and receives no security updates, see https://blogs.gnome.org/mcatanzaro/2022/11/04/stop-using-qtwebkit/ 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 ‘qtwebkit-5.212.0-alpha4’ to `nixpkgs.config.permittedInsecurePackages` in the configuration.nix, like so: { nixpkgs.config.permittedInsecurePackages = [ "qtwebkit-5.212.0-alpha4" ]; } c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add ‘qtwebkit-5.212.0-alpha4’ to `permittedInsecurePackages` in ~/.config/nixpkgs/config.nix, like so: { permittedInsecurePackages = [ "qtwebkit-5.212.0-alpha4" ]; } [result] Failed to update cb2bib 2.0.0 -> 2.0.1 https://repology.org/project/cb2bib/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.rerun-sdk, using log file: /var/log/nixpkgs-update/python311Packages.rerun-sdk/2024-03-16.log python311Packages.rerun-sdk 0 -> 1 attrpath: python311Packages.rerun-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/4jzh594b83364v7gz7n8vkv0cin7n0jr-packages.json.drv building '/nix/store/4jzh594b83364v7gz7n8vkv0cin7n0jr-packages.json.drv'... Going to be running update for following packages: - python3.11-rerun-sdk-0.13.0 Press Enter key to continue... Running update for: - python3.11-rerun-sdk-0.13.0: UPDATING ... - python3.11-rerun-sdk-0.13.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.rerun-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 argparse-manpage, using log file: /var/log/nixpkgs-update/argparse-manpage/2024-03-16.log argparse-manpage 0 -> 1 attrpath: argparse-manpage Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/12vv3d2d4lx41m6k8dyrcm685h3iy1fj-packages.json.drv building '/nix/store/12vv3d2d4lx41m6k8dyrcm685h3iy1fj-packages.json.drv'... Going to be running update for following packages: - argparse-manpage-4.5 Press Enter key to continue... Running update for: - argparse-manpage-4.5: UPDATING ... - argparse-manpage-4.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update argparse-manpage 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.modelsummary, using log file: /var/log/nixpkgs-update/rPackages.modelsummary/2024-03-16.log rPackages.modelsummary 1.4.3 -> 1.4.5 https://repology.org/project/r:modelsummary/versions attrpath: rPackages.modelsummary Checking auto update branch... No auto update branch exists Old version 1.4.3" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.modelsummary 1.4.3 -> 1.4.5 https://repology.org/project/r:modelsummary/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.conquestr, using log file: /var/log/nixpkgs-update/rPackages.conquestr/2024-03-16.log rPackages.conquestr 1.1.1 -> 1.3.0 https://repology.org/project/r:conquestr/versions attrpath: rPackages.conquestr 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.conquestr 1.1.1 -> 1.3.0 https://repology.org/project/r:conquestr/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.plux, using log file: /var/log/nixpkgs-update/python312Packages.plux/2024-03-16.log python312Packages.plux 1.5.0 -> 1.7.0 https://repology.org/project/python:plux/versions attrpath: python312Packages.plux Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pl20ciyifczcj5bv0ay2i63s8nwl7cpp-packages.json.drv building '/nix/store/pl20ciyifczcj5bv0ay2i63s8nwl7cpp-packages.json.drv'... Going to be running update for following packages: - python3.12-plux-1.5.0 Press Enter key to continue... Running update for: - python3.12-plux-1.5.0: UPDATING ... - python3.12-plux-1.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.plux 1.5.0 -> 1.7.0 https://repology.org/project/python:plux/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mariadb, using log file: /var/log/nixpkgs-update/mariadb/2024-03-16.log mariadb 10.11.6 -> 11.3.2 https://repology.org/project/mariadb/versions attrpath: mariadb 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 mariadb 10.11.6 -> 11.3.2 https://repology.org/project/mariadb/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-thumbnailer, using log file: /var/log/nixpkgs-update/go-thumbnailer/2024-03-16.log go-thumbnailer 0 -> 1 attrpath: go-thumbnailer 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/lihdnvd1kg9c1hpbj30ngzl9nafvv5ww-packages.json.drv building '/nix/store/lihdnvd1kg9c1hpbj30ngzl9nafvv5ww-packages.json.drv'... Going to be running update for following packages: - thud-0.3.1 Press Enter key to continue... Running update for: - thud-0.3.1: UPDATING ... - thud-0.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update go-thumbnailer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lxqt.pavucontrol-qt, using log file: /var/log/nixpkgs-update/lxqt.pavucontrol-qt/2024-03-16.log lxqt.pavucontrol-qt 0 -> 1 attrpath: lxqt.pavucontrol-qt Packages for lxqt are currently skipped. [result] Failed to update lxqt.pavucontrol-qt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath openloco, using log file: /var/log/nixpkgs-update/openloco/2024-03-16.log openloco 24.01.1 -> 24.02.1 https://github.com/OpenLoco/OpenLoco/releases attrpath: openloco 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/openloco/default.nix b/pkgs/games/openloco/default.nix index df5b2ca31862..1df0b50b3664 100644 --- a/pkgs/games/openloco/default.nix +++ b/pkgs/games/openloco/default.nix @@ -13,13 +13,13 @@ stdenv.mkDerivation rec { pname = "openloco"; - version = "24.01.1"; + version = "24.02.1"; src = fetchFromGitHub { owner = "OpenLoco"; repo = "OpenLoco"; rev = "v${version}"; - hash = "sha256-QkJmJGObp5irk66SSGTxjydcp3sPaCbxcjcU3XGTVfo="; + hash = "sha256-aHIvKRRChmKNRvhruQ05hDRgd3NDdsmTycccQi788CI="; }; # the upstream build process determines the version tag from git; since we [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A openloco nix build failed. [100%] Building CXX object src/OpenLoco/CMakeFiles/OpenLoco.dir/src/World/Town.cpp.o [100%] Building CXX object src/OpenLoco/CMakeFiles/OpenLoco.dir/src/World/TownManager.cpp.o [100%] Linking CXX executable ../../OpenLoco /nix/store/7an4p4y2fpbpz267x1yvvn1yd6113qjp-binutils-2.41/bin/ld: warning: ../../openloco_text_section.o: missing .note.GNU-stack section implies executable stack /nix/store/7an4p4y2fpbpz267x1yvvn1yd6113qjp-binutils-2.41/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker [100%] Built target OpenLoco buildPhase completed in 38 seconds @nix { "action": "setPhase", "phase": "installPhase" } Running phase: installPhase install flags: -j24 SHELL=/nix/store/5ddbdipx1dyvbxxqhskl2sacwfxq0zik-bash-5.2p26/bin/bash install [ 1%] Built target segfiles [ 2%] Built target Math [ 2%] Built target Utility [ 3%] Built target Core [ 4%] Built target linkable_sections [ 6%] Built target Platform [ 8%] Built target Diagnostics [ 9%] Built target Interop [ 10%] Built target Engine [100%] Built target OpenLoco Install the project... -- Install configuration: "Release" -- Installing: /nix/store/ggdf5z9jadcwnmrbjmjrzkkgvyw08kp8-openloco-24.02.1/bin/OpenLoco -- Installing: /nix/store/ggdf5z9jadcwnmrbjmjrzkkgvyw08kp8-openloco-24.02.1/share/doc/openloco/CHANGELOG.md CMake Error at cmake_install.cmake:95 (file): file INSTALL cannot find "/build/source/DEVELOPMENTLOG.md": No such file or directory.  make: *** [Makefile:100: install] Error 1 [result] Failed to update openloco 24.01.1 -> 24.02.1 https://github.com/OpenLoco/OpenLoco/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.glcontext, using log file: /var/log/nixpkgs-update/python311Packages.glcontext/2024-03-16.log python311Packages.glcontext 0 -> 1 attrpath: python311Packages.glcontext Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] cannot link '/nix/store/.links/0aa7np7zqr4z3zydnwcawa600da7687c8y2asx4yrsad0gvpdl78' to '/nix/store/viapvqkpbxkz5j1lzcvmmjxhaaickicx-packages.json.drv': No space left on device this derivation will be built: /nix/store/viapvqkpbxkz5j1lzcvmmjxhaaickicx-packages.json.drv building '/nix/store/viapvqkpbxkz5j1lzcvmmjxhaaickicx-packages.json.drv'... Going to be running update for following packages: - python3.11-glcontext-2.5.0 Press Enter key to continue... Running update for: - python3.11-glcontext-2.5.0: UPDATING ... - python3.11-glcontext-2.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.glcontext 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath puddletag, using log file: /var/log/nixpkgs-update/puddletag/2024-03-16.log puddletag 0 -> 1 attrpath: puddletag Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8czzz42pchnanviy8ancbcjnnw10l2p9-packages.json.drv building '/nix/store/8czzz42pchnanviy8ancbcjnnw10l2p9-packages.json.drv'... Going to be running update for following packages: - puddletag-2.3.0 Press Enter key to continue... Running update for: - puddletag-2.3.0: UPDATING ... - puddletag-2.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update puddletag 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.requests-mock, using log file: /var/log/nixpkgs-update/python311Packages.requests-mock/2024-03-16.log python311Packages.requests-mock 0 -> 1 attrpath: python311Packages.requests-mock Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1bwmmbnkpyh5sc97l0lw8288w7gk4wr5-packages.json.drv building '/nix/store/1bwmmbnkpyh5sc97l0lw8288w7gk4wr5-packages.json.drv'... Going to be running update for following packages: - python3.11-requests-mock-1.11.0 Press Enter key to continue... Running update for: - python3.11-requests-mock-1.11.0: UPDATING ... - python3.11-requests-mock-1.11.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.requests-mock 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.iterative-telemetry, using log file: /var/log/nixpkgs-update/python311Packages.iterative-telemetry/2024-03-16.log python311Packages.iterative-telemetry 0 -> 1 attrpath: python311Packages.iterative-telemetry Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/g7jhnybaq8bmwkicvv3sf4ln34yd4qb3-packages.json.drv building '/nix/store/g7jhnybaq8bmwkicvv3sf4ln34yd4qb3-packages.json.drv'... Going to be running update for following packages: - python3.11-iterative-telemtry-0.0.8 Press Enter key to continue... Running update for: - python3.11-iterative-telemtry-0.0.8: UPDATING ... - python3.11-iterative-telemtry-0.0.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.iterative-telemetry 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.rtrend, using log file: /var/log/nixpkgs-update/rPackages.rtrend/2024-03-16.log rPackages.rtrend 0.1.4 -> 0.1.5 https://repology.org/project/r:rtrend/versions attrpath: rPackages.rtrend Checking auto update branch... No auto update branch exists Old version 0.1.4" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.rtrend 0.1.4 -> 0.1.5 https://repology.org/project/r:rtrend/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ansi2html, using log file: /var/log/nixpkgs-update/python311Packages.ansi2html/2024-03-16.log python311Packages.ansi2html 1.8.0 -> 1.9.1 https://github.com/ralphbean/ansi2html/releases attrpath: python311Packages.ansi2html 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/vpd1fvq2vjvv34b1z3n1zzq9w2x9jafm-packages.json.drv building '/nix/store/vpd1fvq2vjvv34b1z3n1zzq9w2x9jafm-packages.json.drv'... Going to be running update for following packages: - python3.11-ansi2html-1.8.0 Press Enter key to continue... Running update for: - python3.11-ansi2html-1.8.0: UPDATING ... - python3.11-ansi2html-1.8.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/ansi2html/default.nix b/pkgs/development/python-modules/ansi2html/default.nix index 192ecaf2eab4..af792f6aef49 100644 --- a/pkgs/development/python-modules/ansi2html/default.nix +++ b/pkgs/development/python-modules/ansi2html/default.nix @@ -10,12 +10,12 @@ buildPythonPackage rec { pname = "ansi2html"; - version = "1.8.0"; + version = "1.9.1"; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-OLgqKYSCofomE/D5yb6z23Ko+DLurFjrLke/Ms039tU="; + hash = "sha256-XGg3oT7MGQOqt6VFNTMSBJ3+3+UQU2KtOo2dIHhx7HE="; }; patches = [ No auto update branch exists Old version 1.8.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , pytestCheckHook , setuptools , setuptools-scm , wheel }: buildPythonPackage rec { pname = "ansi2html"; version = "1.9.1"; format = "pyproject"; src = fetchPypi { inherit pname version; hash = "sha256-XGg3oT7MGQOqt6VFNTMSBJ3+3+UQU2KtOo2dIHhx7HE="; }; nativeBuildInputs = [ setuptools setuptools-scm wheel ]; preCheck = "export PATH=$PATH:$out/bin"; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "ansi2html" ]; meta = with lib; { description = "Convert text with ANSI color codes to HTML"; homepage = "https://github.com/ralphbean/ansi2html"; license = licenses.lgpl3Plus; maintainers = with maintainers; [ davidtwco ]; }; } [result] Failed to update python311Packages.ansi2html 1.8.0 -> 1.9.1 https://github.com/ralphbean/ansi2html/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.lightparam, using log file: /var/log/nixpkgs-update/python311Packages.lightparam/2024-03-16.log python311Packages.lightparam 0 -> 1 attrpath: python311Packages.lightparam Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lq8sda35km59cpxnr4rfyx6ksz9shnz7-packages.json.drv building '/nix/store/lq8sda35km59cpxnr4rfyx6ksz9shnz7-packages.json.drv'... Going to be running update for following packages: - python3.11-lightparam-0.4.6 Press Enter key to continue... Running update for: - python3.11-lightparam-0.4.6: UPDATING ... - python3.11-lightparam-0.4.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.lightparam 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyownet, using log file: /var/log/nixpkgs-update/python311Packages.pyownet/2024-03-16.log python311Packages.pyownet 0 -> 1 attrpath: python311Packages.pyownet Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8nn773svkc4vfs5x12n0ya4vh0gfplnl-packages.json.drv building '/nix/store/8nn773svkc4vfs5x12n0ya4vh0gfplnl-packages.json.drv'... Going to be running update for following packages: - python3.11-pyownet-0.10.0.post1 Press Enter key to continue... Running update for: - python3.11-pyownet-0.10.0.post1: UPDATING ... - python3.11-pyownet-0.10.0.post1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyownet 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.hexFinder, using log file: /var/log/nixpkgs-update/rPackages.hexFinder/2024-03-16.log rPackages.hexFinder 0.8.0 -> 0.8.2 https://repology.org/project/r:hexfinder/versions attrpath: rPackages.hexFinder 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.hexFinder 0.8.0 -> 0.8.2 https://repology.org/project/r:hexfinder/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath coq_8_13, using log file: /var/log/nixpkgs-update/coq_8_13/2024-03-16.log coq_8_13 8.13.2 -> 8.19.1 https://github.com/coq/coq/releases attrpath: coq_8_13 Checking auto update branch... No auto update branch exists Version in attr path coq_8_13 not compatible with 8.19.1 [result] Failed to update coq_8_13 8.13.2 -> 8.19.1 https://github.com/coq/coq/releases [options] github_user: r-ryantm, pull_request: 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-mail 5.1.8 -> 5.2.2 https://repology.org/project/electronmail/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-isort, using log file: /var/log/nixpkgs-update/python311Packages.pyls-isort/2024-03-16.log python311Packages.pyls-isort 0 -> 1 attrpath: python311Packages.pyls-isort Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9n2x69yvs6b2bgl5v51xidxi1yvgwhqv-packages.json.drv building '/nix/store/9n2x69yvs6b2bgl5v51xidxi1yvgwhqv-packages.json.drv'... Going to be running update for following packages: - python3.11-pyls-isort-0.2.2 Press Enter key to continue... Running update for: - python3.11-pyls-isort-0.2.2: UPDATING ... - python3.11-pyls-isort-0.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyls-isort 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.asyncwhois, using log file: /var/log/nixpkgs-update/python311Packages.asyncwhois/2024-03-16.log python311Packages.asyncwhois 0 -> 1 attrpath: python311Packages.asyncwhois Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ark4sgj39h0f2hbfcfb79yxgmq9rh8z3-packages.json.drv building '/nix/store/ark4sgj39h0f2hbfcfb79yxgmq9rh8z3-packages.json.drv'... Going to be running update for following packages: - python3.11-asyncwhois-1.1.0 Press Enter key to continue... Running update for: - python3.11-asyncwhois-1.1.0: UPDATING ... - python3.11-asyncwhois-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.asyncwhois 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.opencensus, using log file: /var/log/nixpkgs-update/python311Packages.opencensus/2024-03-16.log python311Packages.opencensus 0 -> 1 attrpath: python311Packages.opencensus Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/k7rfrqakkk93cn9pqz6fbnsyw2c0mrf0-packages.json.drv building '/nix/store/k7rfrqakkk93cn9pqz6fbnsyw2c0mrf0-packages.json.drv'... Going to be running update for following packages: - python3.11-opencensus-0.11.4 Press Enter key to continue... Running update for: - python3.11-opencensus-0.11.4: UPDATING ... - python3.11-opencensus-0.11.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.opencensus 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dbt-postgres, using log file: /var/log/nixpkgs-update/python311Packages.dbt-postgres/2024-03-16.log python311Packages.dbt-postgres 0 -> 1 attrpath: python311Packages.dbt-postgres Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pdgzpr10v2v7hqdpv2cy5w5za6madx9w-packages.json.drv building '/nix/store/pdgzpr10v2v7hqdpv2cy5w5za6madx9w-packages.json.drv'... Going to be running update for following packages: - python3.11-dbt-postgres-1.7.10 Press Enter key to continue... Running update for: - python3.11-dbt-postgres-1.7.10: UPDATING ... - python3.11-dbt-postgres-1.7.10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dbt-postgres 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libdex, using log file: /var/log/nixpkgs-update/libdex/2024-03-16.log libdex 0 -> 1 attrpath: libdex Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update libdex 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sqlpage, using log file: /var/log/nixpkgs-update/sqlpage/2024-03-16.log sqlpage 0.15.1 -> 0.20.0 https://github.com/lovasoa/SQLpage/releases attrpath: sqlpage 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-dPqO+yychyOybdTvdhWkcXyDlxIXO39KUZ80v+7Syqg= Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A sqlpage nix build failed.  Compiling markdown v1.0.0-alpha.16  Compiling include_dir v0.7.3  Compiling config v0.14.0  Compiling env_logger v0.11.3  Compiling csv-async v1.3.0  Compiling async-stream v0.3.5  Compiling sqlparser v0.44.0  Compiling argon2 v0.5.3  Compiling actix-multipart v0.6.1  Compiling actix-web-httpauth v0.8.1 error: failed to run custom build command for `sqlpage v0.20.0 (/build/source)` Caused by: process didn't exit successfully: `/build/source/target/release/build/sqlpage-e8b0bdb4bb0b0456/build-script-build` (exit status: 101) --- stdout cargo:rerun-if-changed=build.rs cargo:rerun-if-changed=sqlpage/sqlpage.js cargo:rerun-if-changed=sqlpage/sqlpage.css cargo:rerun-if-changed=sqlpage/tabler-icons.svg cargo:rerun-if-changed=sqlpage/apexcharts.js --- stderr thread 'main' panicked at build.rs:52:57: We need to download external frontend dependencies to build the static frontend.: Connect(Resolver(Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace thread 'main' panicked at build.rs:52:57: We need to download external frontend dependencies to build the static frontend.: Connect(Resolver(Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) thread 'main' panicked at build.rs:21:17: called `Result::unwrap()` on an `Err` value: JoinError::Panic(Id(5), ...) warning: build failed, waiting for other jobs to finish... [result] Failed to update sqlpage 0.15.1 -> 0.20.0 https://github.com/lovasoa/SQLpage/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.git-annex-adapter, using log file: /var/log/nixpkgs-update/python311Packages.git-annex-adapter/2024-03-16.log python311Packages.git-annex-adapter 0 -> 1 attrpath: python311Packages.git-annex-adapter 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/x0v3rd9amr1dh3p9h0wmyksrl0aqm5l8-packages.json.drv building '/nix/store/x0v3rd9amr1dh3p9h0wmyksrl0aqm5l8-packages.json.drv'... Going to be running update for following packages: - python3.11-git-annex-adapter-0.2.2 Press Enter key to continue... Running update for: - python3.11-git-annex-adapter-0.2.2: UPDATING ... - python3.11-git-annex-adapter-0.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.git-annex-adapter 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath p7zip, using log file: /var/log/nixpkgs-update/p7zip/2024-03-16.log p7zip 0 -> 1 attrpath: p7zip Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - p7zip-17.05 Press Enter key to continue... Running update for: - p7zip-17.05: UPDATING ... - p7zip-17.05: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update p7zip 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.instantiate, using log file: /var/log/nixpkgs-update/rPackages.instantiate/2024-03-16.log rPackages.instantiate 0.0.2 -> 0.2.1 https://repology.org/project/r:instantiate/versions attrpath: rPackages.instantiate Checking auto update branch... No auto update branch exists Old version 0.0.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.instantiate 0.0.2 -> 0.2.1 https://repology.org/project/r:instantiate/versions [options] github_user: r-ryantm, pull_request: 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-rs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.comfort-array, using log file: /var/log/nixpkgs-update/haskellPackages.comfort-array/2024-03-16.log haskellPackages.comfort-array 0.5.3 -> 0.5.4.1 https://repology.org/project/haskell:comfort-array/versions attrpath: haskellPackages.comfort-array Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.comfort-array 0.5.3 -> 0.5.4.1 https://repology.org/project/haskell:comfort-array/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.udatetime, using log file: /var/log/nixpkgs-update/python311Packages.udatetime/2024-03-16.log python311Packages.udatetime 0 -> 1 attrpath: python311Packages.udatetime Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qcrqha173gqbqbhz40840fmxn5g83iik-packages.json.drv building '/nix/store/qcrqha173gqbqbhz40840fmxn5g83iik-packages.json.drv'... Going to be running update for following packages: - python3.11-udatetime-0.0.17 Press Enter key to continue... Running update for: - python3.11-udatetime-0.0.17: UPDATING ... - python3.11-udatetime-0.0.17: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.udatetime 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath glfw-wayland-minecraft, using log file: /var/log/nixpkgs-update/glfw-wayland-minecraft/2024-03-16.log glfw-wayland-minecraft unstable-2023-06-01 -> 3.4 https://github.com/glfw/GLFW/releases attrpath: glfw-wayland-minecraft 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 glfw-wayland-minecraft unstable-2023-06-01 -> 3.4 https://github.com/glfw/GLFW/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyquil, using log file: /var/log/nixpkgs-update/python311Packages.pyquil/2024-03-16.log python311Packages.pyquil 0 -> 1 attrpath: python311Packages.pyquil Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5l046ry54i9391flzjnm3qp4x282hayy-packages.json.drv building '/nix/store/5l046ry54i9391flzjnm3qp4x282hayy-packages.json.drv'... Going to be running update for following packages: - python3.11-pyquil-4.6.1 Press Enter key to continue... Running update for: - python3.11-pyquil-4.6.1: UPDATING ... - python3.11-pyquil-4.6.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pyquil/default.nix b/pkgs/development/python-modules/pyquil/default.nix index 9acc287798d2..44882736ad7e 100644 --- a/pkgs/development/python-modules/pyquil/default.nix +++ b/pkgs/development/python-modules/pyquil/default.nix @@ -31,7 +31,7 @@ buildPythonPackage rec { pname = "pyquil"; - version = "4.6.1"; + version = "4.8.0"; pyproject = true; disabled = pythonOlder "3.7"; @@ -40,7 +40,7 @@ buildPythonPackage rec { owner = "rigetti"; repo = "pyquil"; rev = "refs/tags/v${version}"; - hash = "sha256-93dHujgGEh9/r9epAiUcUCiFCG7SFTAFoQbjQwwKhN0="; + hash = "sha256-MGI+R3oteqDWsXP+SlAGSRGiQiAj44YG6V7o90A4Krc="; }; patches = [ No auto update branch exists Old version 4.6.1" not present in staging derivation file with contents: { lib , buildPythonPackage , deprecated , fetchFromGitHub , importlib-metadata , ipython , lark , matplotlib-inline , nest-asyncio , networkx , numpy , packaging , poetry-core , pydantic , pytest-asyncio , pytest-mock , pytestCheckHook , pythonOlder , pythonRelaxDepsHook , qcs-sdk-python , respx , rpcq , scipy , syrupy , tenacity , types-deprecated , types-python-dateutil , types-retry }: buildPythonPackage rec { pname = "pyquil"; version = "4.7.0"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "rigetti"; repo = "pyquil"; rev = "refs/tags/v${version}"; hash = "sha256-jzQv9XBJSxdpSWDEEPuHwYfIemelpmVKJUigpz6NWdo="; }; pythonRelaxDeps = [ "lark" "networkx" ]; nativeBuildInputs = [ poetry-core pythonRelaxDepsHook ]; propagatedBuildInputs = [ deprecated lark matplotlib-inline networkx numpy packaging pydantic qcs-sdk-python rpcq scipy tenacity types-deprecated types-python-dateutil types-retry ] ++ lib.optionals (pythonOlder "3.8") [ importlib-metadata ]; nativeCheckInputs = [ nest-asyncio pytest-asyncio pytest-mock pytestCheckHook respx syrupy ipython ]; # tests hang doCheck = false; pythonImportsCheck = [ "pyquil" ]; meta = with lib; { description = "Python library for creating Quantum Instruction Language (Quil) programs"; homepage = "https://github.com/rigetti/pyquil"; changelog = "https://github.com/rigetti/pyquil/blob/v${version}/CHANGELOG.md"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; } [result] Failed to update python311Packages.pyquil 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.azure-mgmt-devtestlabs, using log file: /var/log/nixpkgs-update/python311Packages.azure-mgmt-devtestlabs/2024-03-16.log python311Packages.azure-mgmt-devtestlabs 0 -> 1 attrpath: python311Packages.azure-mgmt-devtestlabs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dxg3n5kbjxcc1ilbradzi75wms8q88sb-packages.json.drv building '/nix/store/dxg3n5kbjxcc1ilbradzi75wms8q88sb-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-mgmt-devtestlabs-9.0.0 Press Enter key to continue... Running update for: - python3.11-azure-mgmt-devtestlabs-9.0.0: UPDATING ... - python3.11-azure-mgmt-devtestlabs-9.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-mgmt-devtestlabs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.progressbar33, using log file: /var/log/nixpkgs-update/python311Packages.progressbar33/2024-03-16.log python311Packages.progressbar33 0 -> 1 attrpath: python311Packages.progressbar33 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/41rl5bl514q2a2r3sdbxr2vxzjxnlih6-packages.json.drv building '/nix/store/41rl5bl514q2a2r3sdbxr2vxzjxnlih6-packages.json.drv'... Going to be running update for following packages: - python3.11-progressbar33-2.4 Press Enter key to continue... Running update for: - python3.11-progressbar33-2.4: UPDATING ... - python3.11-progressbar33-2.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.progressbar33 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.eventPred, using log file: /var/log/nixpkgs-update/rPackages.eventPred/2024-03-16.log rPackages.eventPred 0.2.3 -> 0.2.5 https://repology.org/project/r:eventpred/versions attrpath: rPackages.eventPred Checking auto update branch... No auto update branch exists Old version 0.2.3" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.eventPred 0.2.3 -> 0.2.5 https://repology.org/project/r:eventpred/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pufferpanel, using log file: /var/log/nixpkgs-update/pufferpanel/2024-03-16.log pufferpanel 2.6.9 -> 2.6.10 https://github.com/PufferPanel/PufferPanel/releases attrpath: pufferpanel Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - pufferpanel: use fetchNpmDeps URL "https://api.github.com/repos/NixOS/nixpkgs/issues/292039" [result] Failed to update pufferpanel 2.6.9 -> 2.6.10 https://github.com/PufferPanel/PufferPanel/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.DSS, using log file: /var/log/nixpkgs-update/rPackages.DSS/2024-03-16.log rPackages.DSS 2.48.0 -> 2.50.1 https://repology.org/project/r:dss/versions attrpath: rPackages.DSS Checking auto update branch... No auto update branch exists Old version 2.48.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.DSS 2.48.0 -> 2.50.1 https://repology.org/project/r:dss/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath imgp, using log file: /var/log/nixpkgs-update/imgp/2024-03-16.log imgp 0 -> 1 attrpath: imgp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4gzl25p9jvyqn6y792h1krdvqdsbwx8i-packages.json.drv building '/nix/store/4gzl25p9jvyqn6y792h1krdvqdsbwx8i-packages.json.drv'... Going to be running update for following packages: - imgp-2.9 Press Enter key to continue... Running update for: - imgp-2.9: UPDATING ... - imgp-2.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update imgp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-extensions, using log file: /var/log/nixpkgs-update/python311Packages.mypy-extensions/2024-03-16.log python311Packages.mypy-extensions 0 -> 1 attrpath: python311Packages.mypy-extensions Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dsxk4l6l0sp7m4cfv8m73zym96q01g5k-packages.json.drv building '/nix/store/dsxk4l6l0sp7m4cfv8m73zym96q01g5k-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-extensions-1.0.0 Press Enter key to continue... Running update for: - python3.11-mypy-extensions-1.0.0: UPDATING ... - python3.11-mypy-extensions-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-extensions 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tuir, using log file: /var/log/nixpkgs-update/tuir/2024-03-16.log tuir 0 -> 1 attrpath: tuir Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hlpigm0pcnwggkaka63cfvplnvfz0rsm-packages.json.drv building '/nix/store/hlpigm0pcnwggkaka63cfvplnvfz0rsm-packages.json.drv'... Going to be running update for following packages: - tuir-1.29.0 Press Enter key to continue... Running update for: - tuir-1.29.0: UPDATING ... - tuir-1.29.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update tuir 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mss, using log file: /var/log/nixpkgs-update/python311Packages.mss/2024-03-16.log python311Packages.mss 0 -> 1 attrpath: python311Packages.mss Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jsl8r0q58v5qdbhw5sram1aa4g0sx803-packages.json.drv building '/nix/store/jsl8r0q58v5qdbhw5sram1aa4g0sx803-packages.json.drv'... Going to be running update for following packages: - python3.11-mss-9.0.1 Press Enter key to continue... Running update for: - python3.11-mss-9.0.1: UPDATING ... - python3.11-mss-9.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mss 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pgvector, using log file: /var/log/nixpkgs-update/python311Packages.pgvector/2024-03-16.log python311Packages.pgvector 0 -> 1 attrpath: python311Packages.pgvector Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/c1k00vr8808kn180zl21a4wq2d67irjv-packages.json.drv building '/nix/store/c1k00vr8808kn180zl21a4wq2d67irjv-packages.json.drv'... Going to be running update for following packages: - python3.11-pgvector-0.2.4 Press Enter key to continue... Running update for: - python3.11-pgvector-0.2.4: UPDATING ... - python3.11-pgvector-0.2.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pgvector 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gnome.libsoup, using log file: /var/log/nixpkgs-update/gnome.libsoup/2024-03-16.log gnome.libsoup 0 -> 1 attrpath: gnome.libsoup Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rii6053aq5ap2qppzwldwq0kprzs6xw8-packages.json.drv building '/nix/store/rii6053aq5ap2qppzwldwq0kprzs6xw8-packages.json.drv'... Going to be running update for following packages: - libsoup-2.74.3 Press Enter key to continue... Running update for: - libsoup-2.74.3: UPDATING ... - libsoup-2.74.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update gnome.libsoup 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.htmllaundry, using log file: /var/log/nixpkgs-update/python311Packages.htmllaundry/2024-03-16.log python311Packages.htmllaundry 0 -> 1 attrpath: python311Packages.htmllaundry Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/n82iagdd5snbh40gpl1cglzc1n7zfrzm-packages.json.drv building '/nix/store/n82iagdd5snbh40gpl1cglzc1n7zfrzm-packages.json.drv'... Going to be running update for following packages: - python3.11-htmllaundry-2.2 Press Enter key to continue... Running update for: - python3.11-htmllaundry-2.2: UPDATING ... - python3.11-htmllaundry-2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.htmllaundry 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath botan2, using log file: /var/log/nixpkgs-update/botan2/2024-03-16.log botan2 2.19.3 -> 3.3.0 https://repology.org/project/botan/versions attrpath: botan2 Checking auto update branch... No auto update branch exists Version in attr path botan2 not compatible with 3.3.0 [result] Failed to update botan2 2.19.3 -> 3.3.0 https://repology.org/project/botan/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.graphicalVAR, using log file: /var/log/nixpkgs-update/rPackages.graphicalVAR/2024-03-16.log rPackages.graphicalVAR 0.3.3 -> 0.3.4 https://repology.org/project/r:graphicalvar/versions attrpath: rPackages.graphicalVAR Checking auto update branch... No auto update branch exists Old version 0.3.3" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.graphicalVAR 0.3.3 -> 0.3.4 https://repology.org/project/r:graphicalvar/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ocamlPackages.menhirLib, using log file: /var/log/nixpkgs-update/ocamlPackages.menhirLib/2024-03-16.log ocamlPackages.menhirLib 20230608 -> 20231231 https://repology.org/project/ocaml:menhirlib/versions attrpath: ocamlPackages.menhirLib Checking auto update branch... An auto update branch exists with message `ocamlPackages.menhirLib: 20230608 -> 20231231`. New version is 20231231. An auto update branch exists with an equal or greater version [result] Failed to update ocamlPackages.menhirLib 20230608 -> 20231231 https://repology.org/project/ocaml:menhirlib/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.dccmidas, using log file: /var/log/nixpkgs-update/rPackages.dccmidas/2024-03-16.log rPackages.dccmidas 0.1.0 -> 0.1.2 https://repology.org/project/r:dccmidas/versions attrpath: rPackages.dccmidas 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.dccmidas 0.1.0 -> 0.1.2 https://repology.org/project/r:dccmidas/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.grip, using log file: /var/log/nixpkgs-update/python312Packages.grip/2024-03-16.log python312Packages.grip 4.6.1 -> 4.6.2 https://repology.org/project/python:grip/versions attrpath: python312Packages.grip 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/lq2q4rw4fi8q6qk8yfcdn2avfmdyncaz-packages.json.drv building '/nix/store/lq2q4rw4fi8q6qk8yfcdn2avfmdyncaz-packages.json.drv'... Going to be running update for following packages: - python3.12-grip-4.6.1 Press Enter key to continue... Running update for: - python3.12-grip-4.6.1: UPDATING ... - python3.12-grip-4.6.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.grip 4.6.1 -> 4.6.2 https://repology.org/project/python:grip/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.aTSA, using log file: /var/log/nixpkgs-update/rPackages.aTSA/2024-03-16.log rPackages.aTSA 3.1.2 -> 3.1.2.1 https://repology.org/project/r:atsa/versions attrpath: rPackages.aTSA Checking auto update branch... No auto update branch exists Old version 3.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.aTSA 3.1.2 -> 3.1.2.1 https://repology.org/project/r:atsa/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.ggenealogy, using log file: /var/log/nixpkgs-update/rPackages.ggenealogy/2024-03-16.log rPackages.ggenealogy 1.0.1 -> 1.0.3 https://repology.org/project/r:ggenealogy/versions attrpath: rPackages.ggenealogy 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.ggenealogy 1.0.1 -> 1.0.3 https://repology.org/project/r:ggenealogy/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.bootnet, using log file: /var/log/nixpkgs-update/rPackages.bootnet/2024-03-16.log rPackages.bootnet 1.5.6 -> 1.6 https://repology.org/project/r:bootnet/versions attrpath: rPackages.bootnet Checking auto update branch... No auto update branch exists Old version 1.5.6" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.bootnet 1.5.6 -> 1.6 https://repology.org/project/r:bootnet/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.spatialrisk, using log file: /var/log/nixpkgs-update/rPackages.spatialrisk/2024-03-16.log rPackages.spatialrisk 0.7.0 -> 0.7.1 https://repology.org/project/r:spatialrisk/versions attrpath: rPackages.spatialrisk Checking auto update branch... No auto update branch exists Old version 0.7.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.spatialrisk 0.7.0 -> 0.7.1 https://repology.org/project/r:spatialrisk/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.menhirSdk, using log file: /var/log/nixpkgs-update/ocamlPackages.menhirSdk/2024-03-16.log ocamlPackages.menhirSdk 20230608 -> 20231231 https://repology.org/project/ocaml:menhirsdk/versions attrpath: ocamlPackages.menhirSdk 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.menhirSdk 20230608 -> 20231231 https://repology.org/project/ocaml:menhirsdk/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.pkglite, using log file: /var/log/nixpkgs-update/rPackages.pkglite/2024-03-16.log rPackages.pkglite 0.2.1 -> 0.2.2 https://repology.org/project/r:pkglite/versions attrpath: rPackages.pkglite 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.pkglite 0.2.1 -> 0.2.2 https://repology.org/project/r:pkglite/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dazl, using log file: /var/log/nixpkgs-update/python311Packages.dazl/2024-03-16.log python311Packages.dazl 0 -> 1 attrpath: python311Packages.dazl 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/965rh9k72pkcq8wdgqgaciwgxaf2jc0l-packages.json.drv building '/nix/store/965rh9k72pkcq8wdgqgaciwgxaf2jc0l-packages.json.drv'... Going to be running update for following packages: - python3.11-dazl-7.11.0 Press Enter key to continue... Running update for: - python3.11-dazl-7.11.0: UPDATING ... - python3.11-dazl-7.11.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dazl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lua51Packages.luasnip, using log file: /var/log/nixpkgs-update/lua51Packages.luasnip/2024-03-16.log lua51Packages.luasnip 2.1.1-1 -> 2.2.0 https://github.com/L3MON4D3/LuaSnip/releases attrpath: lua51Packages.luasnip Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua51Packages.luasnip 2.1.1-1 -> 2.2.0 https://github.com/L3MON4D3/LuaSnip/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.green, using log file: /var/log/nixpkgs-update/python312Packages.green/2024-03-16.log python312Packages.green 3.4.3 -> 4.0.1 https://github.com/CleanCut/green/releases attrpath: python312Packages.green Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/afzdv47x1xdg5k8z2xg7ybxs8xs3r4ip-packages.json.drv building '/nix/store/afzdv47x1xdg5k8z2xg7ybxs8xs3r4ip-packages.json.drv'... Going to be running update for following packages: - python3.12-green-3.4.3 Press Enter key to continue... Running update for: - python3.12-green-3.4.3: UPDATING ... - python3.12-green-3.4.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/green/default.nix b/pkgs/development/python-modules/green/default.nix index 56f6bfae2a42..40b4851b0c77 100644 --- a/pkgs/development/python-modules/green/default.nix +++ b/pkgs/development/python-modules/green/default.nix @@ -11,14 +11,14 @@ buildPythonPackage rec { pname = "green"; - version = "3.4.3"; + version = "4.0.1"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-iGXQt3tcsThR3WAaWK0sgry1LafKEG8FOMV4fxJzaKY="; + hash = "sha256-O178HRtyKg/2fYD9jHzfbUfNGPlRpGuEvbx7H7yr0/w="; }; patches = [ No auto update branch exists Old version 3.4.3" not present in staging derivation file with contents: { lib , buildPythonPackage , pythonOlder , fetchPypi , django , colorama , coverage , unidecode , lxml }: buildPythonPackage rec { pname = "green"; version = "4.0.1"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-O178HRtyKg/2fYD9jHzfbUfNGPlRpGuEvbx7H7yr0/w="; }; patches = [ ./tests.patch ]; postPatch = '' substituteInPlace green/test/test_integration.py \ --subst-var-by green "$out/bin/green" ''; propagatedBuildInputs = [ colorama coverage unidecode lxml ]; # let green run it's own test suite checkPhase = '' $out/bin/green -tvvv \ green.test.test_version \ green.test.test_cmdline \ green.test.test_command ''; pythonImportsCheck = [ "green" ]; meta = with lib; { description = "Python test runner"; homepage = "https://github.com/CleanCut/green"; license = licenses.mit; maintainers = with maintainers; [ ]; }; } [result] Failed to update python312Packages.green 3.4.3 -> 4.0.1 https://github.com/CleanCut/green/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.parse, using log file: /var/log/nixpkgs-update/python312Packages.parse/2024-03-16.log python312Packages.parse 1.20.0 -> 1.20.1 https://github.com/r1chardj0n3s/parse/releases attrpath: python312Packages.parse Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/f1wpnm9qw3idg92bnx6pmc2jnfz3qf9w-packages.json.drv building '/nix/store/f1wpnm9qw3idg92bnx6pmc2jnfz3qf9w-packages.json.drv'... Going to be running update for following packages: - python3.12-parse-1.20.0 Press Enter key to continue... Running update for: - python3.12-parse-1.20.0: UPDATING ... - python3.12-parse-1.20.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/parse/default.nix b/pkgs/development/python-modules/parse/default.nix index 9c6272e94a5c..b1aa2baedfac 100644 --- a/pkgs/development/python-modules/parse/default.nix +++ b/pkgs/development/python-modules/parse/default.nix @@ -5,14 +5,14 @@ }: buildPythonPackage rec { pname = "parse"; - version = "1.20.0"; + version = "1.20.1"; format = "pyproject"; src = fetchFromGitHub { owner = "r1chardj0n3s"; repo = "parse"; rev = "refs/tags/${version}"; - hash = "sha256-InYOgqTvMvQ/HWIa0WrJ4M2LL4LL87KwBst8yYnt3dk="; + hash = "sha256-FAAs39peR+Ibv0RKLrcnY2w0Z2EjVYyZ8U4HcbjTiew="; }; postPatch = '' No auto update branch exists Old version 1.20.0" not present in staging derivation file with contents: { lib, fetchFromGitHub , buildPythonPackage , setuptools , pytestCheckHook }: buildPythonPackage rec { pname = "parse"; version = "1.20.1"; format = "pyproject"; src = fetchFromGitHub { owner = "r1chardj0n3s"; repo = "parse"; rev = "refs/tags/${version}"; hash = "sha256-FAAs39peR+Ibv0RKLrcnY2w0Z2EjVYyZ8U4HcbjTiew="; }; postPatch = '' rm .pytest.ini ''; nativeBuildInputs = [ setuptools ]; nativeCheckInputs = [ pytestCheckHook ]; meta = with lib; { homepage = "https://github.com/r1chardj0n3s/parse"; description = "parse() is the opposite of format()"; license = licenses.bsdOriginal; maintainers = with maintainers; [ alunduil ]; }; } [result] Failed to update python312Packages.parse 1.20.0 -> 1.20.1 https://github.com/r1chardj0n3s/parse/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.atpublic, using log file: /var/log/nixpkgs-update/python311Packages.atpublic/2024-03-16.log python311Packages.atpublic 0 -> 1 attrpath: python311Packages.atpublic Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kgz3nyl0aca6nl4c9lxd8p5fpfvapamv-packages.json.drv building '/nix/store/kgz3nyl0aca6nl4c9lxd8p5fpfvapamv-packages.json.drv'... Going to be running update for following packages: - python3.11-atpublic-4.0 Press Enter key to continue... Running update for: - python3.11-atpublic-4.0: UPDATING ... - python3.11-atpublic-4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.atpublic 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gsettings-desktop-schemas, using log file: /var/log/nixpkgs-update/gsettings-desktop-schemas/2024-03-16.log gsettings-desktop-schemas 0 -> 1 attrpath: gsettings-desktop-schemas Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gsettings-desktop-schemas 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.JayDeBeApi, using log file: /var/log/nixpkgs-update/python311Packages.JayDeBeApi/2024-03-16.log python311Packages.JayDeBeApi 0 -> 1 attrpath: python311Packages.JayDeBeApi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/alp3agcd9r3qzpxm4fxj2aqvv29d20nr-packages.json.drv building '/nix/store/alp3agcd9r3qzpxm4fxj2aqvv29d20nr-packages.json.drv'... Going to be running update for following packages: - python3.11-jaydebeapi-1.2.3 Press Enter key to continue... Running update for: - python3.11-jaydebeapi-1.2.3: UPDATING ... - python3.11-jaydebeapi-1.2.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.JayDeBeApi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pykerberos, using log file: /var/log/nixpkgs-update/python311Packages.pykerberos/2024-03-16.log python311Packages.pykerberos 0 -> 1 attrpath: python311Packages.pykerberos Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/f3f30nl5kyh6218pqww78s7kzb8h2arf-packages.json.drv building '/nix/store/f3f30nl5kyh6218pqww78s7kzb8h2arf-packages.json.drv'... Going to be running update for following packages: - python3.11-pykerberos-1.2.4 Press Enter key to continue... Running update for: - python3.11-pykerberos-1.2.4: UPDATING ... - python3.11-pykerberos-1.2.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pykerberos 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.panflute, using log file: /var/log/nixpkgs-update/python311Packages.panflute/2024-03-16.log python311Packages.panflute 0 -> 1 attrpath: python311Packages.panflute Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/p7nd4fpd56z67ygl6wcsxjp6jzdlwvw4-packages.json.drv building '/nix/store/p7nd4fpd56z67ygl6wcsxjp6jzdlwvw4-packages.json.drv'... Going to be running update for following packages: - python3.11-panflute-2.3.0 Press Enter key to continue... Running update for: - python3.11-panflute-2.3.0: UPDATING ... - python3.11-panflute-2.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.panflute 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gensio, using log file: /var/log/nixpkgs-update/gensio/2024-03-16.log gensio 0 -> 1 attrpath: gensio Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9b5b4gqci7bynm0599ksbpp26ckw95ci-packages.json.drv building '/nix/store/9b5b4gqci7bynm0599ksbpp26ckw95ci-packages.json.drv'... Going to be running update for following packages: - gensio-2.8.3 Press Enter key to continue... Running update for: - gensio-2.8.3: UPDATING ... - gensio-2.8.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update gensio 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.graphql-relay, using log file: /var/log/nixpkgs-update/python311Packages.graphql-relay/2024-03-16.log python311Packages.graphql-relay 0 -> 1 attrpath: python311Packages.graphql-relay Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/58zfilpgn1gl52x41792422w64ks57bj-packages.json.drv building '/nix/store/58zfilpgn1gl52x41792422w64ks57bj-packages.json.drv'... Going to be running update for following packages: - python3.11-graphql-relay-3.2.0 Press Enter key to continue... Running update for: - python3.11-graphql-relay-3.2.0: UPDATING ... - python3.11-graphql-relay-3.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.graphql-relay 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libiberty, using log file: /var/log/nixpkgs-update/libiberty/2024-03-16.log libiberty 13.2.0 -> 20240117 https://repology.org/project/libiberty/versions attrpath: libiberty Checking auto update branch... No auto update branch exists Old version 13.2.0" not present in master derivation file with contents: { lib, stdenv, buildPackages , staticBuild ? stdenv.hostPlatform.isStatic }: let inherit (buildPackages.buildPackages) gcc; in stdenv.mkDerivation { pname = "libiberty"; version = "${gcc.cc.version}"; inherit (gcc.cc) src; outputs = [ "out" "dev" ]; postUnpack = "sourceRoot=\${sourceRoot}/libiberty"; configureFlags = [ "--enable-install-libiberty" ] ++ lib.optional (!staticBuild) "--enable-shared"; postInstall = lib.optionalString (!staticBuild) '' cp pic/libiberty.a $out/lib*/libiberty.a ''; meta = with lib; { homepage = "https://gcc.gnu.org/"; license = licenses.lgpl2; description = "Collection of subroutines used by various GNU programs"; maintainers = with maintainers; [ abbradar ericson2314 ]; platforms = platforms.unix; }; } [result] Failed to update libiberty 13.2.0 -> 20240117 https://repology.org/project/libiberty/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-setuptools, using log file: /var/log/nixpkgs-update/python311Packages.types-setuptools/2024-03-16.log python311Packages.types-setuptools 0 -> 1 attrpath: python311Packages.types-setuptools Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4pab5ral474jpc0jiz0sj9w0jiw0y6bb-packages.json.drv building '/nix/store/4pab5ral474jpc0jiz0sj9w0jiw0y6bb-packages.json.drv'... Going to be running update for following packages: - python3.11-types-setuptools-69.1.0.20240308 Press Enter key to continue... Running update for: - python3.11-types-setuptools-69.1.0.20240308: UPDATING ... - python3.11-types-setuptools-69.1.0.20240308: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/types-setuptools/default.nix b/pkgs/development/python-modules/types-setuptools/default.nix index 7b9da3aed9d7..20d9d94d24b9 100644 --- a/pkgs/development/python-modules/types-setuptools/default.nix +++ b/pkgs/development/python-modules/types-setuptools/default.nix @@ -6,12 +6,12 @@ buildPythonPackage rec { pname = "types-setuptools"; - version = "69.1.0.20240308"; + version = "69.2.0.20240316"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-rU9eUSUe7cvkqo2whEr2ZUBUqvycD20/H6APcHPBd2c="; + hash = "sha256-WMMXKu92o2jWQ0vEBsCK3skXeXcLa92lmuVq9D8pph4="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 123 > 25 [result] Failed to update python311Packages.types-setuptools 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.opentelemetry-semantic-conventions, using log file: /var/log/nixpkgs-update/python311Packages.opentelemetry-semantic-conventions/2024-03-16.log python311Packages.opentelemetry-semantic-conventions 0 -> 1 attrpath: python311Packages.opentelemetry-semantic-conventions Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/yyss3dvc3zxyd91drd0cbyigagmdq6hc-packages.json.drv building '/nix/store/yyss3dvc3zxyd91drd0cbyigagmdq6hc-packages.json.drv'... Going to be running update for following packages: - python3.11-opentelemetry-semantic-conventions-0.44b0 Press Enter key to continue... Running update for: - python3.11-opentelemetry-semantic-conventions-0.44b0: UPDATING ... - python3.11-opentelemetry-semantic-conventions-0.44b0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.opentelemetry-semantic-conventions 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.sized, using log file: /var/log/nixpkgs-update/haskellPackages.sized/2024-03-16.log haskellPackages.sized 1.1.0.0 -> 1.1.0.1 https://repology.org/project/haskell:sized/versions attrpath: haskellPackages.sized Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.sized 1.1.0.0 -> 1.1.0.1 https://repology.org/project/haskell:sized/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyprusalink, using log file: /var/log/nixpkgs-update/python311Packages.pyprusalink/2024-03-16.log python311Packages.pyprusalink 0 -> 1 attrpath: python311Packages.pyprusalink Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/aza8k6gqc4hjcvjh9x7y85i4g2ls9my1-packages.json.drv building '/nix/store/aza8k6gqc4hjcvjh9x7y85i4g2ls9my1-packages.json.drv'... Going to be running update for following packages: - python3.11-pyprusalink-2.0.1 Press Enter key to continue... Running update for: - python3.11-pyprusalink-2.0.1: UPDATING ... - python3.11-pyprusalink-2.0.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pyprusalink/default.nix b/pkgs/development/python-modules/pyprusalink/default.nix index 0356f899594b..4450ef09ab2b 100644 --- a/pkgs/development/python-modules/pyprusalink/default.nix +++ b/pkgs/development/python-modules/pyprusalink/default.nix @@ -8,7 +8,7 @@ buildPythonPackage rec { pname = "pyprusalink"; - version = "2.0.1"; + version = "2.1.1"; pyproject = true; disabled = pythonOlder "3.8"; @@ -17,7 +17,7 @@ buildPythonPackage rec { owner = "home-assistant-libs"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-wwH4LE8wi8eb7QwT7N1mNtVleoWscDEOu2vrXKDktwU="; + hash = "sha256-Opip696hXV1gqFC1cWfrSCkrsldl7M7XZAqUaVkDy7M="; }; nativeBuildInputs = [ No auto update branch exists Old version 2.0.1" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , httpx , pythonOlder , setuptools }: buildPythonPackage rec { pname = "pyprusalink"; version = "2.1.1"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "home-assistant-libs"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-Opip696hXV1gqFC1cWfrSCkrsldl7M7XZAqUaVkDy7M="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ httpx ]; # Module doesn't have tests doCheck = false; pythonImportsCheck = [ "pyprusalink" ]; meta = with lib; { description = "Library to communicate with PrusaLink "; homepage = "https://github.com/home-assistant-libs/pyprusalink"; changelog = "https://github.com/home-assistant-libs/pyprusalink/releases/tag/${version}"; license = with licenses; [ asl20 ]; maintainers = with maintainers; [ fab ]; }; } [result] Failed to update python311Packages.pyprusalink 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ablog, using log file: /var/log/nixpkgs-update/ablog/2024-03-16.log ablog 0 -> 1 attrpath: ablog Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/schd34v9cadb7sc8ss0kxzqzgb86gp8y-packages.json.drv building '/nix/store/schd34v9cadb7sc8ss0kxzqzgb86gp8y-packages.json.drv'... Going to be running update for following packages: - ablog-0.11.6 Press Enter key to continue... Running update for: - ablog-0.11.6: UPDATING ... - ablog-0.11.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update ablog 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aiosenz, using log file: /var/log/nixpkgs-update/python311Packages.aiosenz/2024-03-16.log python311Packages.aiosenz 0 -> 1 attrpath: python311Packages.aiosenz Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vkw90x2ghfr4s073c1ski2izrbqvjhyd-packages.json.drv building '/nix/store/vkw90x2ghfr4s073c1ski2izrbqvjhyd-packages.json.drv'... Going to be running update for following packages: - python3.11-aiosenz-1.0.0 Press Enter key to continue... Running update for: - python3.11-aiosenz-1.0.0: UPDATING ... - python3.11-aiosenz-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aiosenz 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.bcdoc, using log file: /var/log/nixpkgs-update/python311Packages.bcdoc/2024-03-16.log python311Packages.bcdoc 0 -> 1 attrpath: python311Packages.bcdoc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/r7f62dxidbrdn398lmq8xj9phm3c75x2-packages.json.drv building '/nix/store/r7f62dxidbrdn398lmq8xj9phm3c75x2-packages.json.drv'... Going to be running update for following packages: - python3.11-bcdoc-0.16.0 Press Enter key to continue... Running update for: - python3.11-bcdoc-0.16.0: UPDATING ... - python3.11-bcdoc-0.16.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.bcdoc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath skytemple, using log file: /var/log/nixpkgs-update/skytemple/2024-03-16.log skytemple 0 -> 1 attrpath: skytemple Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/npnka92mffaadlyn029lpccpv2sihfmk-packages.json.drv building '/nix/store/npnka92mffaadlyn029lpccpv2sihfmk-packages.json.drv'... Going to be running update for following packages: - skytemple-1.6.3 Press Enter key to continue... Running update for: - skytemple-1.6.3: UPDATING ... - skytemple-1.6.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update skytemple 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO multi-platform srcs in file. [result] Failed to update electron_22 22.3.27 -> 29.1.4 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.multipledispatch, using log file: /var/log/nixpkgs-update/python311Packages.multipledispatch/2024-03-16.log python311Packages.multipledispatch 0 -> 1 attrpath: python311Packages.multipledispatch Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2rl44wvq01s59d9hav0zpkqplb8wjb31-packages.json.drv building '/nix/store/2rl44wvq01s59d9hav0zpkqplb8wjb31-packages.json.drv'... Going to be running update for following packages: - python3.11-multipledispatch-1.0.0 Press Enter key to continue... Running update for: - python3.11-multipledispatch-1.0.0: UPDATING ... - python3.11-multipledispatch-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.multipledispatch 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.linien-client, using log file: /var/log/nixpkgs-update/python311Packages.linien-client/2024-03-16.log python311Packages.linien-client 0 -> 1 attrpath: python311Packages.linien-client Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3xm0sqgk8nk5mxfk75rfkpjab2x0z26p-packages.json.drv building '/nix/store/3xm0sqgk8nk5mxfk75rfkpjab2x0z26p-packages.json.drv'... Going to be running update for following packages: - python3.11-linien-client-1.0.1 Press Enter key to continue... Running update for: - python3.11-linien-client-1.0.1: UPDATING ... - python3.11-linien-client-1.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.linien-client 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath terraform-providers.kubectl, using log file: /var/log/nixpkgs-update/terraform-providers.kubectl/2024-03-16.log terraform-providers.kubectl 0 -> 1 attrpath: terraform-providers.kubectl Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.kubectl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath x2goserver, using log file: /var/log/nixpkgs-update/x2goserver/2024-03-16.log x2goserver 4.1.0.3 -> 4.1.0.6 https://repology.org/project/x2goserver/versions attrpath: x2goserver Checking auto update branch... No auto update branch exists Derivation contains buildPerlPackage [result] Failed to update x2goserver 4.1.0.3 -> 4.1.0.6 https://repology.org/project/x2goserver/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath anime-downloader, using log file: /var/log/nixpkgs-update/anime-downloader/2024-03-16.log anime-downloader 0 -> 1 attrpath: anime-downloader Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9zzpxc95c5rvw9s6lbgyy6gjf7wzjq9q-packages.json.drv building '/nix/store/9zzpxc95c5rvw9s6lbgyy6gjf7wzjq9q-packages.json.drv'... Going to be running update for following packages: - anime-downloader-5.0.14 Press Enter key to continue... Running update for: - anime-downloader-5.0.14: UPDATING ... - anime-downloader-5.0.14: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update anime-downloader 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.python-kasa, using log file: /var/log/nixpkgs-update/python311Packages.python-kasa/2024-03-16.log python311Packages.python-kasa 0 -> 1 attrpath: python311Packages.python-kasa Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5var1yw456xr3yx7c6da8j5waja7xp5x-packages.json.drv building '/nix/store/5var1yw456xr3yx7c6da8j5waja7xp5x-packages.json.drv'... Going to be running update for following packages: - python3.11-python-kasa-0.6.2.1 Press Enter key to continue... Running update for: - python3.11-python-kasa-0.6.2.1: UPDATING ... - python3.11-python-kasa-0.6.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-kasa 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dotnetPackages.NUnit3, using log file: /var/log/nixpkgs-update/dotnetPackages.NUnit3/2024-03-16.log dotnetPackages.NUnit3 3.0.1 -> 4.0.1 https://repology.org/project/nunit/versions attrpath: dotnetPackages.NUnit3 Checking auto update branch... No auto update branch exists Version in attr path dotnetPackages.NUnit3 not compatible with 4.0.1 [result] Failed to update dotnetPackages.NUnit3 3.0.1 -> 4.0.1 https://repology.org/project/nunit/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath papi, using log file: /var/log/nixpkgs-update/papi/2024-03-16.log papi 7.0.1 -> 7.1.0 https://repology.org/project/papi/versions attrpath: papi Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/8lx8xq467yrc7jm7i2f8i3m3lp2ya8v0-papi-7-1-0-t.tar.gz.drv building '/nix/store/8lx8xq467yrc7jm7i2f8i3m3lp2ya8v0-papi-7-1-0-t.tar.gz.drv'... trying https://bitbucket.org/icl/papi/get/papi-7-1-0-t.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 23 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download papi-7-1-0-t.tar.gz from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'papi.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/8lx8xq467yrc7jm7i2f8i3m3lp2ya8v0-papi-7-1-0-t.tar.gz.drv /nix/store/frp1w4bd0a24jb4cnh79171dxagf2x0q-papi-7.1.0.drv building '/nix/store/8lx8xq467yrc7jm7i2f8i3m3lp2ya8v0-papi-7-1-0-t.tar.gz.drv'... trying https://bitbucket.org/icl/papi/get/papi-7-1-0-t.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 23 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download papi-7-1-0-t.tar.gz from any mirror error: builder for '/nix/store/8lx8xq467yrc7jm7i2f8i3m3lp2ya8v0-papi-7-1-0-t.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://bitbucket.org/icl/papi/get/papi-7-1-0-t.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 23 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download papi-7-1-0-t.tar.gz from any mirror For full logs, run 'nix log /nix/store/8lx8xq467yrc7jm7i2f8i3m3lp2ya8v0-papi-7-1-0-t.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/frp1w4bd0a24jb4cnh79171dxagf2x0q-papi-7.1.0.drv' failed to build [result] Failed to update papi 7.0.1 -> 7.1.0 https://repology.org/project/papi/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mpfshell, using log file: /var/log/nixpkgs-update/mpfshell/2024-03-16.log mpfshell 0 -> 1 attrpath: mpfshell Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zjbl6vfmdjs46x6552x2gyyqmd2nd7cs-packages.json.drv building '/nix/store/zjbl6vfmdjs46x6552x2gyyqmd2nd7cs-packages.json.drv'... Going to be running update for following packages: - python3.11-mpfshell-unstable-2020-04-11 Press Enter key to continue... Running update for: - python3.11-mpfshell-unstable-2020-04-11: UPDATING ... - python3.11-mpfshell-unstable-2020-04-11: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update mpfshell 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dicomweb-client, using log file: /var/log/nixpkgs-update/python311Packages.dicomweb-client/2024-03-16.log python311Packages.dicomweb-client 0 -> 1 attrpath: python311Packages.dicomweb-client Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kb8s9d1gkp3d5dywpi8xfbyy3cdxdxsf-packages.json.drv building '/nix/store/kb8s9d1gkp3d5dywpi8xfbyy3cdxdxsf-packages.json.drv'... Going to be running update for following packages: - python3.11-dicomweb-client-0.59.1 Press Enter key to continue... Running update for: - python3.11-dicomweb-client-0.59.1: UPDATING ... - python3.11-dicomweb-client-0.59.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dicomweb-client 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath zk-shell, using log file: /var/log/nixpkgs-update/zk-shell/2024-03-16.log zk-shell 0 -> 1 attrpath: zk-shell Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cp7lnf4cq4f3rhrk58sh3fqz1yy255p6-packages.json.drv building '/nix/store/cp7lnf4cq4f3rhrk58sh3fqz1yy255p6-packages.json.drv'... Going to be running update for following packages: - zk-shell-1.0.0 Press Enter key to continue... Running update for: - zk-shell-1.0.0: UPDATING ... - zk-shell-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update zk-shell 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.jiwer, using log file: /var/log/nixpkgs-update/python311Packages.jiwer/2024-03-16.log python311Packages.jiwer 0 -> 1 attrpath: python311Packages.jiwer Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bsmhnxvcbrdsfyz6q6g4796wbn9cjhny-packages.json.drv building '/nix/store/bsmhnxvcbrdsfyz6q6g4796wbn9cjhny-packages.json.drv'... Going to be running update for following packages: - python3.11-jiwer-3.0.3 Press Enter key to continue... Running update for: - python3.11-jiwer-3.0.3: UPDATING ... - python3.11-jiwer-3.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.jiwer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.hledger_1_32_1, using log file: /var/log/nixpkgs-update/haskellPackages.hledger_1_32_1/2024-03-16.log haskellPackages.hledger_1_32_1 1.32.1 -> 1.32.3 https://repology.org/project/hledger/versions attrpath: haskellPackages.hledger_1_32_1 Checking auto update branch... No auto update branch exists Version in attr path haskellPackages.hledger_1_32_1 not compatible with 1.32.3 [result] Failed to update haskellPackages.hledger_1_32_1 1.32.1 -> 1.32.3 https://repology.org/project/hledger/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sorl-thumbnail, using log file: /var/log/nixpkgs-update/python311Packages.sorl-thumbnail/2024-03-16.log python311Packages.sorl-thumbnail 0 -> 1 attrpath: python311Packages.sorl-thumbnail Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hv04p4269ladnb25ifhlrzphnygwqxc5-packages.json.drv building '/nix/store/hv04p4269ladnb25ifhlrzphnygwqxc5-packages.json.drv'... Going to be running update for following packages: - python3.11-sorl-thumbnail-12.10.0 Press Enter key to continue... Running update for: - python3.11-sorl-thumbnail-12.10.0: UPDATING ... - python3.11-sorl-thumbnail-12.10.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sorl-thumbnail 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath spirv-headers, using log file: /var/log/nixpkgs-update/spirv-headers/2024-03-16.log spirv-headers 1.3.275.0 -> 1.6.1 https://repology.org/project/spirv-headers/versions attrpath: spirv-headers 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/9jfbqj5wml02y5mbnljy9ipyd2hrm5vn-source.drv building '/nix/store/9jfbqj5wml02y5mbnljy9ipyd2hrm5vn-source.drv'... trying https://github.com/KhronosGroup/SPIRV-Headers/archive/vulkan-sdk-1.6.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'spirv-headers.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/9jfbqj5wml02y5mbnljy9ipyd2hrm5vn-source.drv /nix/store/30nfpy4rmirwq7bv77wl6ix21dvrg586-spirv-headers-1.6.1.drv building '/nix/store/9jfbqj5wml02y5mbnljy9ipyd2hrm5vn-source.drv'... trying https://github.com/KhronosGroup/SPIRV-Headers/archive/vulkan-sdk-1.6.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/9jfbqj5wml02y5mbnljy9ipyd2hrm5vn-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/KhronosGroup/SPIRV-Headers/archive/vulkan-sdk-1.6.1.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/9jfbqj5wml02y5mbnljy9ipyd2hrm5vn-source.drv'. error: 1 dependencies of derivation '/nix/store/30nfpy4rmirwq7bv77wl6ix21dvrg586-spirv-headers-1.6.1.drv' failed to build [result] Failed to update spirv-headers 1.3.275.0 -> 1.6.1 https://repology.org/project/spirv-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 ariang, using log file: /var/log/nixpkgs-update/ariang/2024-03-16.log ariang 0 -> 1 attrpath: ariang Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] skipping because derivation has updateScript [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/c6h1s7r0hcvi7kvibawygqd5k53bdg0j-packages.json.drv building '/nix/store/c6h1s7r0hcvi7kvibawygqd5k53bdg0j-packages.json.drv'... Going to be running update for following packages: - ariang-1.3.7 Press Enter key to continue... Running update for: - ariang-1.3.7: UPDATING ... - ariang-1.3.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update ariang 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libxsmm, using log file: /var/log/nixpkgs-update/libxsmm/2024-03-16.log libxsmm 1.16.3 -> 1.17 https://github.com/hfp/libxsmm/releases attrpath: libxsmm 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/libxsmm/default.nix b/pkgs/development/libraries/libxsmm/default.nix index 6530ee7f67ae..c6cd3a6e1300 100644 --- a/pkgs/development/libraries/libxsmm/default.nix +++ b/pkgs/development/libraries/libxsmm/default.nix @@ -6,13 +6,13 @@ stdenv.mkDerivation rec { pname = "libxsmm"; - version = "1.16.3"; + version = "1.17"; src = fetchFromGitHub { owner = "hfp"; repo = "libxsmm"; rev = version; - sha256 = "sha256-PpMiD/PeQ0pe5hqFG6VFHWpR8y3wnO2z1dJfHHeItlQ="; + sha256 = "sha256-s/NEFU4IwQPLyPLwMmrrpMDd73q22Sk2BNid/kedawY="; }; outputs = [ "out" "dev" "doc" ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A libxsmm nix build failed. './documentation/libxsmm_mm.md' -> '/nix/store/jnfaliy4mjpziccmh973sx8dgpd5zbx0-libxsmm-1.17/share/libxsmm/libxsmm_mm.md' './documentation/libxsmm_prof.md' -> '/nix/store/jnfaliy4mjpziccmh973sx8dgpd5zbx0-libxsmm-1.17/share/libxsmm/libxsmm_prof.md' './documentation/libxsmm_qna.md' -> '/nix/store/jnfaliy4mjpziccmh973sx8dgpd5zbx0-libxsmm-1.17/share/libxsmm/libxsmm_qna.md' './documentation/libxsmm_samples.md' -> '/nix/store/jnfaliy4mjpziccmh973sx8dgpd5zbx0-libxsmm-1.17/share/libxsmm/libxsmm_samples.md' './documentation/libxsmm_tune.md' -> '/nix/store/jnfaliy4mjpziccmh973sx8dgpd5zbx0-libxsmm-1.17/share/libxsmm/libxsmm_tune.md' './documentation/libxsmm_valid.md' -> '/nix/store/jnfaliy4mjpziccmh973sx8dgpd5zbx0-libxsmm-1.17/share/libxsmm/libxsmm_valid.md' './documentation/tensorflow.md' -> '/nix/store/jnfaliy4mjpziccmh973sx8dgpd5zbx0-libxsmm-1.17/share/libxsmm/tensorflow.md' './SECURITY.md' -> '/nix/store/jnfaliy4mjpziccmh973sx8dgpd5zbx0-libxsmm-1.17/share/libxsmm/SECURITY.md' './version.txt' -> '/nix/store/jnfaliy4mjpziccmh973sx8dgpd5zbx0-libxsmm-1.17/share/libxsmm/version.txt' Moving /nix/store/jnfaliy4mjpziccmh973sx8dgpd5zbx0-libxsmm-1.17/share/libxsmm to /nix/store/l59cnqs1ja2kgypajxb6bqiix2c4l5fa-libxsmm-1.17-doc/share/libxsmm Removing empty /nix/store/jnfaliy4mjpziccmh973sx8dgpd5zbx0-libxsmm-1.17/share/ and (possibly) its parents @nix { "action": "setPhase", "phase": "fixupPhase" } Running phase: fixupPhase Moving /nix/store/jnfaliy4mjpziccmh973sx8dgpd5zbx0-libxsmm-1.17/include to /nix/store/k6gd3mwk5hh02js9wl1dif6ahfp65lgw-libxsmm-1.17-dev/include Patching '/nix/store/k6gd3mwk5hh02js9wl1dif6ahfp65lgw-libxsmm-1.17-dev/lib/pkgconfig/libxsmm.pc' includedir to output /nix/store/k6gd3mwk5hh02js9wl1dif6ahfp65lgw-libxsmm-1.17-dev Patching '/nix/store/k6gd3mwk5hh02js9wl1dif6ahfp65lgw-libxsmm-1.17-dev/lib/pkgconfig/libxsmmext.pc' includedir to output /nix/store/k6gd3mwk5hh02js9wl1dif6ahfp65lgw-libxsmm-1.17-dev Patching '/nix/store/k6gd3mwk5hh02js9wl1dif6ahfp65lgw-libxsmm-1.17-dev/lib/pkgconfig/libxsmmf.pc' includedir to output /nix/store/k6gd3mwk5hh02js9wl1dif6ahfp65lgw-libxsmm-1.17-dev Patching '/nix/store/k6gd3mwk5hh02js9wl1dif6ahfp65lgw-libxsmm-1.17-dev/lib/pkgconfig/libxsmmnoblas.pc' includedir to output /nix/store/k6gd3mwk5hh02js9wl1dif6ahfp65lgw-libxsmm-1.17-dev shrinking RPATHs of ELF executables and libraries in /nix/store/jnfaliy4mjpziccmh973sx8dgpd5zbx0-libxsmm-1.17 shrinking /nix/store/jnfaliy4mjpziccmh973sx8dgpd5zbx0-libxsmm-1.17/bin/libxsmm_gemm_generator shrinking /nix/store/jnfaliy4mjpziccmh973sx8dgpd5zbx0-libxsmm-1.17/lib/libxsmmf.so.1.17.0 shrinking /nix/store/jnfaliy4mjpziccmh973sx8dgpd5zbx0-libxsmm-1.17/lib/libxsmm.so.1.17.0 shrinking /nix/store/jnfaliy4mjpziccmh973sx8dgpd5zbx0-libxsmm-1.17/lib/libxsmmext.so.1.17.0 shrinking /nix/store/jnfaliy4mjpziccmh973sx8dgpd5zbx0-libxsmm-1.17/lib/libxsmmgen.so.1.17.0 shrinking /nix/store/jnfaliy4mjpziccmh973sx8dgpd5zbx0-libxsmm-1.17/lib/libxsmmnoblas.so.1.17.0 checking for references to /build/ in /nix/store/jnfaliy4mjpziccmh973sx8dgpd5zbx0-libxsmm-1.17... RPATH of binary /nix/store/jnfaliy4mjpziccmh973sx8dgpd5zbx0-libxsmm-1.17/bin/libxsmm_gemm_generator contains a forbidden reference to /build/ /nix/store/v099hqvw5z87423p4hz1vfhzaqa07dii-stdenv-linux/setup: line 74: pop_var_context: head of shell_variables not a function context /nix/store/v099hqvw5z87423p4hz1vfhzaqa07dii-stdenv-linux/setup: line 1439: pop_var_context: head of shell_variables not a function context /nix/store/v099hqvw5z87423p4hz1vfhzaqa07dii-stdenv-linux/setup: line 1578: pop_var_context: head of shell_variables not a function context [result] Failed to update libxsmm 1.16.3 -> 1.17 https://github.com/hfp/libxsmm/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kitty, using log file: /var/log/nixpkgs-update/kitty/2024-03-16.log kitty 0 -> 1 attrpath: kitty 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] Success [updateScript] this derivation will be built: /nix/store/yklnlz9mb5wvd8vyxmszyx6vmdpbra2i-packages.json.drv building '/nix/store/yklnlz9mb5wvd8vyxmszyx6vmdpbra2i-packages.json.drv'... Going to be running update for following packages: - kitty-0.33.0 Press Enter key to continue... Running update for: - kitty-0.33.0: UPDATING ... - kitty-0.33.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update kitty 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.paver, using log file: /var/log/nixpkgs-update/python311Packages.paver/2024-03-16.log python311Packages.paver 0 -> 1 attrpath: python311Packages.paver Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/c3q7c456yhp7k4xidsmmzhnidssmqf0s-packages.json.drv building '/nix/store/c3q7c456yhp7k4xidsmmzhnidssmqf0s-packages.json.drv'... Going to be running update for following packages: - python3.11-paver-1.3.4 Press Enter key to continue... Running update for: - python3.11-paver-1.3.4: UPDATING ... - python3.11-paver-1.3.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.paver 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyosohotwaterapi, using log file: /var/log/nixpkgs-update/python311Packages.pyosohotwaterapi/2024-03-16.log python311Packages.pyosohotwaterapi 0 -> 1 attrpath: python311Packages.pyosohotwaterapi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vwcfbxk0s76a88v440k5ag8i0av2qbr6-packages.json.drv building '/nix/store/vwcfbxk0s76a88v440k5ag8i0av2qbr6-packages.json.drv'... Going to be running update for following packages: - python3.11-pyosohotwaterapi-1.1.4 Press Enter key to continue... Running update for: - python3.11-pyosohotwaterapi-1.1.4: UPDATING ... - python3.11-pyosohotwaterapi-1.1.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyosohotwaterapi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-rabbitair, using log file: /var/log/nixpkgs-update/python311Packages.python-rabbitair/2024-03-16.log python311Packages.python-rabbitair 0 -> 1 attrpath: python311Packages.python-rabbitair Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bc8pljd3i69w2n7schg4syg2a3gp9xc0-packages.json.drv building '/nix/store/bc8pljd3i69w2n7schg4syg2a3gp9xc0-packages.json.drv'... Going to be running update for following packages: - python3.11-python-rabbitair-0.0.8 Press Enter key to continue... Running update for: - python3.11-python-rabbitair-0.0.8: UPDATING ... - python3.11-python-rabbitair-0.0.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-rabbitair 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.arnparse, using log file: /var/log/nixpkgs-update/python311Packages.arnparse/2024-03-16.log python311Packages.arnparse 0 -> 1 attrpath: python311Packages.arnparse Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/yjba7r29lmiy792dkdlagv6z6r8qrg9a-packages.json.drv building '/nix/store/yjba7r29lmiy792dkdlagv6z6r8qrg9a-packages.json.drv'... Going to be running update for following packages: - python3.11-arnparse-0.0.2 Press Enter key to continue... Running update for: - python3.11-arnparse-0.0.2: UPDATING ... - python3.11-arnparse-0.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.arnparse 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath elementsd-simplicity, using log file: /var/log/nixpkgs-update/elementsd-simplicity/2024-03-16.log elementsd-simplicity unstable-2023-04-18 -> 23.2.1 https://github.com/ElementsProject/elements/releases attrpath: elementsd-simplicity Checking auto update branch... No auto update branch exists Old version unstable-2023-04-18" not present in master derivation file with contents: { lib , stdenv , fetchFromGitHub , autoreconfHook , pkg-config , util-linux , hexdump , autoSignDarwinBinariesHook , wrapQtAppsHook ? null , boost , libevent , miniupnpc , zeromq , zlib , db48 , sqlite , qrencode , qtbase ? null , qttools ? null , python3 , withGui , withWallet ? true }: stdenv.mkDerivation rec { pname = if withGui then "elements" else "elementsd"; version = "23.2.1"; src = fetchFromGitHub { owner = "ElementsProject"; repo = "elements"; rev = "elements-${version}"; sha256 = "sha256-qHtSgfZGZ4Beu5fsJAOZm8ejj7wfHBbOS6WAjOrCuw4="; }; nativeBuildInputs = [ autoreconfHook pkg-config ] ++ lib.optionals stdenv.isLinux [ util-linux ] ++ lib.optionals stdenv.isDarwin [ hexdump ] ++ lib.optionals (stdenv.isDarwin && stdenv.isAarch64) [ autoSignDarwinBinariesHook ] ++ lib.optionals withGui [ wrapQtAppsHook ]; buildInputs = [ boost libevent miniupnpc zeromq zlib ] ++ lib.optionals withWallet [ db48 sqlite ] ++ lib.optionals withGui [ qrencode qtbase qttools ]; configureFlags = [ "--with-boost-libdir=${boost.out}/lib" "--disable-bench" ] ++ lib.optionals (!doCheck) [ "--disable-tests" "--disable-gui-tests" ] ++ lib.optionals (!withWallet) [ "--disable-wallet" ] ++ lib.optionals withGui [ "--with-gui=qt5" "--with-qt-bindir=${qtbase.dev}/bin:${qttools.dev}/bin" ]; # fix "Killed: 9 test/test_bitcoin" # https://github.com/NixOS/nixpkgs/issues/179474 hardeningDisable = lib.optionals (stdenv.isAarch64 && stdenv.isDarwin) [ "fortify" "stackprotector" ]; nativeCheckInputs = [ python3 ]; doCheck = true; checkFlags = [ "LC_ALL=en_US.UTF-8" ] # QT_PLUGIN_PATH needs to be set when executing QT, which is needed when testing Bitcoin's GUI. # See also https://github.com/NixOS/nixpkgs/issues/24256 ++ lib.optional withGui "QT_PLUGIN_PATH=${qtbase}/${qtbase.qtPluginPrefix}"; enableParallelBuilding = true; meta = with lib; { description = "Open Source implementation of advanced blockchain features extending the Bitcoin protocol"; longDescription= '' The Elements blockchain platform is a collection of feature experiments and extensions to the Bitcoin protocol. This platform enables anyone to build their own businesses or networks pegged to Bitcoin as a sidechain or run as a standalone blockchain with arbitrary asset tokens. ''; homepage = "https://www.github.com/ElementsProject/elements"; maintainers = with maintainers; [ prusnak ]; license = licenses.mit; platforms = platforms.unix; }; } [result] Failed to update elementsd-simplicity unstable-2023-04-18 -> 23.2.1 https://github.com/ElementsProject/elements/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ephem, using log file: /var/log/nixpkgs-update/python311Packages.ephem/2024-03-16.log python311Packages.ephem 0 -> 1 attrpath: python311Packages.ephem Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kyhs7s5w1c2idp5469j51hjfid9rmv2x-packages.json.drv building '/nix/store/kyhs7s5w1c2idp5469j51hjfid9rmv2x-packages.json.drv'... Going to be running update for following packages: - python3.11-ephem-4.1.5 Press Enter key to continue... Running update for: - python3.11-ephem-4.1.5: UPDATING ... - python3.11-ephem-4.1.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ephem 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dask-glm, using log file: /var/log/nixpkgs-update/python311Packages.dask-glm/2024-03-16.log python311Packages.dask-glm 0 -> 1 attrpath: python311Packages.dask-glm Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2kv96mvc5rs1s4yczlxrljy8fb7hnhis-packages.json.drv building '/nix/store/2kv96mvc5rs1s4yczlxrljy8fb7hnhis-packages.json.drv'... Going to be running update for following packages: - python3.11-dask-glm-0.3.2 Press Enter key to continue... Running update for: - python3.11-dask-glm-0.3.2: UPDATING ... - python3.11-dask-glm-0.3.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dask-glm 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pydevccu, using log file: /var/log/nixpkgs-update/python311Packages.pydevccu/2024-03-16.log python311Packages.pydevccu 0 -> 1 attrpath: python311Packages.pydevccu Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vvla9drjjbla39wi0w1msc1kwjx1yvwa-packages.json.drv building '/nix/store/vvla9drjjbla39wi0w1msc1kwjx1yvwa-packages.json.drv'... Going to be running update for following packages: - python3.11-pydevccu-0.1.8 Press Enter key to continue... Running update for: - python3.11-pydevccu-0.1.8: UPDATING ... - python3.11-pydevccu-0.1.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pydevccu 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.m2crypto, using log file: /var/log/nixpkgs-update/python311Packages.m2crypto/2024-03-16.log python311Packages.m2crypto 0 -> 1 attrpath: python311Packages.m2crypto Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/54d0nfb58bfvnbqz3ybkr99xvldyyr6b-packages.json.drv building '/nix/store/54d0nfb58bfvnbqz3ybkr99xvldyyr6b-packages.json.drv'... Going to be running update for following packages: - python3.11-m2crypto-0.40.1 Press Enter key to continue... Running update for: - python3.11-m2crypto-0.40.1: UPDATING ... - python3.11-m2crypto-0.40.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/m2crypto/default.nix b/pkgs/development/python-modules/m2crypto/default.nix index 7353831bad39..48a4cba83ddb 100644 --- a/pkgs/development/python-modules/m2crypto/default.nix +++ b/pkgs/development/python-modules/m2crypto/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "m2crypto"; - version = "0.40.1"; + version = "0.41.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -19,7 +19,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "M2Crypto"; inherit version; - hash = "sha256-u/0RPsVXCMBYFiUqTwnkI33087v8gXHLvDMFfSV7uzA="; + hash = "sha256-OhNYx+6EkEbZF4Knd/F4a/AnocHVG1+vjxlDW/w/FJU="; }; nativeBuildInputs = [ An auto update branch exists with message `python311Packages.m2crypto: 0.40.1 -> 0.41.0`. New version is 0.41.0. An auto update branch exists with an equal or greater version [result] Failed to update python311Packages.m2crypto 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.ggquickeda, using log file: /var/log/nixpkgs-update/rPackages.ggquickeda/2024-03-16.log rPackages.ggquickeda 0.3.0 -> 0.3.1 https://repology.org/project/r:ggquickeda/versions attrpath: rPackages.ggquickeda 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.ggquickeda 0.3.0 -> 0.3.1 https://repology.org/project/r:ggquickeda/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.finbif, using log file: /var/log/nixpkgs-update/rPackages.finbif/2024-03-16.log rPackages.finbif 0.9.3 -> 0.9.5 https://repology.org/project/r:finbif/versions attrpath: rPackages.finbif Checking auto update branch... No auto update branch exists Old version 0.9.3" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.finbif 0.9.3 -> 0.9.5 https://repology.org/project/r:finbif/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyobihai, using log file: /var/log/nixpkgs-update/python311Packages.pyobihai/2024-03-16.log python311Packages.pyobihai 0 -> 1 attrpath: python311Packages.pyobihai Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nhfqsk07zhi1x0hkj0khwy8fw85ip111-packages.json.drv building '/nix/store/nhfqsk07zhi1x0hkj0khwy8fw85ip111-packages.json.drv'... Going to be running update for following packages: - python3.11-pyobihai-1.4.2 Press Enter key to continue... Running update for: - python3.11-pyobihai-1.4.2: UPDATING ... - python3.11-pyobihai-1.4.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyobihai 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.torchgpipe, using log file: /var/log/nixpkgs-update/python311Packages.torchgpipe/2024-03-16.log python311Packages.torchgpipe 0 -> 1 attrpath: python311Packages.torchgpipe Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/937xapnlsd4j3pbsc7phs4zsvaaw3qzm-packages.json.drv building '/nix/store/937xapnlsd4j3pbsc7phs4zsvaaw3qzm-packages.json.drv'... Going to be running update for following packages: - python3.11-torchgpipe-0.0.7 Press Enter key to continue... Running update for: - python3.11-torchgpipe-0.0.7: UPDATING ... - python3.11-torchgpipe-0.0.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.torchgpipe 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath usql, using log file: /var/log/nixpkgs-update/usql/2024-03-16.log usql 0 -> 1 attrpath: usql 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/bgpj2ls1bhwgciq9f30dzzafy9fr683g-packages.json.drv building '/nix/store/bgpj2ls1bhwgciq9f30dzzafy9fr683g-packages.json.drv'... Going to be running update for following packages: - usql-0.17.5 Press Enter key to continue... Running update for: - usql-0.17.5: UPDATING ... - usql-0.17.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update usql 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.rocm-comgr, using log file: /var/log/nixpkgs-update/rocmPackages.rocm-comgr/2024-03-16.log rocmPackages.rocm-comgr 0 -> 1 attrpath: rocmPackages.rocm-comgr Checking auto update branch... [version] [version] skipping because derivation has 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/g4xqr0vlxczqwiyk6zvi0wcr83553plc-update.sh.drv /nix/store/a3c87mbacmf4i5dnafd3s55bvnqwvk91-packages.json.drv building '/nix/store/g4xqr0vlxczqwiyk6zvi0wcr83553plc-update.sh.drv'... building '/nix/store/a3c87mbacmf4i5dnafd3s55bvnqwvk91-packages.json.drv'... Going to be running update for following packages: - rocm-comgr-5.7.1 Press Enter key to continue... Running update for: - rocm-comgr-5.7.1: UPDATING ... - rocm-comgr-5.7.1: ERROR --- SHOWING ERROR LOG FOR rocm-comgr-5.7.1 ---------------------- 'rocmPackages_5.rocm-comgr' is already at it's maximum allowed version. Any further upgrades should go into 'rocmPackages_X.rocm-comgr'. --- SHOWING ERROR LOG FOR rocm-comgr-5.7.1 ---------------------- The update script for rocm-comgr-5.7.1 failed with exit code 1 [result] Failed to update rocmPackages.rocm-comgr 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath google-compute-engine, using log file: /var/log/nixpkgs-update/google-compute-engine/2024-03-16.log google-compute-engine 0 -> 1 attrpath: google-compute-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/2glzwswwk0d3pkvxrpqrq8fq2f6d88x6-packages.json.drv building '/nix/store/2glzwswwk0d3pkvxrpqrq8fq2f6d88x6-packages.json.drv'... Going to be running update for following packages: - google-compute-engine-20190124 Press Enter key to continue... Running update for: - google-compute-engine-20190124: UPDATING ... - google-compute-engine-20190124: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/virtualization/google-compute-engine/default.nix b/pkgs/tools/virtualization/google-compute-engine/default.nix index c980a45bbef2..57e666807c66 100644 --- a/pkgs/tools/virtualization/google-compute-engine/default.nix +++ b/pkgs/tools/virtualization/google-compute-engine/default.nix @@ -11,13 +11,13 @@ buildPythonPackage rec { pname = "google-compute-engine"; - version = "20190124"; + version = "20191210"; src = fetchFromGitHub { owner = "GoogleCloudPlatform"; repo = "compute-image-packages"; - rev = version; - sha256 = "08cy0jd463kng6hwbd3nfldsp4dpd2lknlvdm88cq795wy0kh4wp"; + rev = "refs/tags/v${version}"; + sha256 = "sha256-kU8fz3+YoBfx4ovAQLGv5wlZleM3ZRCJnnGLB/1jKuU="; }; buildInputs = [ bash ]; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A google-compute-engine nix build failed. got build log for 'google-compute-engine' 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 @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/1j8ncc3wccjr1dnqf6m7d1jvsww8s2bg-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/packages/python-google-compute-engine/tox.ini @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase find: ‘google_compute_engine’: No such file or directory substitute(): ERROR: file 'google_config/udev/64-gce-disk-removal.rules' does not exist /nix/store/v099hqvw5z87423p4hz1vfhzaqa07dii-stdenv-linux/setup: line 131: pop_var_context: head of shell_variables not a function context [result] Failed to update google-compute-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 For attrpath rPackages.nimble, using log file: /var/log/nixpkgs-update/rPackages.nimble/2024-03-16.log rPackages.nimble 1.0.1 -> 1.1.0 https://repology.org/project/r:nimble/versions attrpath: rPackages.nimble Checking auto update branch... No auto update branch exists Old version 1.0.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.nimble 1.0.1 -> 1.1.0 https://repology.org/project/r:nimble/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.tensorflow, using log file: /var/log/nixpkgs-update/rPackages.tensorflow/2024-03-16.log rPackages.tensorflow 2.14.0 -> 2.15.0 https://repology.org/project/r:tensorflow/versions attrpath: rPackages.tensorflow Checking auto update branch... No auto update branch exists Old version 2.14.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.tensorflow 2.14.0 -> 2.15.0 https://repology.org/project/r:tensorflow/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO currently don't know how to update perl [result] Failed to update perl536Packages.NetSSH 0.09 -> 2.14 https://repology.org/project/perl:net-ssh/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.compositions, using log file: /var/log/nixpkgs-update/rPackages.compositions/2024-03-16.log rPackages.compositions 2.0-7 -> 2.0.8 https://repology.org/project/r:compositions/versions attrpath: rPackages.compositions Checking auto update branch... No auto update branch exists Old version 2.0-7" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.compositions 2.0-7 -> 2.0.8 https://repology.org/project/r:compositions/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.insight, using log file: /var/log/nixpkgs-update/rPackages.insight/2024-03-16.log rPackages.insight 0.19.7 -> 0.19.9 https://repology.org/project/r:insight/versions attrpath: rPackages.insight Checking auto update branch... No auto update branch exists Old version 0.19.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.insight 0.19.7 -> 0.19.9 https://repology.org/project/r:insight/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.sgd, using log file: /var/log/nixpkgs-update/rPackages.sgd/2024-03-16.log rPackages.sgd 1.1.1 -> 1.1.2 https://repology.org/project/r:sgd/versions attrpath: rPackages.sgd 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.sgd 1.1.1 -> 1.1.2 https://repology.org/project/r:sgd/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.redcapAPI, using log file: /var/log/nixpkgs-update/rPackages.redcapAPI/2024-03-16.log rPackages.redcapAPI 2.8.0 -> 2.8.4 https://repology.org/project/r:redcapapi/versions attrpath: rPackages.redcapAPI Checking auto update branch... No auto update branch exists Old version 2.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.redcapAPI 2.8.0 -> 2.8.4 https://repology.org/project/r:redcapapi/versions [options] github_user: r-ryantm, pull_request: 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.FutureIO 0.14 -> 0.15 https://repology.org/project/perl:future-io/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath j, using log file: /var/log/nixpkgs-update/j/2024-03-16.log j 9.5.1 -> 902 https://repology.org/project/j/versions attrpath: j 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/fk393v9bgqgxwz06cr2fj12cpzj8ziag-source.drv building '/nix/store/fk393v9bgqgxwz06cr2fj12cpzj8ziag-source.drv'... trying https://github.com/jsoftware/jsource/archive/902.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 'j.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/fk393v9bgqgxwz06cr2fj12cpzj8ziag-source.drv /nix/store/zzv68sizy5djy4z76nci780qz1ppj1jx-j-902.drv building '/nix/store/fk393v9bgqgxwz06cr2fj12cpzj8ziag-source.drv'... trying https://github.com/jsoftware/jsource/archive/902.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/fk393v9bgqgxwz06cr2fj12cpzj8ziag-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/jsoftware/jsource/archive/902.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/fk393v9bgqgxwz06cr2fj12cpzj8ziag-source.drv'. error: 1 dependencies of derivation '/nix/store/zzv68sizy5djy4z76nci780qz1ppj1jx-j-902.drv' failed to build [result] Failed to update j 9.5.1 -> 902 https://repology.org/project/j/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.wai-extra, using log file: /var/log/nixpkgs-update/haskellPackages.wai-extra/2024-03-16.log haskellPackages.wai-extra 3.1.13.0 -> 3.1.14 https://repology.org/project/haskell:wai-extra/versions attrpath: haskellPackages.wai-extra Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.wai-extra 3.1.13.0 -> 3.1.14 https://repology.org/project/haskell:wai-extra/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.pscl, using log file: /var/log/nixpkgs-update/rPackages.pscl/2024-03-16.log rPackages.pscl 1.5.5.1 -> 1.5.9 https://repology.org/project/r:pscl/versions attrpath: rPackages.pscl Checking auto update branch... No auto update branch exists Old version 1.5.5.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.pscl 1.5.5.1 -> 1.5.9 https://repology.org/project/r:pscl/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.MultiStatM, using log file: /var/log/nixpkgs-update/rPackages.MultiStatM/2024-03-16.log rPackages.MultiStatM 1.2.0 -> 1.2.1 https://repology.org/project/r:multistatm/versions attrpath: rPackages.MultiStatM 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.MultiStatM 1.2.0 -> 1.2.1 https://repology.org/project/r:multistatm/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.ChemoSpecUtils, using log file: /var/log/nixpkgs-update/rPackages.ChemoSpecUtils/2024-03-16.log rPackages.ChemoSpecUtils 1.0.3 -> 1.0.4 https://repology.org/project/r:chemospecutils/versions attrpath: rPackages.ChemoSpecUtils 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.ChemoSpecUtils 1.0.3 -> 1.0.4 https://repology.org/project/r:chemospecutils/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO currently don't know how to update perl [result] Failed to update perl536Packages.CodeTidyAll 0.83 -> 0.84 https://repology.org/project/perl:code-tidyall/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.terra, using log file: /var/log/nixpkgs-update/rPackages.terra/2024-03-16.log rPackages.terra 1.7-65 -> 1.7.71 https://repology.org/project/r:terra/versions attrpath: rPackages.terra Checking auto update branch... No auto update branch exists Old version 1.7-65" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.terra 1.7-65 -> 1.7.71 https://repology.org/project/r:terra/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.eom, using log file: /var/log/nixpkgs-update/mate.eom/2024-03-16.log mate.eom 0 -> 1 attrpath: mate.eom mate packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/50695#issuecomment-441338593 [result] Failed to update mate.eom 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gitqlient, using log file: /var/log/nixpkgs-update/gitqlient/2024-03-16.log gitqlient 0 -> 1 attrpath: gitqlient Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1414dzs2qqxgk3dk5fchpfd13cxhgbaq-packages.json.drv building '/nix/store/1414dzs2qqxgk3dk5fchpfd13cxhgbaq-packages.json.drv'... Going to be running update for following packages: - gitqlient-1.6.2 Press Enter key to continue... Running update for: - gitqlient-1.6.2: UPDATING ... - gitqlient-1.6.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update gitqlient 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pifpaf, using log file: /var/log/nixpkgs-update/pifpaf/2024-03-16.log pifpaf 0 -> 1 attrpath: pifpaf Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bjvy29iihcifx1vn9zlf39pj781l72ah-packages.json.drv building '/nix/store/bjvy29iihcifx1vn9zlf39pj781l72ah-packages.json.drv'... Going to be running update for following packages: - pifpaf-3.1.5 Press Enter key to continue... Running update for: - pifpaf-3.1.5: UPDATING ... - pifpaf-3.1.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pifpaf 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath v2ray-geoip, using log file: /var/log/nixpkgs-update/v2ray-geoip/2024-03-16.log v2ray-geoip 2024-03 -> 202403140037 https://github.com/v2fly/geoip/releases attrpath: v2ray-geoip Checking auto update branch... No auto update branch exists 202403140037 is not newer than 2024-03 according to Nix; versionComparison: -1 [result] Failed to update v2ray-geoip 2024-03 -> 202403140037 https://github.com/v2fly/geoip/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.proboscis, using log file: /var/log/nixpkgs-update/python311Packages.proboscis/2024-03-16.log python311Packages.proboscis 0 -> 1 attrpath: python311Packages.proboscis Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/arambivcpzz7sc9bql6y7fjdkmabr833-packages.json.drv building '/nix/store/arambivcpzz7sc9bql6y7fjdkmabr833-packages.json.drv'... Going to be running update for following packages: - python3.11-proboscis-1.2.6.0 Press Enter key to continue... Running update for: - python3.11-proboscis-1.2.6.0: UPDATING ... - python3.11-proboscis-1.2.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.proboscis 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mohawk, using log file: /var/log/nixpkgs-update/python311Packages.mohawk/2024-03-16.log python311Packages.mohawk 0 -> 1 attrpath: python311Packages.mohawk Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5ijy6zz41xi6h0gm4ssdlzci24qi7b0f-packages.json.drv building '/nix/store/5ijy6zz41xi6h0gm4ssdlzci24qi7b0f-packages.json.drv'... Going to be running update for following packages: - python3.11-mohawk-1.1.0 Press Enter key to continue... Running update for: - python3.11-mohawk-1.1.0: UPDATING ... - python3.11-mohawk-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mohawk 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.restrictedpython, using log file: /var/log/nixpkgs-update/python311Packages.restrictedpython/2024-03-16.log python311Packages.restrictedpython 0 -> 1 attrpath: python311Packages.restrictedpython Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/r37l0gdyirhrbay2g5v3r5sdnif5xgdg-packages.json.drv building '/nix/store/r37l0gdyirhrbay2g5v3r5sdnif5xgdg-packages.json.drv'... Going to be running update for following packages: - python3.11-restrictedpython-7.1 Press Enter key to continue... Running update for: - python3.11-restrictedpython-7.1: UPDATING ... - python3.11-restrictedpython-7.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.restrictedpython 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.isbnlib, using log file: /var/log/nixpkgs-update/python311Packages.isbnlib/2024-03-16.log python311Packages.isbnlib 0 -> 1 attrpath: python311Packages.isbnlib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3900hm2n2w19r4lbdblk2245ln4pn0wb-packages.json.drv building '/nix/store/3900hm2n2w19r4lbdblk2245ln4pn0wb-packages.json.drv'... Going to be running update for following packages: - python3.11-isbnlib-3.10.14 Press Enter key to continue... Running update for: - python3.11-isbnlib-3.10.14: UPDATING ... - python3.11-isbnlib-3.10.14: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.isbnlib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pugixml, using log file: /var/log/nixpkgs-update/pugixml/2024-03-16.log pugixml 1.13 -> 1.14 https://github.com/zeux/pugixml/releases attrpath: pugixml Checking auto update branch... An auto update branch exists with message `pugixml: 1.13 -> 1.14`. New version is 1.14. An auto update branch exists with an equal or greater version [result] Failed to update pugixml 1.13 -> 1.14 https://github.com/zeux/pugixml/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.iemiscdata, using log file: /var/log/nixpkgs-update/rPackages.iemiscdata/2024-03-16.log rPackages.iemiscdata 1.0.0 -> 1.0.1 https://repology.org/project/r:iemiscdata/versions attrpath: rPackages.iemiscdata Checking auto update branch... No auto update branch exists Old version 1.0.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.iemiscdata 1.0.0 -> 1.0.1 https://repology.org/project/r:iemiscdata/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.uv, using log file: /var/log/nixpkgs-update/php81Extensions.uv/2024-03-16.log php81Extensions.uv 0 -> 1 attrpath: php81Extensions.uv Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7ww0k83gp6zv34pbhrx9nslc8rqkx1yb-packages.json.drv building '/nix/store/7ww0k83gp6zv34pbhrx9nslc8rqkx1yb-packages.json.drv'... Going to be running update for following packages: - php-uv-0.3.0 Press Enter key to continue... Running update for: - php-uv-0.3.0: UPDATING ... - php-uv-0.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update php81Extensions.uv 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mop, using log file: /var/log/nixpkgs-update/mop/2024-03-16.log mop 1.0.0 -> 2024.01.14 https://repology.org/project/mop/versions attrpath: mop 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/p82vjmnibqd8g5dhav2z3cr7hqv8p614-source.drv building '/nix/store/p82vjmnibqd8g5dhav2z3cr7hqv8p614-source.drv'... trying https://github.com/mop-tracker/mop/archive/v2024.01.14.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 'mop.originalSrc' not found stderr did not split as expected full stderr was: these 3 derivations will be built: /nix/store/p82vjmnibqd8g5dhav2z3cr7hqv8p614-source.drv /nix/store/mpbclzvdq68qa9nam5w2vdy5s4449n2x-mop-2024.01.14-go-modules.drv /nix/store/8yqw1qvi2hvc274cd7a4iscjyg1agk08-mop-2024.01.14.drv building '/nix/store/p82vjmnibqd8g5dhav2z3cr7hqv8p614-source.drv'... trying https://github.com/mop-tracker/mop/archive/v2024.01.14.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/p82vjmnibqd8g5dhav2z3cr7hqv8p614-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/mop-tracker/mop/archive/v2024.01.14.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/p82vjmnibqd8g5dhav2z3cr7hqv8p614-source.drv'. error: 1 dependencies of derivation '/nix/store/8yqw1qvi2hvc274cd7a4iscjyg1agk08-mop-2024.01.14.drv' failed to build [result] Failed to update mop 1.0.0 -> 2024.01.14 https://repology.org/project/mop/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath goss, using log file: /var/log/nixpkgs-update/goss/2024-03-16.log goss 0 -> 1 attrpath: goss 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/s6ilrxy4vg89xdh669xw34yspprvwnli-packages.json.drv building '/nix/store/s6ilrxy4vg89xdh669xw34yspprvwnli-packages.json.drv'... Going to be running update for following packages: - goss-0.4.4 Press Enter key to continue... Running update for: - goss-0.4.4: UPDATING ... - goss-0.4.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update goss 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.gt, using log file: /var/log/nixpkgs-update/rPackages.gt/2024-03-16.log rPackages.gt 0.10.0 -> 0.10.1 https://repology.org/project/r:gt/versions attrpath: rPackages.gt Checking auto update branch... No auto update branch exists Old version 0.10.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.gt 0.10.0 -> 0.10.1 https://repology.org/project/r:gt/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mopidy-mopify, using log file: /var/log/nixpkgs-update/mopidy-mopify/2024-03-16.log mopidy-mopify 0 -> 1 attrpath: mopidy-mopify Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rv8ml85ngmd0if0rzcj9g2c9xdvpki88-packages.json.drv building '/nix/store/rv8ml85ngmd0if0rzcj9g2c9xdvpki88-packages.json.drv'... Going to be running update for following packages: - Mopidy-Mopify-1.7.3 Press Enter key to continue... Running update for: - Mopidy-Mopify-1.7.3: UPDATING ... - Mopidy-Mopify-1.7.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update mopidy-mopify 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.webrtc-noise-gain, using log file: /var/log/nixpkgs-update/python311Packages.webrtc-noise-gain/2024-03-16.log python311Packages.webrtc-noise-gain 0 -> 1 attrpath: python311Packages.webrtc-noise-gain Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fw2gvrlig91f51cq2vaa2alcj7vk3pd3-packages.json.drv building '/nix/store/fw2gvrlig91f51cq2vaa2alcj7vk3pd3-packages.json.drv'... Going to be running update for following packages: - python3.11-webrtc-noise-gain-1.2.3 Press Enter key to continue... Running update for: - python3.11-webrtc-noise-gain-1.2.3: UPDATING ... - python3.11-webrtc-noise-gain-1.2.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.webrtc-noise-gain 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.torchinfo, using log file: /var/log/nixpkgs-update/python311Packages.torchinfo/2024-03-16.log python311Packages.torchinfo 0 -> 1 attrpath: python311Packages.torchinfo 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/7xhcgp54s99l86hrmapqc5fgjw21x8q7-packages.json.drv building '/nix/store/7xhcgp54s99l86hrmapqc5fgjw21x8q7-packages.json.drv'... Going to be running update for following packages: - python3.11-torchinfo-1.8.0 Press Enter key to continue... Running update for: - python3.11-torchinfo-1.8.0: UPDATING ... - python3.11-torchinfo-1.8.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.torchinfo 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath iosevka-bin, using log file: /var/log/nixpkgs-update/iosevka-bin/2024-03-16.log iosevka-bin 0 -> 1 attrpath: iosevka-bin Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/822b8y2v2b3j4rn28ssakl5qz2gh7ry4-packages.json.drv building '/nix/store/822b8y2v2b3j4rn28ssakl5qz2gh7ry4-packages.json.drv'... Going to be running update for following packages: - Iosevka-bin-29.0.1 Press Enter key to continue... Running update for: - Iosevka-bin-29.0.1: UPDATING ... - Iosevka-bin-29.0.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/data/fonts/iosevka/bin.nix b/pkgs/data/fonts/iosevka/bin.nix index 8c1d28cfda88..e0fb9bcabcc2 100644 --- a/pkgs/data/fonts/iosevka/bin.nix +++ b/pkgs/data/fonts/iosevka/bin.nix @@ -17,7 +17,7 @@ let in stdenv.mkDerivation rec { pname = "${name}-bin"; - version = "29.0.1"; + version = "29.0.2"; src = fetchurl { url = "https://github.com/be5invis/Iosevka/releases/download/v${version}/PkgTTC-${name}-${version}.zip"; diff --git a/pkgs/data/fonts/iosevka/variants.nix b/pkgs/data/fonts/iosevka/variants.nix index 0ebf09f82621..8a5127b3fd33 100644 --- a/pkgs/data/fonts/iosevka/variants.nix +++ b/pkgs/data/fonts/iosevka/variants.nix @@ -1,93 +1,93 @@ # This file was autogenerated. DO NOT EDIT! { - Iosevka = "1nahnfmivrwdy64xk4lkm8lb3zhj3q6prb8fhwkz0fw9jrl90qd4"; - IosevkaAile = "1vk1bimj83yfzn8p0ww0mcw65r7s7d0nhx1s01wvpjdszq5z01g1"; - IosevkaCurly = "13z9a6szvvl2jp0l47j9mad1bhxwps17r5awkj4i17lpwnh2j09g"; - IosevkaCurlySlab = "1z7m6317a2bkdxv59as3zhhzh2wx39nmpw3nhgnx2rg23hl1ykih"; - IosevkaEtoile = "0zj6bvvpmdfh3p6agn1jlb2pc6701fqgql2dp1lpivlrb85k2d5l"; - IosevkaSlab = "1cvv8fc3a3rgslh9zy6lsbpijapsqx3cqckncbjyv9y10n4lff7p"; - IosevkaSS01 = "0lxnjv3z794hd9y7rxzgi6kz7dcmgr6605s73bxj2k2zwjaj25ca"; - IosevkaSS02 = "0axhww5zmj4rdif5hp3rqx6k4jb4kypcw2ixzq9dw4p2kjffnhkc"; - IosevkaSS03 = "0iamdny07rlzc621w5q1pkmdiw50fcfkg8xp21syw78g07ip492j"; - IosevkaSS04 = "0zxwaqbdsj9agp30ign1fvb80y33lirfhi5bsc003dc7g3s250xg"; - IosevkaSS05 = "1is00nvqvnam87hy6vdd36jmsznsphqn81cs3dia68q2bh6v73gk"; - IosevkaSS06 = "077fyfzkg8mhjazwa9fjf9gnh7ifdqxg2ycnzxdyma0dn3222wx2"; - IosevkaSS07 = "19idgw1aq440hk704b729zgxrsgxc7yi57s8wgjclmf7bbdx22mx"; - IosevkaSS08 = "0r2jdljp4arc4j2xa3av17rg3fzhjh5w1y54idzzhv0wxkhq6jpv"; - IosevkaSS09 = "0dr50svi8p7ndhch7v9m17fck5yha2xbf11aqi5dnx823xnp0gzk"; - IosevkaSS10 = "17gzdnyy0zlzysmbl4gwk0mamk1qj3gnhhx0ka3wacpykcgm2q7q"; - IosevkaSS11 = "1cksgn1a923n70mwd9npmlgnz4mxm5jscf0svh9058v3grzkqw9s"; - IosevkaSS12 = "11dj6r3vlfa695p0g21rmyh6ilvkp2286x1379r1r2a1l7s265sy"; - IosevkaSS13 = "0wlkpaix8zh7sxvwi6sp7qyrziylaa0h0s4981yap9pc3wgp6d9h"; - IosevkaSS14 = "1znw5762hl4g7zwz7360akrnyzk5cvfl3y6sa82ljwv1a2fdhfm0"; - IosevkaSS15 = "09srcc7zi5b5is75mh2d8r9p10dnmd1yd78vmykwngdlxyhsphwp"; - IosevkaSS16 = "1jmq4qkvld2g0d4j83zfby0qccv0wnfpqnx269dxcp5pw9nkq6d6"; - IosevkaSS17 = "0yrjxj8fshpycv87hpqx0f71z8g79r0qb3r6kw8gk8mqviiifp88"; - IosevkaSS18 = "0nx2pfgrgxhii2mv5zya51dwmlyk448p2kgxn52g79yj57f63ycl"; - SGr-Iosevka = "0rgpswnkb87rkfqh7jzd8z7jqj6l5prrnx5hpsbd55091qw29yfw"; - SGr-IosevkaCurly = "0h5ny3vqy5il9542zkr5hxgrq5qx4ky0g67m4nf5whyi2n1b7i2v"; - SGr-IosevkaCurlySlab = "179vll8ywfpxzadwm4w7x70aav7na33dii4mjhx6dxmdbw9mwxjq"; - SGr-IosevkaFixed = "0pvxc8na5hvdgddwgkr3vsn8mr0j06z8vy3519fdjq9mianvf0h9"; - SGr-IosevkaFixedCurly = "0y58azsbq9zw1fxmdi36z939ss8mz099iipg0wynmsyckvla8ida"; - SGr-IosevkaFixedCurlySlab = "1mkh496pp8fggsqlriz7125lcnh0vjm81csipsrpq55c17hkdqwg"; - SGr-IosevkaFixedSlab = "1ss0j0x4c8wi4swjgl7hain5qh9dnvldhgki8n0azmi1qrxv2isx"; - SGr-IosevkaFixedSS01 = "1xvrzib1srnp4v5mxrp8vi38lap53jf402hgipmfmdac3zhzybzw"; - SGr-IosevkaFixedSS02 = "0bd66z5h8vzmm16s54kf4n694cqxsvniwhd1vp25wifkspq2giij"; - SGr-IosevkaFixedSS03 = "08dx6b58mjq3fy2dnvw68vb12pq7rsplrrxhz3fygx6nv2mc7rnn"; - SGr-IosevkaFixedSS04 = "0nj66p91kldzwzvaq2nwsmdc4v2qv2b3rwvcv8ffk23sacy7bci6"; - SGr-IosevkaFixedSS05 = "19n22pfqfz8b80hbw8sj0l0f19g1yi737wgxg82s221w2zrzjgri"; - SGr-IosevkaFixedSS06 = "1m65l05qrv2in9idbx53ialg8wkrszb3y516cy39n8f7ish5rdhl"; - SGr-IosevkaFixedSS07 = "1fyphdwa352nnzvbighgxjmg31dfrswfwx2akq56v1jbssk5vpfa"; - SGr-IosevkaFixedSS08 = "0b0l1p62nxc5k46wqz8dih2b4gn96b5mgpnqr6m5nhb8n1ygwqik"; - SGr-IosevkaFixedSS09 = "1in2wg4c3ggvi3r8x7fcd4jm1qsh10ppng025m8n57j9ziz0a3s9"; - SGr-IosevkaFixedSS10 = "0m7arqxzb368pz1ns05szk159ir07h5yy9x436csjg8cnqsdw426"; - SGr-IosevkaFixedSS11 = "0vz1lasrhqwkpfawvy0p5ygcr9xkg3am9xc7xmnfspvydjmf8s5l"; - SGr-IosevkaFixedSS12 = "052yjy84jika9r6w1ivh6l13h9300rydaraxjhp6shgmdknd3qhn"; - SGr-IosevkaFixedSS13 = "09qs91m4bc9dl4bipz0sfpmd5b0vly6ql01zvbn5n4kwh4591l53"; - SGr-IosevkaFixedSS14 = "1x6jwx9daivf7mgjip9n3klprmvqm2s2dhg2alcbcmk9xk45ldzv"; - SGr-IosevkaFixedSS15 = "0p6d53zk7agpjsrjx97dm5xk5j45xx4ynq034r61hdm9dagh9p9w"; - SGr-IosevkaFixedSS16 = "1n4w7p4a8plq0fw5hvsq601z6zcrx1793s8snczxfy8sd1ggw68h"; - SGr-IosevkaFixedSS17 = "0paiwkkar6lzlggilds5z4qq7mw7qhcj8syn0hpyfivx1jh5zp0x"; - SGr-IosevkaFixedSS18 = "0ghxl8zxpwz3sg89kx8s1qhrv5r7hcp77dv2k6wihfdqbi507pp6"; - SGr-IosevkaSlab = "10d6miynr4ywjni5x306bkyimvrf8nxr9nq3khnfrm64al5kv8ly"; - SGr-IosevkaSS01 = "19467salb40flls3fijskx6g9jjbw7kzni9fikr1141hd6rp7a9d"; - SGr-IosevkaSS02 = "0vqyxrk3v48l6l1z5lvhqq56xff1v6pjr5q6n5nn8jlf22jmrdx3"; - SGr-IosevkaSS03 = "1y39rdg4rap3l55ga2kjp7dxr4bi3g3n3mhm1f3s15xmjx9wh3hr"; - SGr-IosevkaSS04 = "1igx2d1fh328w7jr8nz24kdh5jdr8gdp2hwmh5rg09jw400v9pph"; - SGr-IosevkaSS05 = "0a7yw1nig9j64jhs9dmm26367f4b8d3kz55x2r0nny20l309iwc7"; - SGr-IosevkaSS06 = "1diq8s859lh02pv2g6gq3d8f2wva0vh7mim3rygd5p6nhsz1z0ya"; - SGr-IosevkaSS07 = "0y9kwms1qfnpdzzrsxrmla1vhvxldz7bj0162k9kfphmg49kdzp6"; - SGr-IosevkaSS08 = "0zlgvck0c5rnkc6v0zfxl2bj2py1mvahag9f9x4z537b2f71miwb"; - SGr-IosevkaSS09 = "0aqr55cyik59d807xwn4xbalq3hkj85wphxb713qcdqxh0fx14m3"; - SGr-IosevkaSS10 = "0racfcw376s4z3kpb928d9kif6gqgcqyj6m0mpbwgap5fxjq227b"; - SGr-IosevkaSS11 = "0pirg5pvmbs3c630x6fh685rnmqam7nciyvv00280fal8pn2q90d"; - SGr-IosevkaSS12 = "0hm1jjsmi1chmvq4yf7fy2xsj2zvqxwhip0cn3ndhk35zi0y31dk"; - SGr-IosevkaSS13 = "180pq16ax9inx454ar5biwfwi4n6h1zivg55czm50pb444a7lm6f"; - SGr-IosevkaSS14 = "120cmw9s8cpjbdkvrl9cqy52pv5pxx1cy9ngbanhrma6pfssfq27"; - SGr-IosevkaSS15 = "10x25vcpknig8bdd0iqb7i1s18l2m3r72kdmnxf227ba1gy4rizn"; - SGr-IosevkaSS16 = "0jm07z7sgvr07zrzk51irxlnv8r1frsc5ay4yks3qh3gbphc35bb"; - SGr-IosevkaSS17 = "103n3cy3vfcb7yirj78x0q73prw5c5hx2493daqy6qvhwb52xm4g"; - SGr-IosevkaSS18 = "1grgq4147nh0g4d0dvcmmwz1xmhar4gdjv8rgng2z8fc4sbvlvjf"; - SGr-IosevkaTerm = "0i356wmzxlii2wc15va2m4sl56lg099xyixjkcc5w2p57dycljl5"; - SGr-IosevkaTermCurly = "1mna0m08wi2gmbmj2gdnk4z1pqvyvrbig2wrna104mcc121slnmg"; - SGr-IosevkaTermCurlySlab = "06gy71wg5nkdx6nk1l97ag100if5fy44bc4bnj4v0whnd6a4rgvj"; - SGr-IosevkaTermSlab = "1w2508a24rf21vaiy15pb0flk3gb7am8iv7x0px9bljpng9pnanr"; - SGr-IosevkaTermSS01 = "1gnmr32n3z8hm8xjcix9bkip1hpp4fdhzqvvw5iwaa259xz1x6pf"; - SGr-IosevkaTermSS02 = "19a88y4kpfxqw9fgy0yx6mv48mx5hmpijpc9bswn79lfxdhv2kc9"; - SGr-IosevkaTermSS03 = "13y1i1gfzgf0p5x75kf61j4ya9gmphjw6wj5j6a3fx5nxg2856pi"; - SGr-IosevkaTermSS04 = "1q1p6gj2wx1pp9s46rw08nrdpm87xgx67vmi2dllkf20azs264vp"; - SGr-IosevkaTermSS05 = "1kkz5sb8i9fsj27zd4nvlvnfc6scq00nmw5vc7r700jn0aqzlhyb"; - SGr-IosevkaTermSS06 = "1wbc1y2l8lqg0qcsf8iq0w6nglhsgns8dmvf94ay2mzwmq2acw1i"; - SGr-IosevkaTermSS07 = "1s9wsmqlliy1rf7gj15p4z8vmlhyxq7c2w8hyqf5az97rqprx6ir"; - SGr-IosevkaTermSS08 = "17cjrwnladjnmch73l55p8bhdnbpr2jk8r6ssrs3pr1pi4xiv5i2"; - SGr-IosevkaTermSS09 = "16fy6pwh8qlnl1knp429rhvcx26ldcb0vri614cv87fwm7vvykql"; - SGr-IosevkaTermSS10 = "0vg3qqhbc308m90h7cy1av62zy5a34rzl60kba3d1skq1mf9zwlm"; - SGr-IosevkaTermSS11 = "08k73y8nrdzjn23fbpc5qn9gff8zvb65yb6hcrj359p0dxwx0r24"; - SGr-IosevkaTermSS12 = "10vlww4by76a2yvczimhv5y8wcxl6ir5sal8qcfbkz11ml2fp5q6"; - SGr-IosevkaTermSS13 = "1a62vdsdk5c42gi34gi345dqqirn7rqdpfj0chc3394wjdx3g1bl"; - SGr-IosevkaTermSS14 = "0aq251sw84l8phys73589ky4xymbdglnn1ff07a6k862r3c1bzz0"; - SGr-IosevkaTermSS15 = "0mslmw4ywgdfhz1xgpa2ybhxpa423l2f8dwgxz6ngmbrl8sbqcr9"; - SGr-IosevkaTermSS16 = "1sr2sm1i6isivd3qgirxhgscf54sqw2cm5p7zhj9jqnmgsvvm1p2"; - SGr-IosevkaTermSS17 = "00x3h0pp0q0hrqhy5mf0smf6gf5hxn19yvk6cnlsbkgfhgw5swh9"; - SGr-IosevkaTermSS18 = "0nv7pqwwfwgrdam0f2104x8p4v1b4lvxqv1pzab32l1s61iw7jsz"; + Iosevka = "1yw8dj5fs6acs0vcm5jdglgqqpx82nfwwhr8kzlcjvrjiyn0dg3q"; + IosevkaAile = "1jl6v43r9kh5a3frplr8l133d9abipxm7fpzfwnf8d9l2pm1ipmn"; + IosevkaCurly = "1f9v8y3hpn4ldr2qixzx5amzx37xiwhi7lpmf1lsf3z7fdack1jm"; + IosevkaCurlySlab = "1viaiydv9if9q7d86y8c74xd724dgcfy471xxr6khhlfj2akfaki"; + IosevkaEtoile = "17i072i6fjqpf9bkb8gsdjhxcm9nlg8zyprm1rs9qcwvvd2cjjxv"; + IosevkaSlab = "18b9w8nx26vq5c2izdg1vgiihjldwc58vyrxwvmkf854h7k2rbnh"; + IosevkaSS01 = "0dzs6lipc91ywnrxiyxb5vyg4srqlnvr3nfcgilxws9c3dl1ny39"; + IosevkaSS02 = "15f5n44zq5x5yv9kdr76gp1nsiwkqjibni7i9zbvzxwmr2x8bsai"; + IosevkaSS03 = "06c1kv6k08zxcl1ykyhypqc59xsc6fmp2s4mcwb9yj4l67dx5ly7"; + IosevkaSS04 = "1d2bsfwl9idxzy721r3qbslz2cdl5mdbsnsv34p1blwwxq98bksn"; + IosevkaSS05 = "1v8mbs5ig46hl4g3d19hbg7nza95vryr4lyfd23d0slp811rf9sv"; + IosevkaSS06 = "1yffycdr8p66cjkh77j9k2vbnwmj1j0c37k92ryahflwjzcq42ma"; + IosevkaSS07 = "0xgpsi1nn8s01mg91jq3i4dvq9l0xwr7ynq6jm200x5qqmaaf62h"; + IosevkaSS08 = "1lxrmf0mz8id65gxib7ca895a2fn93aagmks309lbllxhw1pmqqf"; + IosevkaSS09 = "16x9b2mh6ka67rjm6q4slkzn3g3sca9ash5vqwnmwvab554gh8qp"; + IosevkaSS10 = "1797wikyqj2gy13isws0qivsgn0qw16ffijn945nmp8cwpm0lq8x"; + IosevkaSS11 = "162fg9mf651sm3br7sl0h97rfd9zyb0x0pqx9nnjdx8d9k36yqiw"; + IosevkaSS12 = "0pqrwh6332yja8gp9fhc4rn6a32slzwn9rlqcgvs725a16n3yw5g"; + IosevkaSS13 = "1w75sicj7h6b3yxf98ycjifjkg138ip3f8l9l38syp96ggwwz2dl"; + IosevkaSS14 = "0p0ix1zfrzpy95mz21lif88i81p9zy155735yycp633ii9lvgwa2"; + IosevkaSS15 = "1qazyvfwligaldx711mhnj9iaf9qx14m1d7v0jxc2q92f891z51z"; + IosevkaSS16 = "0ph5c5cn8ibm5jig7hvnhdy7jsvb8nvwi977d7v1618xbyhjgcwp"; + IosevkaSS17 = "154mfqfnpi8qhf37g73y8716h4lz52aam3gmmwq6is9ibi6z9ygp"; + IosevkaSS18 = "1y02ymzx464xv8yb4f2pq05mm42hs9md1azwk8nvi9ad6hvd9k4n"; + SGr-Iosevka = "11zwmbj2d9yzzylrl9jdq63z9c25z8lxpj82h6xl63a7ap099671"; + SGr-IosevkaCurly = "1mqcb1f2sp4n1459pj045gpsgppwr6mbp4cnw0njf53n4lcxckd3"; + SGr-IosevkaCurlySlab = "1n0bzhwhwal2hh4k1ncs9ih5j87jxsfmbhln85lh4fh1ch06605y"; + SGr-IosevkaFixed = "07w221c4khvi59l2b7i3srdlxnn2mifn9fqm0fzh9bfp5vj2f5hi"; + SGr-IosevkaFixedCurly = "0flnn2x52m49qqwqrplkdhgcbv8k0409ylykpy49gfyddi3i5mgi"; + SGr-IosevkaFixedCurlySlab = "1fl22fbil4cn7lhm8lag1gbv8hya79z7djndwwl5hkk2hxirq6bl"; + SGr-IosevkaFixedSlab = "1x631dmmmmszrwpq9prirss216cyjkcjmwqf054rca7myr2np0zs"; + SGr-IosevkaFixedSS01 = "01ld26vrabvpamp1l9immvj46yad0v4cn6i95im75ypjqsfcj48w"; + SGr-IosevkaFixedSS02 = "1rqmami9diid5r2zakp2c8asvvfwrnr3p2cb1zncldxk8kg8f1v7"; + SGr-IosevkaFixedSS03 = "18ywq6py1mvwqnjgs5h2ymzl0hxi884p792mgdyc55y40hzkx0wl"; + SGr-IosevkaFixedSS04 = "0hv6phnikfl8fi7mzxih73c4x84cvzb6kbqhg12mci5874ic9kf3"; + SGr-IosevkaFixedSS05 = "1l9ln1bf34709wa9y45pfwb2abls3sckygfx3wxx4yhwv2a9i1v4"; + SGr-IosevkaFixedSS06 = "00lw0i99qh0rzahd1sbnrzfla8dd774sav5fi4gyhh877k3njzq2"; + SGr-IosevkaFixedSS07 = "11wkvplaws7miiqbcd9jjcxr5mi83i4cyhn7cynhg4qjb260zx3c"; + SGr-IosevkaFixedSS08 = "04kqwbxxymb15qm3lzvd1i1jcbvhha8dn03fpw85cznr4287jjbx"; + SGr-IosevkaFixedSS09 = "05x8j5zgm1kfjyfqxrljpmfnvrx5a430ksqcm0mh9hfw466z2pcl"; + SGr-IosevkaFixedSS10 = "1z48b7hf7bawpjip5lxzfv4lddxis7xbs0ymqpsgbjpg6c5l3p8i"; + SGr-IosevkaFixedSS11 = "1acvzpdzfqr03rs1nyfm4myww90xcfn04gvrs7641akfc6y20z0c"; + SGr-IosevkaFixedSS12 = "0wrq0hv4xlbmkmb9bnkmck7h5w14laiiir61wpg1dma1qq0bw4nr"; + SGr-IosevkaFixedSS13 = "10xldxsxyk7bscamhpx7lp2lw9fls5kn9fd7jpk1mb4sc3xkyivh"; + SGr-IosevkaFixedSS14 = "0rn60sridd2kvxc45662lq9qib9zmy5rl9g1125jzwdnc6vh3zpl"; + SGr-IosevkaFixedSS15 = "196a9z1dc71jpb1psl1j2qivmgh8id74g1cc4pf86kg00gql5pr5"; + SGr-IosevkaFixedSS16 = "0kbpnh470fns0c7vg0v204vbgxcda0ff67swdavif0j36zwd7cbz"; + SGr-IosevkaFixedSS17 = "07z43yl5wlp05sis1z11fp93pqrd4w19g7zjz0nlwmv2kzcrzyf7"; + SGr-IosevkaFixedSS18 = "0qprlh0a5250rpy64qk5r43rr6xzirdyncg9pggsgsk0zws4ln2w"; + SGr-IosevkaSlab = "1rx40qivi5x5c406wmiaychrac2c789kcj7jr7fjxxhfj6anv6p7"; + SGr-IosevkaSS01 = "0hjfarb36ga3hm79j7jnzf3lrbpmry2fjg7nlg6h5mwsqrfsr3mw"; + SGr-IosevkaSS02 = "0c4q4px29iab6pvdsksjzb15d38iyvy4ijwjq16q0bj77pama1n7"; + SGr-IosevkaSS03 = "0045mni3gjnfhy65jrd7i8abxjxdwccccasl48n4pfh4myr6imi7"; + SGr-IosevkaSS04 = "0ybg72n0nm6wa8as4bgrc3wdpwzi4137v7cz3ahnvsx7zmvvd49m"; + SGr-IosevkaSS05 = "1dim8mq9cf6b5zhjqs92d4lwbpqb1r00mq0dqb5pwszgzz80w78q"; + SGr-IosevkaSS06 = "1bbpfp3w8vg47x91zsnr28zqc8ba6z24qw42nap1s1apjd7lr1h9"; + SGr-IosevkaSS07 = "1hn0kzzlr8c3bl6b2i26fqgh82hlxw70yapl4ckxmm117kn9lvv1"; + SGr-IosevkaSS08 = "17kpx8b25wnfaqsdx92gj4njfrr7xpwqdwwqd2zsyfc32h3iwp0i"; + SGr-IosevkaSS09 = "1sh31rfxg775gbq0rgmjrlcff72xnbsbcasm83c0i20j97xvyylm"; + SGr-IosevkaSS10 = "0kf2rnwvfgk92mrlv8hvx8jph2wadsk0nihlmmxxgnf4c1i25ik6"; + SGr-IosevkaSS11 = "1086ycp819g78w1mjn9cjxhv2swhihbn84106lgxfdp5y65c3ylg"; + SGr-IosevkaSS12 = "0zrkvvwwz1apdm0j21jc40ck3900hhcxg8h5mdjf5g46mq516g6m"; + SGr-IosevkaSS13 = "1z7dvsa7bwkkk8cqfw8d0inmzyzpwsich3nr34drm66gl8nva2xz"; + SGr-IosevkaSS14 = "179mdqpfr411p5xv6abissk6bg43wyfi74634bf1sc04yqjpb54c"; + SGr-IosevkaSS15 = "10k83br5a23ls69av56b5bdsgixqjxba1mws7k25lm0rb5rmp7rr"; + SGr-IosevkaSS16 = "11v6i6n9l73sszj78cinaq7glkc6s9yqk1q4hyg7zxixix66wa1s"; + SGr-IosevkaSS17 = "0086w97065dya4psvgzgi7njsgx92fndzxmb51syl2274m4kl29y"; + SGr-IosevkaSS18 = "0c6pzvkv7c9fzrn913rcdd5d4kp82fsdh2712axmxh75zbm8pw5c"; + SGr-IosevkaTerm = "055izdas8r5f7flgah608k063r4b3n560lkxmq6rimgr47k8z89g"; + SGr-IosevkaTermCurly = "18rax5qziik2xqgc7bv16h77562x4x0y4df87wdqxkkq9j52vwy0"; + SGr-IosevkaTermCurlySlab = "0s1fh4b8zvq2wa7z0rmy8f7f3lv01gv5rmy6zhrfcqssjxv0c49c"; + SGr-IosevkaTermSlab = "1k595x2zipmzlw9hdg8cvvib5fk9yvnzng27ajanlfvcfyw22xhj"; + SGr-IosevkaTermSS01 = "1ziajrzn2zj5c3dvjm23rxlanpb3iqi6faksb3f5gs3ssqam9kzp"; + SGr-IosevkaTermSS02 = "1zwwbvhli6ajnc1ch610f3ihwgm1af1ch0ajcls224dpww82ks4x"; + SGr-IosevkaTermSS03 = "1isbq47zh6yj83yndynzkx1cikss1hks4f38pp1cp8fygi5y0z5k"; + SGr-IosevkaTermSS04 = "1jlyblhl1p4s2rrsb7zvq450bwn35mh53b75y040kfl8ac5123j4"; + SGr-IosevkaTermSS05 = "0rlzkql2q9h42j4lvl3la637sq1f3z2vpfpfj61ysiaxqw04fand"; + SGr-IosevkaTermSS06 = "0ly1aignjzlslxibm0s1wpmjzk95lki4pyib4jn13zprb21kvqr3"; + SGr-IosevkaTermSS07 = "07vwq3nfbj6dfxlmdmcf1kifkdb1vbw1h5r8qjgdkxpmx4p7qjs2"; + SGr-IosevkaTermSS08 = "1vp6wliyhdwzx50chifkczfa12fn3jl727nyjman5s632yg4zxas"; + SGr-IosevkaTermSS09 = "075hip6xz8by1vkl9j16ivwqq7hml0w1yn8c502zbcjhqdfkfy6y"; + SGr-IosevkaTermSS10 = "12qfhk4wjsvqqp7zq5zcblffq4bhhbrq0ciwbv219d4pk2yf30aq"; + SGr-IosevkaTermSS11 = "0jz860abggmpjs6qakv43ihrgsk9qpblv9ss239327a1vbl183bi"; + SGr-IosevkaTermSS12 = "12dw36c3n3mqvp6ih0nz1slw367b5yplmp6h5vlz0ycv2myl55fg"; + SGr-IosevkaTermSS13 = "1i8y62237jrh6v5176ra2kwx76hmnc00y13nngna0wlivwia4b7n"; + SGr-IosevkaTermSS14 = "09p6pgc3izw3gsmzzkcay2bkvin5wv9h2nlnlwicsp0rkw7aga9v"; + SGr-IosevkaTermSS15 = "1bajvhv7ibbvc59bl0mivs0kym09z147fkzq2czv9p5x17a35cvv"; + SGr-IosevkaTermSS16 = "15l3lmgyjfbqs7l42k763cvi9sdlh9m3p3r62ks95fqsa4qvd84d"; + SGr-IosevkaTermSS17 = "0k9jzkbvbi8654q67szlzgfsixnnf6sqnaigqdda2g9ih0y3gpr4"; + SGr-IosevkaTermSS18 = "0fvqln3fc1vbwcx388248cbgbypb773d66kz0vxcmlnvj8dg7ffb"; } No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/11y6s0lf8xl1p34ylxybj473n45yr6r6-Iosevka-bin-29.0.2" [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:
  • iosevka-bin
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 iosevka-bin is: Versatile typeface for code, from code. meta.homepage for iosevka-bin is: https://typeof.net/Iosevka/ ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes - [Release on GitHub](https://github.com/be5invis/Iosevka/releases/tag/v29.0.2) - [Compare changes on GitHub](https://github.com/be5invis/Iosevka/compare/v29.0.1...v29.0.2) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 29.0.2 with grep in /nix/store/11y6s0lf8xl1p34ylxybj473n45yr6r6-Iosevka-bin-29.0.2 - found 29.0.2 in filename of file in /nix/store/11y6s0lf8xl1p34ylxybj473n45yr6r6-Iosevka-bin-29.0.2 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath iosevka-bin ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/11y6s0lf8xl1p34ylxybj473n45yr6r6-Iosevka-bin-29.0.2 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A iosevka-bin https://github.com/r-ryantm/nixpkgs/archive/d5fb11eb623dd9580a3ffe14e66bf8c786e84aeb.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/d5fb11eb623dd9580a3ffe14e66bf8c786e84aeb#iosevka-bin ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/11y6s0lf8xl1p34ylxybj473n45yr6r6-Iosevka-bin-29.0.2 ls -la /nix/store/11y6s0lf8xl1p34ylxybj473n45yr6r6-Iosevka-bin-29.0.2/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • iosevka-bin
--- ###### Maintainer pings cc @montchr 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/296485 [result] Success updating iosevka-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.busypie, using log file: /var/log/nixpkgs-update/python311Packages.busypie/2024-03-16.log python311Packages.busypie 0 -> 1 attrpath: python311Packages.busypie Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/260blfz2ivaxg26c6xcbvwd09xq74k3x-packages.json.drv building '/nix/store/260blfz2ivaxg26c6xcbvwd09xq74k3x-packages.json.drv'... Going to be running update for following packages: - python3.11-busypie-0.5.1 Press Enter key to continue... Running update for: - python3.11-busypie-0.5.1: UPDATING ... - python3.11-busypie-0.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.busypie 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath vcstool, using log file: /var/log/nixpkgs-update/vcstool/2024-03-16.log vcstool 0 -> 1 attrpath: vcstool Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/58rkc2x6pl82938d7ci3bq0d94ghgx57-packages.json.drv building '/nix/store/58rkc2x6pl82938d7ci3bq0d94ghgx57-packages.json.drv'... Going to be running update for following packages: - vcstool-0.3.0 Press Enter key to continue... Running update for: - vcstool-0.3.0: UPDATING ... - vcstool-0.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update vcstool 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.typeguard, using log file: /var/log/nixpkgs-update/python311Packages.typeguard/2024-03-16.log python311Packages.typeguard 0 -> 1 attrpath: python311Packages.typeguard Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/yrmgl2qydgbkglqn64vvfl81b66vz0q4-packages.json.drv building '/nix/store/yrmgl2qydgbkglqn64vvfl81b66vz0q4-packages.json.drv'... Going to be running update for following packages: - python3.11-typeguard-4.1.5 Press Enter key to continue... Running update for: - python3.11-typeguard-4.1.5: UPDATING ... - python3.11-typeguard-4.1.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.typeguard 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libffi, using log file: /var/log/nixpkgs-update/libffi/2024-03-16.log libffi 0 -> 1 attrpath: libffi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2ip1xrcvk267fnr51s27p0dz20dgpzy2-packages.json.drv building '/nix/store/2ip1xrcvk267fnr51s27p0dz20dgpzy2-packages.json.drv'... Going to be running update for following packages: - libffi-3.4.6 Press Enter key to continue... Running update for: - libffi-3.4.6: UPDATING ... - libffi-3.4.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update libffi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.pdlib, using log file: /var/log/nixpkgs-update/php81Extensions.pdlib/2024-03-16.log php81Extensions.pdlib 0 -> 1 attrpath: php81Extensions.pdlib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/x6kvwa0axgw4z3r1inp5w0s2iwkikdsi-packages.json.drv building '/nix/store/x6kvwa0axgw4z3r1inp5w0s2iwkikdsi-packages.json.drv'... Going to be running update for following packages: - php-pdlib-1.1.0 Press Enter key to continue... Running update for: - php-pdlib-1.1.0: UPDATING ... - php-pdlib-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update php81Extensions.pdlib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath zigbee2mqtt, using log file: /var/log/nixpkgs-update/zigbee2mqtt/2024-03-16.log zigbee2mqtt 0 -> 1 attrpath: zigbee2mqtt Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] skipping because derivation has updateScript [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kji70amzvmm1ldmz32xwpw1kvj9rcj9j-packages.json.drv building '/nix/store/kji70amzvmm1ldmz32xwpw1kvj9rcj9j-packages.json.drv'... Going to be running update for following packages: - zigbee2mqtt-1.36.0 Press Enter key to continue... Running update for: - zigbee2mqtt-1.36.0: UPDATING ... - zigbee2mqtt-1.36.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update zigbee2mqtt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.paste, using log file: /var/log/nixpkgs-update/python311Packages.paste/2024-03-16.log python311Packages.paste 0 -> 1 attrpath: python311Packages.paste Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ll38lzfyl6ifyfrfr4wk7mw9hy588v43-packages.json.drv building '/nix/store/ll38lzfyl6ifyfrfr4wk7mw9hy588v43-packages.json.drv'... Going to be running update for following packages: - python3.11-paste-3.7.1 Press Enter key to continue... Running update for: - python3.11-paste-3.7.1: UPDATING ... - python3.11-paste-3.7.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/paste/default.nix b/pkgs/development/python-modules/paste/default.nix index 3a8ec63f3e9a..9248eca81255 100644 --- a/pkgs/development/python-modules/paste/default.nix +++ b/pkgs/development/python-modules/paste/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "paste"; - version = "3.7.1"; + version = "3.8.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "cdent"; repo = "paste"; rev = "refs/tags/${version}"; - hash = "sha256-xp8FU4MR79/leBSJvSk8J2GdWW32AW2I5i3Y6DsRPLw="; + hash = "sha256-T9VG91Y8hap1nt3FkuCGsv8nglWNlRajvsvljXexH3Y="; }; postPatch = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/pi8r32nzqcb7pnggkrpsw04vchbc7hxp-python3.11-paste-3.8.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)
2 packages failed to build:
  • zerobin
  • zerobin.dist
14 packages built:
  • gnomecast
  • gnomecast.dist
  • python311Packages.paste
  • python311Packages.paste.dist
  • python311Packages.pastescript
  • python311Packages.pastescript.dist
  • python311Packages.sqlobject
  • python311Packages.sqlobject.dist
  • python312Packages.paste
  • python312Packages.paste.dist
  • python312Packages.pastescript
  • python312Packages.pastescript.dist
  • python312Packages.sqlobject
  • python312Packages.sqlobject.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.paste is: Tools for using a Web Server Gateway Interface stack meta.homepage for python311Packages.paste is: https://pythonpaste.readthedocs.io/ meta.changelog for python311Packages.paste is: https://github.com/cdent/paste/blob/3.8.0/docs/news.txt ###### 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.8.0 with grep in /nix/store/pi8r32nzqcb7pnggkrpsw04vchbc7hxp-python3.11-paste-3.8.0 - found 3.8.0 in filename of file in /nix/store/pi8r32nzqcb7pnggkrpsw04vchbc7hxp-python3.11-paste-3.8.0 ---
Rebuild report (if merged into master) (click to expand) ``` 8 total rebuild path(s) 8 package rebuild(s) First fifty rebuilds by attrpath gnomecast python311Packages.paste python311Packages.pastescript python311Packages.sqlobject python312Packages.paste python312Packages.pastescript python312Packages.sqlobject zerobin ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/pi8r32nzqcb7pnggkrpsw04vchbc7hxp-python3.11-paste-3.8.0 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A python311Packages.paste https://github.com/r-ryantm/nixpkgs/archive/fd1a21f0ae169cb090970b0f0f17c39f694cc845.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/fd1a21f0ae169cb090970b0f0f17c39f694cc845#python311Packages.paste ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/pi8r32nzqcb7pnggkrpsw04vchbc7hxp-python3.11-paste-3.8.0 ls -la /nix/store/pi8r32nzqcb7pnggkrpsw04vchbc7hxp-python3.11-paste-3.8.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)
2 packages failed to build:
  • zerobin
  • zerobin.dist
14 packages built:
  • gnomecast
  • gnomecast.dist
  • python311Packages.paste
  • python311Packages.paste.dist
  • python311Packages.pastescript
  • python311Packages.pastescript.dist
  • python311Packages.sqlobject
  • python311Packages.sqlobject.dist
  • python312Packages.paste
  • python312Packages.paste.dist
  • python312Packages.pastescript
  • python312Packages.pastescript.dist
  • python312Packages.sqlobject
  • python312Packages.sqlobject.dist
--- ###### Maintainer pings https://api.github.com/repos/NixOS/nixpkgs/pulls/296490 [result] Success updating python311Packages.paste 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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, using log file: /var/log/nixpkgs-update/xen/2024-03-16.log xen 4.15.1 -> 4.18.0 https://repology.org/project/xen/versions attrpath: xen 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 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 pantheon.switchboard-plug-bluetooth, using log file: /var/log/nixpkgs-update/pantheon.switchboard-plug-bluetooth/2024-03-16.log pantheon.switchboard-plug-bluetooth 0 -> 1 attrpath: pantheon.switchboard-plug-bluetooth 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/qw4dk52zxbvk8kz1b1v6r0wpridb690h-packages.json.drv building '/nix/store/qw4dk52zxbvk8kz1b1v6r0wpridb690h-packages.json.drv'... Going to be running update for following packages: - switchboard-plug-bluetooth-2.3.6 Press Enter key to continue... Running update for: - switchboard-plug-bluetooth-2.3.6: UPDATING ... - switchboard-plug-bluetooth-2.3.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.switchboard-plug-bluetooth 0 -> 1 [options] github_user: r-ryantm, pull_request: 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-icon-theme 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.domeneshop, using log file: /var/log/nixpkgs-update/python311Packages.domeneshop/2024-03-16.log python311Packages.domeneshop 0 -> 1 attrpath: python311Packages.domeneshop Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mvypfj1xd3c3lsyr5r2fgvwq2h6svll6-packages.json.drv building '/nix/store/mvypfj1xd3c3lsyr5r2fgvwq2h6svll6-packages.json.drv'... Going to be running update for following packages: - python3.11-domeneshop-0.4.3 Press Enter key to continue... Running update for: - python3.11-domeneshop-0.4.3: UPDATING ... - python3.11-domeneshop-0.4.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.domeneshop 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.journalwatch, using log file: /var/log/nixpkgs-update/python311Packages.journalwatch/2024-03-16.log python311Packages.journalwatch 0 -> 1 attrpath: python311Packages.journalwatch Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/k3056fwd89w04p9xkhwqcz0s5mmqhkz6-packages.json.drv building '/nix/store/k3056fwd89w04p9xkhwqcz0s5mmqhkz6-packages.json.drv'... Going to be running update for following packages: - python3.11-journalwatch-1.1.0 Press Enter key to continue... Running update for: - python3.11-journalwatch-1.1.0: UPDATING ... - python3.11-journalwatch-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.journalwatch 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ndspy, using log file: /var/log/nixpkgs-update/python311Packages.ndspy/2024-03-16.log python311Packages.ndspy 0 -> 1 attrpath: python311Packages.ndspy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nrjxg7xxxhvqp42g6yk8p8qdxwjblkdf-packages.json.drv building '/nix/store/nrjxg7xxxhvqp42g6yk8p8qdxwjblkdf-packages.json.drv'... Going to be running update for following packages: - python3.11-ndspy-4.1.0 Press Enter key to continue... Running update for: - python3.11-ndspy-4.1.0: UPDATING ... - python3.11-ndspy-4.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ndspy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mold, using log file: /var/log/nixpkgs-update/mold/2024-03-16.log mold 0 -> 1 attrpath: mold Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/59gag31dga14gy6ynj3101340262xgga-packages.json.drv building '/nix/store/59gag31dga14gy6ynj3101340262xgga-packages.json.drv'... Going to be running update for following packages: - mold-2.4.1 Press Enter key to continue... Running update for: - mold-2.4.1: UPDATING ... - mold-2.4.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/tools/mold/default.nix b/pkgs/development/tools/mold/default.nix index a44c28c18bca..0caa0513d84b 100644 --- a/pkgs/development/tools/mold/default.nix +++ b/pkgs/development/tools/mold/default.nix @@ -23,13 +23,13 @@ stdenv.mkDerivation rec { pname = "mold"; - version = "2.4.1"; + version = "2.30.0"; src = fetchFromGitHub { owner = "rui314"; repo = "mold"; rev = "v${version}"; - hash = "sha256-wwlpYAWP8sAsEkTq0w3s2jAWGayW3v9QcaVRKWHTlGE="; + hash = "sha256-VVgJDKf21V7Mkfalh8tJ0Tx73VG1ong+8C6uPC23154="; }; nativeBuildInputs = [ No auto update branch exists There might already be an open PR for this update: - mold: 2.4.1 -> 2.30.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/296422" [result] Failed to update mold 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pycyphal, using log file: /var/log/nixpkgs-update/python311Packages.pycyphal/2024-03-16.log python311Packages.pycyphal 0 -> 1 attrpath: python311Packages.pycyphal Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5balcf2r0ahl085y8qmf0vsmw1rl97sq-packages.json.drv building '/nix/store/5balcf2r0ahl085y8qmf0vsmw1rl97sq-packages.json.drv'... Going to be running update for following packages: - python3.11-pycyphal-1.18.0 Press Enter key to continue... Running update for: - python3.11-pycyphal-1.18.0: UPDATING ... - python3.11-pycyphal-1.18.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pycyphal 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.prometheus-client, using log file: /var/log/nixpkgs-update/python311Packages.prometheus-client/2024-03-16.log python311Packages.prometheus-client 0 -> 1 attrpath: python311Packages.prometheus-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/p3awxvd52yxds58yws49g82n95w9vxxm-packages.json.drv building '/nix/store/p3awxvd52yxds58yws49g82n95w9vxxm-packages.json.drv'... Going to be running update for following packages: - python3.11-prometheus-client-0.19.0 Press Enter key to continue... Running update for: - python3.11-prometheus-client-0.19.0: UPDATING ... - python3.11-prometheus-client-0.19.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/prometheus-client/default.nix b/pkgs/development/python-modules/prometheus-client/default.nix index 4c4c2338445a..62044eedbf80 100644 --- a/pkgs/development/python-modules/prometheus-client/default.nix +++ b/pkgs/development/python-modules/prometheus-client/default.nix @@ -7,7 +7,7 @@ buildPythonPackage rec { pname = "prometheus-client"; - version = "0.19.0"; + version = "0.20.0"; format = "setuptools"; disabled = pythonOlder "3.6"; @@ -16,7 +16,7 @@ buildPythonPackage rec { owner = "prometheus"; repo = "client_python"; rev = "refs/tags/v${version}"; - hash = "sha256-7mVqfzK0E8RQAlQyQD8/DIcPJZ52V13JqU22tsQJp+Q="; + hash = "sha256-IMw0mpOUzjXBy4bMTeSFMc5pdibI5lGxZHKiufjPLbM="; }; __darwinAllowLocalNetworking = true; No auto update branch exists There might already be an open PR for this update: - python311Packages.prometheus-client: 0.19.0 -> 0.20.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/289963" [result] Failed to update python311Packages.prometheus-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.leidenalg, using log file: /var/log/nixpkgs-update/python311Packages.leidenalg/2024-03-16.log python311Packages.leidenalg 0 -> 1 attrpath: python311Packages.leidenalg Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wmcaslnfhsm1zsfhzjblw3hrfilz5hj6-packages.json.drv building '/nix/store/wmcaslnfhsm1zsfhzjblw3hrfilz5hj6-packages.json.drv'... Going to be running update for following packages: - python3.11-leidenalg-0.10.2 Press Enter key to continue... Running update for: - python3.11-leidenalg-0.10.2: UPDATING ... - python3.11-leidenalg-0.10.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.leidenalg 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dart, using log file: /var/log/nixpkgs-update/dart/2024-03-16.log dart 0 -> 1 attrpath: dart Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4cpcx9k8v60mlmhqb2ysnbhmi8h3k5qb-packages.json.drv building '/nix/store/4cpcx9k8v60mlmhqb2ysnbhmi8h3k5qb-packages.json.drv'... Going to be running update for following packages: - dart-3.3.1 Press Enter key to continue... Running update for: - dart-3.3.1: UPDATING ... - dart-3.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update dart 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.skytemple-ssb-emulator, using log file: /var/log/nixpkgs-update/python311Packages.skytemple-ssb-emulator/2024-03-16.log python311Packages.skytemple-ssb-emulator 0 -> 1 attrpath: python311Packages.skytemple-ssb-emulator Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/905w7havi6xzyww34glwppli0ac71k5k-packages.json.drv building '/nix/store/905w7havi6xzyww34glwppli0ac71k5k-packages.json.drv'... Going to be running update for following packages: - python3.11-skytemple-ssb-emulator-1.6.1.post1 Press Enter key to continue... Running update for: - python3.11-skytemple-ssb-emulator-1.6.1.post1: UPDATING ... - python3.11-skytemple-ssb-emulator-1.6.1.post1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.skytemple-ssb-emulator 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath compdb, using log file: /var/log/nixpkgs-update/compdb/2024-03-16.log compdb 0 -> 1 attrpath: compdb Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ivcpmpny9sj6mnlp2fa83vx1csxid5nj-packages.json.drv building '/nix/store/ivcpmpny9sj6mnlp2fa83vx1csxid5nj-packages.json.drv'... Going to be running update for following packages: - compdb-0.2.0 Press Enter key to continue... Running update for: - compdb-0.2.0: UPDATING ... - compdb-0.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update compdb 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-os-config, using log file: /var/log/nixpkgs-update/python311Packages.google-cloud-os-config/2024-03-16.log python311Packages.google-cloud-os-config 0 -> 1 attrpath: python311Packages.google-cloud-os-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/047fhzx6cn22qbmqvmry8rlh124yxxvw-packages.json.drv building '/nix/store/047fhzx6cn22qbmqvmry8rlh124yxxvw-packages.json.drv'... Going to be running update for following packages: - python3.11-google-cloud-os-config-1.17.3 Press Enter key to continue... Running update for: - python3.11-google-cloud-os-config-1.17.3: UPDATING ... - python3.11-google-cloud-os-config-1.17.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.google-cloud-os-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.ecoaliface, using log file: /var/log/nixpkgs-update/python311Packages.ecoaliface/2024-03-16.log python311Packages.ecoaliface 0 -> 1 attrpath: python311Packages.ecoaliface Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/a3ajn285qm7aii740id2qdbg1m9bdq90-packages.json.drv building '/nix/store/a3ajn285qm7aii740id2qdbg1m9bdq90-packages.json.drv'... Going to be running update for following packages: - python3.11-ecoaliface-0.5.0 Press Enter key to continue... Running update for: - python3.11-ecoaliface-0.5.0: UPDATING ... - python3.11-ecoaliface-0.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ecoaliface 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.allure-python-commons-test, using log file: /var/log/nixpkgs-update/python311Packages.allure-python-commons-test/2024-03-16.log python311Packages.allure-python-commons-test 0 -> 1 attrpath: python311Packages.allure-python-commons-test Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ch5kb3cknq0m7j9k04kxsjx4y8313ys4-packages.json.drv building '/nix/store/ch5kb3cknq0m7j9k04kxsjx4y8313ys4-packages.json.drv'... Going to be running update for following packages: - python3.11-allure-python-commons-test-2.13.2 Press Enter key to continue... Running update for: - python3.11-allure-python-commons-test-2.13.2: UPDATING ... - python3.11-allure-python-commons-test-2.13.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/allure-python-commons-test/default.nix b/pkgs/development/python-modules/allure-python-commons-test/default.nix index f023cbb3a429..52a38b647a69 100644 --- a/pkgs/development/python-modules/allure-python-commons-test/default.nix +++ b/pkgs/development/python-modules/allure-python-commons-test/default.nix @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "allure-python-commons-test"; - version = "2.13.2"; + version = "2.13.3"; format = "setuptools"; disabled = pythonOlder "3.4"; src = fetchPypi { inherit pname version; - hash = "sha256-Xh6NtqiuTg7UxKqJ7/p45rCUQGWiGDEaNAslzeYtgfg="; + hash = "sha256-DGPxOoUGecpqKugrVR9iAa1VCBoInzUGTEY4GQB13SE="; }; nativeBuildInputs = [ An auto update branch exists with message `python311Packages.allure-python-commons-test: 2.13.2 -> 2.13.3`. New version is 2.13.3. An auto update branch exists with an equal or greater version [result] Failed to update python311Packages.allure-python-commons-test 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath fceux, using log file: /var/log/nixpkgs-update/fceux/2024-03-16.log fceux 2.6.6-unstable-2024-01-19 -> 2.6.6 https://github.com/TASEmulators/fceux/releases attrpath: fceux Checking auto update branch... No auto update branch exists 2.6.6 is not newer than 2.6.6-unstable-2024-01-19 according to Nix; versionComparison: -1 [result] Failed to update fceux 2.6.6-unstable-2024-01-19 -> 2.6.6 https://github.com/TASEmulators/fceux/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.bottle, using log file: /var/log/nixpkgs-update/python311Packages.bottle/2024-03-16.log python311Packages.bottle 0 -> 1 attrpath: python311Packages.bottle Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9i3rnqb00bmybacfpdaxs8gh2xv0pzv0-packages.json.drv building '/nix/store/9i3rnqb00bmybacfpdaxs8gh2xv0pzv0-packages.json.drv'... Going to be running update for following packages: - python3.11-bottle-0.12.25 Press Enter key to continue... Running update for: - python3.11-bottle-0.12.25: UPDATING ... - python3.11-bottle-0.12.25: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.bottle 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pysmt, using log file: /var/log/nixpkgs-update/python311Packages.pysmt/2024-03-16.log python311Packages.pysmt 0 -> 1 attrpath: python311Packages.pysmt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/s94gsdrpzp8jkc5pj2c3551y08ymjnm1-packages.json.drv building '/nix/store/s94gsdrpzp8jkc5pj2c3551y08ymjnm1-packages.json.drv'... Going to be running update for following packages: - python3.11-pysmt-0.9.5 Press Enter key to continue... Running update for: - python3.11-pysmt-0.9.5: UPDATING ... - python3.11-pysmt-0.9.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pysmt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kodiPackages.mediacccde, using log file: /var/log/nixpkgs-update/kodiPackages.mediacccde/2024-03-16.log kodiPackages.mediacccde 0 -> 1 attrpath: kodiPackages.mediacccde Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nnx16j22bhmwiv81cis0sam7yfsgbjg2-packages.json.drv building '/nix/store/nnx16j22bhmwiv81cis0sam7yfsgbjg2-packages.json.drv'... Going to be running update for following packages: - kodi-media.ccc.de-0.3.0+matrix.1 Press Enter key to continue... Running update for: - kodi-media.ccc.de-0.3.0+matrix.1: UPDATING ... - kodi-media.ccc.de-0.3.0+matrix.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update kodiPackages.mediacccde 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pdfx, using log file: /var/log/nixpkgs-update/python311Packages.pdfx/2024-03-16.log python311Packages.pdfx 0 -> 1 attrpath: python311Packages.pdfx Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/v8rkk65x63lwqh2xlf55zx8sk2hmmkz2-packages.json.drv building '/nix/store/v8rkk65x63lwqh2xlf55zx8sk2hmmkz2-packages.json.drv'... Going to be running update for following packages: - python3.11-pdfx-1.4.1 Press Enter key to continue... Running update for: - python3.11-pdfx-1.4.1: UPDATING ... - python3.11-pdfx-1.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pdfx 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.librouteros, using log file: /var/log/nixpkgs-update/python311Packages.librouteros/2024-03-16.log python311Packages.librouteros 0 -> 1 attrpath: python311Packages.librouteros Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zrds4w9yaq60zgybj6byhfd5ffgdahzw-packages.json.drv building '/nix/store/zrds4w9yaq60zgybj6byhfd5ffgdahzw-packages.json.drv'... Going to be running update for following packages: - python3.11-librouteros-3.2.1 Press Enter key to continue... Running update for: - python3.11-librouteros-3.2.1: UPDATING ... - python3.11-librouteros-3.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.librouteros 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.execnb, using log file: /var/log/nixpkgs-update/python311Packages.execnb/2024-03-16.log python311Packages.execnb 0 -> 1 attrpath: python311Packages.execnb Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3i7lgqpwwmr4rlc63v06acr9zp6yi359-packages.json.drv building '/nix/store/3i7lgqpwwmr4rlc63v06acr9zp6yi359-packages.json.drv'... Going to be running update for following packages: - python3.11-execnb-0.1.5 Press Enter key to continue... Running update for: - python3.11-execnb-0.1.5: UPDATING ... - python3.11-execnb-0.1.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.execnb 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath terraform-providers.wavefront, using log file: /var/log/nixpkgs-update/terraform-providers.wavefront/2024-03-16.log terraform-providers.wavefront 0 -> 1 attrpath: terraform-providers.wavefront Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.wavefront 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath bun, using log file: /var/log/nixpkgs-update/bun/2024-03-16.log bun 0 -> 1 attrpath: bun Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] these 2 derivations will be built: /nix/store/drg0dqxza6pmcmdby6inaplgx0ndb982-update-bun.drv /nix/store/bx7bchia0n0b1vlls9r3iz1m9s848vdl-packages.json.drv building '/nix/store/drg0dqxza6pmcmdby6inaplgx0ndb982-update-bun.drv'... building '/nix/store/bx7bchia0n0b1vlls9r3iz1m9s848vdl-packages.json.drv'... Going to be running update for following packages: - bun-1.0.30 Press Enter key to continue... Running update for: - bun-1.0.30: UPDATING ... - bun-1.0.30: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/web/bun/default.nix b/pkgs/development/web/bun/default.nix index 2bf713852025..454370e396c6 100644 --- a/pkgs/development/web/bun/default.nix +++ b/pkgs/development/web/bun/default.nix @@ -12,7 +12,7 @@ }: stdenvNoCC.mkDerivation rec { - version = "1.0.30"; + version = "1.0.31"; pname = "bun"; src = passthru.sources.${stdenvNoCC.hostPlatform.system} or (throw "Unsupported system: ${stdenvNoCC.hostPlatform.system}"); @@ -51,19 +51,19 @@ stdenvNoCC.mkDerivation rec { sources = { "aarch64-darwin" = fetchurl { url = "https://github.com/oven-sh/bun/releases/download/bun-v${version}/bun-darwin-aarch64.zip"; - hash = "sha256-8S8fC7t7aRstWDvhlJe2gsYWaAvZJZqINv1sMyvmWsE="; + hash = "sha256-0w+Vp1SkZ3brx5HJOp36vED4K/DWPo4w8+tYi5lHgOk="; }; "aarch64-linux" = fetchurl { url = "https://github.com/oven-sh/bun/releases/download/bun-v${version}/bun-linux-aarch64.zip"; - hash = "sha256-7jMs7I7LWY9z/SX1xiNe/hi7ikqTY0qm26UsB0GZWhE="; + hash = "sha256-TAD41TlVMut2Fjlo8FGJBf8R7MIMlnts5RTRLqFwvT4="; }; "x86_64-darwin" = fetchurl { url = "https://github.com/oven-sh/bun/releases/download/bun-v${version}/bun-darwin-x64.zip"; - hash = "sha256-qZqbFQCpX5zoXOhIGQq5FLXuKpbro8qTGHV/KaynLWE="; + hash = "sha256-2hkCgIdgdCiIEQzOi/cWi4PwS4ShZr2qRnHnxsKL938="; }; "x86_64-linux" = fetchurl { url = "https://github.com/oven-sh/bun/releases/download/bun-v${version}/bun-linux-x64.zip"; - hash = "sha256-ZrBAukdbxmK0pfXptmt/VwfJFr9T4XGjXLeWCNzO55I="; + hash = "sha256-Z8eOFiodmE/VrYy8gejJblBkcHsppOamg4akfiM/oEE="; }; }; updateScript = writeShellScript "update-bun" '' No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/ds5wdcj15h2l4bnnpmrfmv4dh29f18w3-bun-1.0.31" [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:
  • bun
  • helix-gpt
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. meta.description for bun is: Incredibly fast JavaScript runtime, bundler, transpiler and package manager – all in one meta.homepage for bun is: https://bun.sh meta.changelog for bun is: https://bun.sh/blog/bun-v1.0.31 ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes - [Release on GitHub](https://github.com/oven-sh/bun/releases/tag/bun-v1.0.31) - [Compare changes on GitHub](https://github.com/oven-sh/bun/compare/bun-v1.0.30...bun-v1.0.31) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.0.31 with grep in /nix/store/ds5wdcj15h2l4bnnpmrfmv4dh29f18w3-bun-1.0.31 - found 1.0.31 in filename of file in /nix/store/ds5wdcj15h2l4bnnpmrfmv4dh29f18w3-bun-1.0.31 ---
Rebuild report (if merged into master) (click to expand) ``` 2 total rebuild path(s) 2 package rebuild(s) First fifty rebuilds by attrpath bun helix-gpt ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/ds5wdcj15h2l4bnnpmrfmv4dh29f18w3-bun-1.0.31 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A bun https://github.com/r-ryantm/nixpkgs/archive/f2af085973fa9fe136300ec0d6b72fa17d13ea56.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/f2af085973fa9fe136300ec0d6b72fa17d13ea56#bun ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/ds5wdcj15h2l4bnnpmrfmv4dh29f18w3-bun-1.0.31 ls -la /nix/store/ds5wdcj15h2l4bnnpmrfmv4dh29f18w3-bun-1.0.31/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:
  • bun
  • helix-gpt
--- ###### Maintainer pings cc @DAlperin @06kellyjac @thilobillerbeck @cdmistman @coffee-is-power for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/296494 [result] Success updating bun 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pytest-expect, using log file: /var/log/nixpkgs-update/python311Packages.pytest-expect/2024-03-16.log python311Packages.pytest-expect 0 -> 1 attrpath: python311Packages.pytest-expect Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gnm8fbzvsir6ph8zqaskknk3pqlkjdsn-packages.json.drv building '/nix/store/gnm8fbzvsir6ph8zqaskknk3pqlkjdsn-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-expect-1.1.0 Press Enter key to continue... Running update for: - python3.11-pytest-expect-1.1.0: UPDATING ... - python3.11-pytest-expect-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-expect 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pam_p11, using log file: /var/log/nixpkgs-update/pam_p11/2024-03-16.log pam_p11 0.3.1 -> 0.5.0 https://github.com/OpenSC/pam_p11/releases attrpath: pam_p11 Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update pam_p11 0.3.1 -> 0.5.0 https://github.com/OpenSC/pam_p11/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ulauncher, using log file: /var/log/nixpkgs-update/ulauncher/2024-03-16.log ulauncher 0 -> 1 attrpath: ulauncher Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 this derivation will be built: /nix/store/cipc429xdr71bpngfpgg49pzcv6973n6-packages.json.drv building '/nix/store/cipc429xdr71bpngfpgg49pzcv6973n6-packages.json.drv'... Going to be running update for following packages: - ulauncher-5.15.6 Press Enter key to continue... Running update for: - ulauncher-5.15.6: UPDATING ... - ulauncher-5.15.6: ERROR --- SHOWING ERROR LOG FOR ulauncher-5.15.6 ---------------------- warning: found empty hash, assuming 'sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=' this derivation will be built: /nix/store/x8grmph7lq764cfhvfhb2mldf9gg8qn3-ulauncher_6.0.0-b5.tar.gz.drv building '/nix/store/x8grmph7lq764cfhvfhb2mldf9gg8qn3-ulauncher_6.0.0-b5.tar.gz.drv'... trying https://github.com/Ulauncher/Ulauncher/releases/download/6.0.0-b5/ulauncher_6.0.0-b5.tar.gz % 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 ulauncher_6.0.0-b5.tar.gz from any mirror error: builder for '/nix/store/x8grmph7lq764cfhvfhb2mldf9gg8qn3-ulauncher_6.0.0-b5.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://github.com/Ulauncher/Ulauncher/releases/download/6.0.0-b5/ulauncher_6.0.0-b5.tar.gz > % 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 ulauncher_6.0.0-b5.tar.gz from any mirror For full logs, run 'nix log /nix/store/x8grmph7lq764cfhvfhb2mldf9gg8qn3-ulauncher_6.0.0-b5.tar.gz.drv'. Traceback (most recent call last): File "/nix/store/6kmyp62kxmxk8rx3hh3lh9xllx4j4mr0-nix-update-1.2.0/bin/.nix-update-wrapped", line 9, in sys.exit(main()) ^^^^^^ File "/nix/store/6kmyp62kxmxk8rx3hh3lh9xllx4j4mr0-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/__init__.py", line 291, in main package = update(options) ^^^^^^^^^^^^^^^ File "/nix/store/6kmyp62kxmxk8rx3hh3lh9xllx4j4mr0-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/update.py", line 357, in update update_src_hash(opts, package.filename, package.hash) File "/nix/store/6kmyp62kxmxk8rx3hh3lh9xllx4j4mr0-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/update.py", line 144, in update_src_hash target_hash = nix_prefetch(opts, "src") ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/6kmyp62kxmxk8rx3hh3lh9xllx4j4mr0-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/update.py", line 126, in nix_prefetch raise UpdateError( nix_update.errors.UpdateError: failed to retrieve hash when trying to update ulauncher.src --- SHOWING ERROR LOG FOR ulauncher-5.15.6 ---------------------- The update script for ulauncher-5.15.6 failed with exit code 1 [result] Failed to update ulauncher 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath su, using log file: /var/log/nixpkgs-update/su/2024-03-16.log su 4.14.5 -> 4.15.0 https://github.com/shadow-maint/shadow/releases attrpath: su Checking auto update branch... No auto update branch exists Old version 4.14.5" not present in staging derivation file with contents: { lib, stdenv, fetchFromGitHub, fetchpatch , runtimeShell, nixosTests , autoreconfHook, bison, flex , docbook_xml_dtd_45, docbook_xsl , itstool, libbsd, libxml2, libxslt , libxcrypt, pkg-config , glibcCross ? null , pam ? null , withTcb ? lib.meta.availableOn stdenv.hostPlatform tcb, tcb }: let glibc = if stdenv.hostPlatform != stdenv.buildPlatform then glibcCross else assert stdenv.hostPlatform.libc == "glibc"; stdenv.cc.libc; in stdenv.mkDerivation rec { pname = "shadow"; version = "4.14.6"; src = fetchFromGitHub { owner = "shadow-maint"; repo = pname; rev = version; hash = "sha256-+klU1a0cSgHPwZkDnbCSjKnBUKIm2Z3OGUvR/zrqQxo="; }; outputs = [ "out" "su" "dev" "man" ]; RUNTIME_SHELL = runtimeShell; nativeBuildInputs = [ autoreconfHook bison flex docbook_xml_dtd_45 docbook_xsl itstool libxml2 libxslt pkg-config ]; buildInputs = [ libbsd libxcrypt ] ++ lib.optional (pam != null && stdenv.isLinux) pam ++ lib.optional withTcb tcb; patches = [ ./keep-path.patch # Obtain XML resources from XML catalog (patch adapted from gtk-doc) ./respect-xml-catalog-files-var.patch ./runtime-shell.patch ./fix-install-with-tcb.patch # Fix build against `clang-16` and upcoming `gcc-14`: # https://github.com/shadow-maint/shadow/pull/857 (fetchpatch { name = "fix-implicit-getdef_bool.patch"; url = "https://github.com/shadow-maint/shadow/commit/5abe0811b880208600f646356549b7e5cad89060.patch"; hash = "sha256-XqvVv8mYY58uXJBKRwncHQRSI45PUkp3dQNn44gzezU="; }) ]; # The nix daemon often forbids even creating set[ug]id files. postPatch = '' sed 's/^\(s[ug]idperms\) = [0-9]755/\1 = 0755/' -i src/Makefile.am ''; # Assume System V `setpgrp (void)', which is the default on GNU variants # (`AC_FUNC_SETPGRP' is not cross-compilation capable.) preConfigure = '' export ac_cv_func_setpgrp_void=yes export shadow_cv_logdir=/var/log ''; configureFlags = [ "--enable-man" "--with-group-name-max-length=32" "--with-bcrypt" "--with-yescrypt" ] ++ lib.optional (stdenv.hostPlatform.libc != "glibc") "--disable-nscd" ++ lib.optional withTcb "--with-tcb"; preBuild = lib.optionalString (stdenv.hostPlatform.libc == "glibc") '' substituteInPlace lib/nscd.c --replace /usr/sbin/nscd ${glibc.bin}/bin/nscd ''; postInstall = '' # Don't install ‘groups’, since coreutils already provides it. rm $out/bin/groups rm $man/share/man/man1/groups.* # Move the su binary into the su package mkdir -p $su/bin mv $out/bin/su $su/bin ''; enableParallelBuilding = true; disallowedReferences = lib.optional (stdenv.buildPlatform != stdenv.hostPlatform) stdenv.shellPackage; meta = with lib; { homepage = "https://github.com/shadow-maint"; description = "Suite containing authentication-related tools such as passwd and su"; license = licenses.bsd3; platforms = platforms.linux; }; passthru = { shellPath = "/bin/nologin"; tests = { inherit (nixosTests) shadow; }; }; } [result] Failed to update su 4.14.5 -> 4.15.0 https://github.com/shadow-maint/shadow/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.psychrolib, using log file: /var/log/nixpkgs-update/python311Packages.psychrolib/2024-03-16.log python311Packages.psychrolib 0 -> 1 attrpath: python311Packages.psychrolib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4snvphx99r9r97slg8nyp4ls46is4d65-packages.json.drv building '/nix/store/4snvphx99r9r97slg8nyp4ls46is4d65-packages.json.drv'... Going to be running update for following packages: - python3.11-psychrolib-2.5.0 Press Enter key to continue... Running update for: - python3.11-psychrolib-2.5.0: UPDATING ... - python3.11-psychrolib-2.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.psychrolib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pykka, using log file: /var/log/nixpkgs-update/python311Packages.pykka/2024-03-16.log python311Packages.pykka 0 -> 1 attrpath: python311Packages.pykka Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/an8skhgaz9d7n6ccyn8kfynqfpdvgzr8-packages.json.drv building '/nix/store/an8skhgaz9d7n6ccyn8kfynqfpdvgzr8-packages.json.drv'... Going to be running update for following packages: - python3.11-pykka-4.0.2 Press Enter key to continue... Running update for: - python3.11-pykka-4.0.2: UPDATING ... - python3.11-pykka-4.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pykka 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.envoy-utils, using log file: /var/log/nixpkgs-update/python311Packages.envoy-utils/2024-03-16.log python311Packages.envoy-utils 0 -> 1 attrpath: python311Packages.envoy-utils Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/awlf3sh1yji9n29blp37i1ir24d8al8q-packages.json.drv building '/nix/store/awlf3sh1yji9n29blp37i1ir24d8al8q-packages.json.drv'... Going to be running update for following packages: - python3.11-envoy-utils-0.0.1 Press Enter key to continue... Running update for: - python3.11-envoy-utils-0.0.1: UPDATING ... - python3.11-envoy-utils-0.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.envoy-utils 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath caerbannog, using log file: /var/log/nixpkgs-update/caerbannog/2024-03-16.log caerbannog 0 -> 1 attrpath: caerbannog Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ga9nf9vwanv4b695rxr9jwms5lbyvz4x-packages.json.drv building '/nix/store/ga9nf9vwanv4b695rxr9jwms5lbyvz4x-packages.json.drv'... Going to be running update for following packages: - caerbannog-0.3 Press Enter key to continue... Running update for: - caerbannog-0.3: UPDATING ... - caerbannog-0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update caerbannog 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.django-tagging, using log file: /var/log/nixpkgs-update/python311Packages.django-tagging/2024-03-16.log python311Packages.django-tagging 0 -> 1 attrpath: python311Packages.django-tagging Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9h8i5lvbksjgqy83bhr0lfxdfqxghbp3-packages.json.drv building '/nix/store/9h8i5lvbksjgqy83bhr0lfxdfqxghbp3-packages.json.drv'... Going to be running update for following packages: - python3.11-django-tagging-0.5.0 Press Enter key to continue... Running update for: - python3.11-django-tagging-0.5.0: UPDATING ... - python3.11-django-tagging-0.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-tagging 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyenphase, using log file: /var/log/nixpkgs-update/python311Packages.pyenphase/2024-03-16.log python311Packages.pyenphase 0 -> 1 attrpath: python311Packages.pyenphase Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/51rkcnd7jbzl7g18r4p453lp4a7443kx-packages.json.drv building '/nix/store/51rkcnd7jbzl7g18r4p453lp4a7443kx-packages.json.drv'... Going to be running update for following packages: - python3.11-pyenphase-1.19.2 Press Enter key to continue... Running update for: - python3.11-pyenphase-1.19.2: UPDATING ... - python3.11-pyenphase-1.19.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyenphase 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath smbscan, using log file: /var/log/nixpkgs-update/smbscan/2024-03-16.log smbscan 0 -> 1 attrpath: smbscan Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/d5azjjm951gbd0b9wmp0wcl4grpv6jgg-packages.json.drv building '/nix/store/d5azjjm951gbd0b9wmp0wcl4grpv6jgg-packages.json.drv'... Going to be running update for following packages: - smbscan-unstable-2022-05-26 Press Enter key to continue... Running update for: - smbscan-unstable-2022-05-26: UPDATING ... - smbscan-unstable-2022-05-26: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update smbscan 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath guitarix, using log file: /var/log/nixpkgs-update/guitarix/2024-03-16.log guitarix 0.44.1 -> 0.46.0 https://repology.org/project/guitarix/versions attrpath: guitarix 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 guitarix 0.44.1 -> 0.46.0 https://repology.org/project/guitarix/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath zziplib, using log file: /var/log/nixpkgs-update/zziplib/2024-03-16.log zziplib 0.13.72 -> 0.13.74 https://repology.org/project/zziplib/versions attrpath: zziplib Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - zziplib: 0.13.72 -> 0.13.74 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/295509" [result] Failed to update zziplib 0.13.72 -> 0.13.74 https://repology.org/project/zziplib/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.linelist, using log file: /var/log/nixpkgs-update/rPackages.linelist/2024-03-16.log rPackages.linelist 1.0.0 -> 1.1.0 https://repology.org/project/r:linelist/versions attrpath: rPackages.linelist Checking auto update branch... No auto update branch exists Old version 1.0.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.linelist 1.0.0 -> 1.1.0 https://repology.org/project/r:linelist/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.neotoma2, using log file: /var/log/nixpkgs-update/rPackages.neotoma2/2024-03-16.log rPackages.neotoma2 1.0.2 -> 1.0.3 https://repology.org/project/r:neotoma2/versions attrpath: rPackages.neotoma2 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.neotoma2 1.0.2 -> 1.0.3 https://repology.org/project/r:neotoma2/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kdePackages.mlt, using log file: /var/log/nixpkgs-update/kdePackages.mlt/2024-03-16.log kdePackages.mlt 0 -> 1 attrpath: kdePackages.mlt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/81l0ba04g193rkz1y5gvjfvaf36fxcsl-packages.json.drv building '/nix/store/81l0ba04g193rkz1y5gvjfvaf36fxcsl-packages.json.drv'... Going to be running update for following packages: - mlt-7.22.0 Press Enter key to continue... Running update for: - mlt-7.22.0: UPDATING ... - mlt-7.22.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update kdePackages.mlt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.GenoTriplo, using log file: /var/log/nixpkgs-update/rPackages.GenoTriplo/2024-03-16.log rPackages.GenoTriplo 1.0.3 -> 1.0.4 https://repology.org/project/r:genotriplo/versions attrpath: rPackages.GenoTriplo 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.GenoTriplo 1.0.3 -> 1.0.4 https://repology.org/project/r:genotriplo/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.ibmsunburst, using log file: /var/log/nixpkgs-update/rPackages.ibmsunburst/2024-03-16.log rPackages.ibmsunburst 0.1.3 -> 0.1.4 https://repology.org/project/r:ibmsunburst/versions attrpath: rPackages.ibmsunburst 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.ibmsunburst 0.1.3 -> 0.1.4 https://repology.org/project/r:ibmsunburst/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rott-shareware, using log file: /var/log/nixpkgs-update/rott-shareware/2024-03-16.log rott-shareware 1.1.2 -> 20230810 https://repology.org/project/rott/versions attrpath: rott-shareware 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/hwn7qdxgbm89bkxb68ss5z272jka1cc9-rott-20230810.tar.gz.drv building '/nix/store/hwn7qdxgbm89bkxb68ss5z272jka1cc9-rott-20230810.tar.gz.drv'... trying https://icculus.org/rott/releases/rott-20230810.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 274 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download rott-20230810.tar.gz from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'rott-shareware.originalSrc' not found stderr did not split as expected full stderr was: these 4 derivations will be built: /nix/store/hwn7qdxgbm89bkxb68ss5z272jka1cc9-rott-20230810.tar.gz.drv /nix/store/k1lq2n57hgfyl128vz1l898f1ggxvziv-rott.desktop.drv /nix/store/smcq7002y3qzh4h5r9p73dbpp7fiqlzm-rott.drv /nix/store/6kb6avs7pra0nw791df41yr31m8r43sz-rott-20230810.drv building '/nix/store/k1lq2n57hgfyl128vz1l898f1ggxvziv-rott.desktop.drv'... building '/nix/store/smcq7002y3qzh4h5r9p73dbpp7fiqlzm-rott.drv'... building '/nix/store/hwn7qdxgbm89bkxb68ss5z272jka1cc9-rott-20230810.tar.gz.drv'... trying https://icculus.org/rott/releases/rott-20230810.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 274 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download rott-20230810.tar.gz from any mirror error: builder for '/nix/store/hwn7qdxgbm89bkxb68ss5z272jka1cc9-rott-20230810.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://icculus.org/rott/releases/rott-20230810.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 274 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download rott-20230810.tar.gz from any mirror For full logs, run 'nix log /nix/store/hwn7qdxgbm89bkxb68ss5z272jka1cc9-rott-20230810.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/6kb6avs7pra0nw791df41yr31m8r43sz-rott-20230810.drv' failed to build [result] Failed to update rott-shareware 1.1.2 -> 20230810 https://repology.org/project/rott/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath veracrypt, using log file: /var/log/nixpkgs-update/veracrypt/2024-03-16.log veracrypt 1.26-whatever7 -> 1.26.10 https://repology.org/project/veracrypt/versions attrpath: veracrypt Checking auto update branch... No auto update branch exists Old version 1.26-whatever7" not present in master derivation file with contents: { lib , stdenv , fetchurl , pkg-config , makeself , yasm , fuse , wxGTK , lvm2 , substituteAll , e2fsprogs , exfat , ntfs3g , btrfs-progs , pcsclite , wrapGAppsHook }: stdenv.mkDerivation rec { pname = "veracrypt"; version = "1.26.7"; src = fetchurl { url = "https://launchpad.net/${pname}/trunk/${lib.toLower version}/+download/VeraCrypt_${version}_Source.tar.bz2"; sha256 = "sha256-920nsYJBTg1P2ba1n76iiyXbb6afK7z/ouwmmxqGX2U="; }; patches = [ (substituteAll { src = ./fix-paths.patch; ext2 = "${e2fsprogs}/bin/mkfs.ext2"; ext3 = "${e2fsprogs}/bin/mkfs.ext3"; ext4 = "${e2fsprogs}/bin/mkfs.ext4"; exfat = "${exfat}/bin/mkfs.exfat"; ntfs = "${ntfs3g}/bin/mkfs.ntfs"; btrfs = "${btrfs-progs}/bin/mkfs.btrfs"; }) ]; sourceRoot = "src"; nativeBuildInputs = [ makeself pkg-config yasm wrapGAppsHook ]; buildInputs = [ fuse lvm2 wxGTK pcsclite ]; enableParallelBuilding = true; installPhase = '' install -Dm 755 Main/${pname} "$out/bin/${pname}" install -Dm 444 Resources/Icons/VeraCrypt-256x256.xpm "$out/share/pixmaps/${pname}.xpm" install -Dm 444 License.txt -t "$out/share/doc/${pname}/" install -d $out/share/applications substitute Setup/Linux/${pname}.desktop $out/share/applications/${pname}.desktop \ --replace "Exec=/usr/bin/veracrypt" "Exec=$out/bin/veracrypt" \ --replace "Icon=veracrypt" "Icon=veracrypt.xpm" ''; meta = with lib; { description = "Free Open-Source filesystem on-the-fly encryption"; homepage = "https://www.veracrypt.fr/"; license = with licenses; [ asl20 /* and */ unfree /* TrueCrypt License version 3.0 */ ]; maintainers = with maintainers; [ dsferruzza ]; platforms = platforms.linux; }; } [result] Failed to update veracrypt 1.26-whatever7 -> 1.26.10 https://repology.org/project/veracrypt/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.particle, using log file: /var/log/nixpkgs-update/python311Packages.particle/2024-03-16.log python311Packages.particle 0 -> 1 attrpath: python311Packages.particle Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5nw6jyl6wmnbvlc80938fb8jab0z0d8j-packages.json.drv building '/nix/store/5nw6jyl6wmnbvlc80938fb8jab0z0d8j-packages.json.drv'... Going to be running update for following packages: - python3.11-particle-0.23.1 Press Enter key to continue... Running update for: - python3.11-particle-0.23.1: UPDATING ... - python3.11-particle-0.23.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.particle 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pybids, using log file: /var/log/nixpkgs-update/python311Packages.pybids/2024-03-16.log python311Packages.pybids 0 -> 1 attrpath: python311Packages.pybids Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/prw8w7749802dmn0c8jjdknsgdxwi5zb-packages.json.drv building '/nix/store/prw8w7749802dmn0c8jjdknsgdxwi5zb-packages.json.drv'... Going to be running update for following packages: - python3.11-pybids-0.16.4 Press Enter key to continue... Running update for: - python3.11-pybids-0.16.4: UPDATING ... - python3.11-pybids-0.16.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pybids 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath noteshrink, using log file: /var/log/nixpkgs-update/noteshrink/2024-03-16.log noteshrink 0 -> 1 attrpath: noteshrink Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/08q90z1gq3z9663bwpsyalaqwd42j18q-packages.json.drv building '/nix/store/08q90z1gq3z9663bwpsyalaqwd42j18q-packages.json.drv'... Going to be running update for following packages: - noteshrink-0.1.1 Press Enter key to continue... Running update for: - noteshrink-0.1.1: UPDATING ... - noteshrink-0.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update noteshrink 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.httpauth, using log file: /var/log/nixpkgs-update/python311Packages.httpauth/2024-03-16.log python311Packages.httpauth 0 -> 1 attrpath: python311Packages.httpauth Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/84i0hrxk9iirjb85c5brqwm4kpsp3vxj-packages.json.drv building '/nix/store/84i0hrxk9iirjb85c5brqwm4kpsp3vxj-packages.json.drv'... Going to be running update for following packages: - python3.11-httpauth-0.3 Press Enter key to continue... Running update for: - python3.11-httpauth-0.3: UPDATING ... - python3.11-httpauth-0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.httpauth 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.fpylll, using log file: /var/log/nixpkgs-update/python311Packages.fpylll/2024-03-16.log python311Packages.fpylll 0 -> 1 attrpath: python311Packages.fpylll Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fbzfdnsfap1hlanvy5qijqy50gn2n1v8-packages.json.drv building '/nix/store/fbzfdnsfap1hlanvy5qijqy50gn2n1v8-packages.json.drv'... Going to be running update for following packages: - python3.11-fpylll-0.6.1 Press Enter key to continue... Running update for: - python3.11-fpylll-0.6.1: UPDATING ... - python3.11-fpylll-0.6.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.fpylll 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libtiff, using log file: /var/log/nixpkgs-update/libtiff/2024-03-16.log libtiff 0 -> 1 attrpath: libtiff Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xbh8fiidbpp38cjs2ma3llvx2k477jds-packages.json.drv building '/nix/store/xbh8fiidbpp38cjs2ma3llvx2k477jds-packages.json.drv'... Going to be running update for following packages: - libtiff-4.6.0 Press Enter key to continue... Running update for: - libtiff-4.6.0: UPDATING ... - libtiff-4.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update libtiff 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gjs, using log file: /var/log/nixpkgs-update/gjs/2024-03-16.log gjs 0 -> 1 attrpath: gjs Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gjs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath microcodeIntel, using log file: /var/log/nixpkgs-update/microcodeIntel/2024-03-16.log microcodeIntel 20231114 -> 20240312 https://repology.org/project/intel-microcode/versions attrpath: microcodeIntel Checking auto update branch... No auto update branch exists Old version 20231114" not present in master derivation file with contents: { lib, stdenv, fetchFromGitHub, libarchive, iucode-tool }: stdenv.mkDerivation rec { pname = "microcode-intel"; version = "20240312"; src = fetchFromGitHub { owner = "intel"; repo = "Intel-Linux-Processor-Microcode-Data-Files"; rev = "microcode-${version}"; hash = "sha256-4ZSA+LVczfjZINXhImmFOCc/6kKNrrUQvrXPdOvMM8g="; }; nativeBuildInputs = [ iucode-tool libarchive ]; installPhase = '' runHook preInstall mkdir -p $out kernel/x86/microcode iucode_tool -w kernel/x86/microcode/GenuineIntel.bin intel-ucode/ touch -d @$SOURCE_DATE_EPOCH kernel/x86/microcode/GenuineIntel.bin echo kernel/x86/microcode/GenuineIntel.bin | bsdtar --uid 0 --gid 0 -cnf - -T - | bsdtar --null -cf - --format=newc @- > $out/intel-ucode.img runHook postInstall ''; meta = with lib; { homepage = "https://www.intel.com/"; changelog = "https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/${src.rev}"; description = "Microcode for Intel processors"; license = licenses.unfreeRedistributableFirmware; platforms = platforms.linux; maintainers = with maintainers; [ ]; }; } [result] Failed to update microcodeIntel 20231114 -> 20240312 https://repology.org/project/intel-microcode/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.rmsb, using log file: /var/log/nixpkgs-update/rPackages.rmsb/2024-03-16.log rPackages.rmsb 1.0-0 -> 1.1-0 https://repology.org/project/r:rmsb/versions attrpath: rPackages.rmsb Checking auto update branch... No auto update branch exists Old version 1.0-0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.rmsb 1.0-0 -> 1.1-0 https://repology.org/project/r:rmsb/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.semhelpinghands, using log file: /var/log/nixpkgs-update/rPackages.semhelpinghands/2024-03-16.log rPackages.semhelpinghands 0.1.9 -> 0.1.10 https://repology.org/project/r:semhelpinghands/versions attrpath: rPackages.semhelpinghands Checking auto update branch... No auto update branch exists Old version 0.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.semhelpinghands 0.1.9 -> 0.1.10 https://repology.org/project/r:semhelpinghands/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.svydiags, using log file: /var/log/nixpkgs-update/rPackages.svydiags/2024-03-16.log rPackages.svydiags 0.4 -> 0.5 https://repology.org/project/r:svydiags/versions attrpath: rPackages.svydiags Checking auto update branch... No auto update branch exists Old version 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.svydiags 0.4 -> 0.5 https://repology.org/project/r:svydiags/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.moexer, using log file: /var/log/nixpkgs-update/rPackages.moexer/2024-03-16.log rPackages.moexer 0.2.0 -> 0.3.0 https://repology.org/project/r:moexer/versions attrpath: rPackages.moexer 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.moexer 0.2.0 -> 0.3.0 https://repology.org/project/r:moexer/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.cffr, using log file: /var/log/nixpkgs-update/rPackages.cffr/2024-03-16.log rPackages.cffr 0.5.0 -> 1.0.0 https://repology.org/project/r:cffr/versions attrpath: rPackages.cffr 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.cffr 0.5.0 -> 1.0.0 https://repology.org/project/r:cffr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.rgeoboundaries, using log file: /var/log/nixpkgs-update/rPackages.rgeoboundaries/2024-03-16.log rPackages.rgeoboundaries 1.2.9 -> 1.3 https://repology.org/project/r:rgeoboundaries/versions attrpath: rPackages.rgeoboundaries Checking auto update branch... No auto update branch exists Old version 1.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.rgeoboundaries 1.2.9 -> 1.3 https://repology.org/project/r:rgeoboundaries/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.epwshiftr, using log file: /var/log/nixpkgs-update/rPackages.epwshiftr/2024-03-16.log rPackages.epwshiftr 0.1.3 -> 0.1.4 https://repology.org/project/r:epwshiftr/versions attrpath: rPackages.epwshiftr 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.epwshiftr 0.1.3 -> 0.1.4 https://repology.org/project/r:epwshiftr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.bnlearn, using log file: /var/log/nixpkgs-update/rPackages.bnlearn/2024-03-16.log rPackages.bnlearn 4.9.1 -> 4.9.3 https://repology.org/project/r:bnlearn/versions attrpath: rPackages.bnlearn Checking auto update branch... No auto update branch exists Old version 4.9.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.bnlearn 4.9.1 -> 4.9.3 https://repology.org/project/r:bnlearn/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.mercenary, using log file: /var/log/nixpkgs-update/rubyPackages.mercenary/2024-03-16.log rubyPackages.mercenary 0.3.6 -> 0.4.0 https://repology.org/project/ruby:mercenary/versions attrpath: rubyPackages.mercenary 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.mercenary 0.3.6 -> 0.4.0 https://repology.org/project/ruby:mercenary/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath arrow-cpp, using log file: /var/log/nixpkgs-update/arrow-cpp/2024-03-16.log arrow-cpp 15.0.0 -> 15.0.1 https://repology.org/project/apache-arrow/versions attrpath: arrow-cpp 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 arrow-cpp 15.0.0 -> 15.0.1 https://repology.org/project/apache-arrow/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kubernetes-polaris, using log file: /var/log/nixpkgs-update/kubernetes-polaris/2024-03-16.log kubernetes-polaris 8.5.5 -> 9.0.1 https://github.com/FairwindsOps/polaris/releases attrpath: kubernetes-polaris 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-ZWetW+Xar4BXXlR0iG+O/NRqYk41x+PPVCGis2W2Nkk=" build succeeded unexpectedlystderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'kubernetes-polaris.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/4hlll9c0k10kjx0k9vmcq9z66iwmjjm3-kubernetes-polaris-9.0.1-go-modules.drv /nix/store/9yfbb7g32ylzrz5zk0lvbqgcq6d88qq6-kubernetes-polaris-9.0.1.drv building '/nix/store/4hlll9c0k10kjx0k9vmcq9z66iwmjjm3-kubernetes-polaris-9.0.1-go-modules.drv'... Running phase: unpackPhase unpacking source archive /nix/store/4nrd64q5pkdw85v0skwwkd93yn37s37s-source source root is source Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase Running phase: buildPhase DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots options="{\"IgnoreImports\":false,\"Ignores\":null}" roots="[\"/build/source\"]" DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots walking=/build/source DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots found prospects=0 DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots options="{\"IgnoreImports\":false,\"Ignores\":null}" roots="[\"/build/source\"]" DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots walking=/build/source DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots found prospects=0 DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots options="{\"IgnoreImports\":true,\"Ignores\":null}" roots="[\"/build/source\"]" DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots walking=/build/source DEBU[2024-03-16T20:27:07Z] *parser.finder#findAllGoFiles dir=/build/source DEBU[2024-03-16T20:27:07Z] parser#IsProspect (TRUE) path=/build/source/cmd/polaris/audit.go status=true DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots mapping=/build/source/cmd/polaris/audit.go DEBU[2024-03-16T20:27:07Z] parser#IsProspect (TRUE) path=/build/source/cmd/polaris/auth.go status=true DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots mapping=/build/source/cmd/polaris/auth.go DEBU[2024-03-16T20:27:07Z] parser#IsProspect (TRUE) path=/build/source/cmd/polaris/dashboard.go status=true DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots mapping=/build/source/cmd/polaris/dashboard.go DEBU[2024-03-16T20:27:07Z] parser#IsProspect (TRUE) path=/build/source/cmd/polaris/fix.go status=true DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots mapping=/build/source/cmd/polaris/fix.go DEBU[2024-03-16T20:27:07Z] parser#IsProspect (TRUE) path=/build/source/cmd/polaris/root.go status=true DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots mapping=/build/source/cmd/polaris/root.go DEBU[2024-03-16T20:27:07Z] parser#IsProspect (TRUE) path=/build/source/cmd/polaris/version.go status=true DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots mapping=/build/source/cmd/polaris/version.go DEBU[2024-03-16T20:27:07Z] parser#IsProspect (TRUE) path=/build/source/cmd/polaris/webhook.go status=true DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots mapping=/build/source/cmd/polaris/webhook.go DEBU[2024-03-16T20:27:07Z] parser#IsProspect (TRUE) path=/build/source/main.go status=true DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots mapping=/build/source/main.go DEBU[2024-03-16T20:27:07Z] parser#IsProspect (TRUE) path=/build/source/pkg/auth/auth.go status=true DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots mapping=/build/source/pkg/auth/auth.go DEBU[2024-03-16T20:27:07Z] parser#IsProspect (TRUE) path=/build/source/pkg/auth/browser.go status=true DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots mapping=/build/source/pkg/auth/browser.go DEBU[2024-03-16T20:27:07Z] parser#IsProspect (TRUE) path=/build/source/pkg/auth/login.go status=true DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots mapping=/build/source/pkg/auth/login.go DEBU[2024-03-16T20:27:07Z] parser#IsProspect (TRUE) path=/build/source/pkg/auth/logout.go status=true DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots mapping=/build/source/pkg/auth/logout.go DEBU[2024-03-16T20:27:07Z] parser#IsProspect (TRUE) path=/build/source/pkg/auth/status.go status=true DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots mapping=/build/source/pkg/auth/status.go DEBU[2024-03-16T20:27:07Z] parser#IsProspect (TRUE) path=/build/source/pkg/auth/token.go status=true DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots mapping=/build/source/pkg/auth/token.go DEBU[2024-03-16T20:27:07Z] parser#IsProspect (TRUE) path=/build/source/pkg/config/checks.go status=true DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots mapping=/build/source/pkg/config/checks.go DEBU[2024-03-16T20:27:07Z] parser#IsProspect (TRUE) path=/build/source/pkg/config/config.go status=true DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots mapping=/build/source/pkg/config/config.go DEBU[2024-03-16T20:27:07Z] parser#IsProspect (TRUE) path=/build/source/pkg/config/exemptions.go status=true DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots mapping=/build/source/pkg/config/exemptions.go DEBU[2024-03-16T20:27:07Z] parser#IsProspect (TRUE) path=/build/source/pkg/config/schema.go status=true DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots mapping=/build/source/pkg/config/schema.go DEBU[2024-03-16T20:27:07Z] parser#IsProspect (TRUE) path=/build/source/pkg/config/severity.go status=true DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots mapping=/build/source/pkg/config/severity.go DEBU[2024-03-16T20:27:07Z] parser#IsProspect (TRUE) path=/build/source/pkg/dashboard/dashboard.go status=true DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots mapping=/build/source/pkg/dashboard/dashboard.go DEBU[2024-03-16T20:27:07Z] parser#IsProspect (TRUE) path=/build/source/pkg/dashboard/helpers.go status=true DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots mapping=/build/source/pkg/dashboard/helpers.go DEBU[2024-03-16T20:27:07Z] parser#IsProspect (TRUE) path=/build/source/pkg/fix/fix.go status=true DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots mapping=/build/source/pkg/fix/fix.go DEBU[2024-03-16T20:27:07Z] parser#IsProspect (TRUE) path=/build/source/pkg/insights/client.go status=true DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots mapping=/build/source/pkg/insights/client.go DEBU[2024-03-16T20:27:07Z] parser#IsProspect (TRUE) path=/build/source/pkg/insights/reporter.go status=true DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots mapping=/build/source/pkg/insights/reporter.go DEBU[2024-03-16T20:27:07Z] parser#IsProspect (TRUE) path=/build/source/pkg/kube/resource.go status=true DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots mapping=/build/source/pkg/kube/resource.go DEBU[2024-03-16T20:27:07Z] parser#IsProspect (TRUE) path=/build/source/pkg/kube/resources.go status=true DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots mapping=/build/source/pkg/kube/resources.go DEBU[2024-03-16T20:27:07Z] parser#IsProspect (TRUE) path=/build/source/pkg/mutation/mutate.go status=true DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots mapping=/build/source/pkg/mutation/mutate.go DEBU[2024-03-16T20:27:07Z] parser#IsProspect (TRUE) path=/build/source/pkg/validator/fullaudit.go status=true DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots mapping=/build/source/pkg/validator/fullaudit.go DEBU[2024-03-16T20:27:07Z] parser#IsProspect (TRUE) path=/build/source/pkg/validator/output.go status=true DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots mapping=/build/source/pkg/validator/output.go DEBU[2024-03-16T20:27:07Z] parser#IsProspect (TRUE) path=/build/source/pkg/validator/schema.go status=true DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots mapping=/build/source/pkg/validator/schema.go DEBU[2024-03-16T20:27:07Z] parser#IsProspect (TRUE) path=/build/source/pkg/validator/summary.go status=true DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots mapping=/build/source/pkg/validator/summary.go DEBU[2024-03-16T20:27:07Z] parser#IsProspect (TRUE) path=/build/source/pkg/webhook/mutate.go status=true DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots mapping=/build/source/pkg/webhook/mutate.go DEBU[2024-03-16T20:27:07Z] parser#IsProspect (TRUE) path=/build/source/pkg/webhook/webhook.go status=true DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots mapping=/build/source/pkg/webhook/webhook.go DEBU[2024-03-16T20:27:07Z] parser#IsProspect (TRUE) path=/build/source/test/fixtures.go status=true DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots mapping=/build/source/test/fixtures.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots reading file=/build/source/pkg/webhook/mutate.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots reading file=/build/source/pkg/config/checks.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots reading file=/build/source/pkg/config/config.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots reading file=/build/source/pkg/config/exemptions.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots reading file=/build/source/pkg/config/severity.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots reading file=/build/source/pkg/kube/resources.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots reading file=/build/source/pkg/auth/logout.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots reading file=/build/source/pkg/auth/status.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots reading file=/build/source/pkg/insights/reporter.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots reading file=/build/source/pkg/kube/resource.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots reading file=/build/source/pkg/validator/fullaudit.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots reading file=/build/source/test/fixtures.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots reading file=/build/source/cmd/polaris/root.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots reading file=/build/source/pkg/auth/browser.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots reading file=/build/source/pkg/mutation/mutate.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots reading file=/build/source/pkg/validator/output.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots reading file=/build/source/pkg/validator/summary.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots reading file=/build/source/cmd/polaris/fix.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots reading file=/build/source/pkg/auth/token.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots reading file=/build/source/pkg/dashboard/helpers.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots reading file=/build/source/pkg/insights/client.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots reading file=/build/source/pkg/validator/schema.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots reading file=/build/source/pkg/fix/fix.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots reading file=/build/source/cmd/polaris/version.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots reading file=/build/source/pkg/auth/auth.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots reading file=/build/source/pkg/auth/login.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots reading file=/build/source/pkg/config/schema.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots reading file=/build/source/pkg/dashboard/dashboard.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots reading file=/build/source/cmd/polaris/auth.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots reading file=/build/source/main.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots reading file=/build/source/pkg/webhook/webhook.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots reading file=/build/source/cmd/polaris/audit.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots reading file=/build/source/cmd/polaris/dashboard.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots reading file=/build/source/cmd/polaris/webhook.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#NewFromRoots found prospects=34 DEBU[2024-03-16T20:27:07Z] *parser.Parser#Run parsing=/build/source/pkg/webhook/mutate.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#Run parsing=/build/source/pkg/config/checks.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#Run parsing=/build/source/pkg/config/config.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#Run parsing=/build/source/pkg/config/exemptions.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#Run parsing=/build/source/pkg/config/severity.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#Run parsing=/build/source/pkg/kube/resources.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#Run parsing=/build/source/pkg/auth/logout.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#Run parsing=/build/source/pkg/auth/status.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#Run parsing=/build/source/pkg/insights/reporter.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#Run parsing=/build/source/pkg/kube/resource.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#Run parsing=/build/source/pkg/validator/fullaudit.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#Run parsing=/build/source/test/fixtures.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#Run parsing=/build/source/cmd/polaris/root.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#Run parsing=/build/source/pkg/auth/browser.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#Run parsing=/build/source/pkg/mutation/mutate.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#Run parsing=/build/source/pkg/validator/output.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#Run parsing=/build/source/pkg/validator/summary.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#Run parsing=/build/source/cmd/polaris/fix.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#Run parsing=/build/source/pkg/auth/token.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#Run parsing=/build/source/pkg/dashboard/helpers.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#Run parsing=/build/source/pkg/insights/client.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#Run parsing=/build/source/pkg/validator/schema.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#Run parsing=/build/source/pkg/fix/fix.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#Run parsing=/build/source/cmd/polaris/version.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#Run parsing=/build/source/pkg/auth/auth.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#Run parsing=/build/source/pkg/auth/login.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#Run parsing=/build/source/pkg/config/schema.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#Run parsing=/build/source/pkg/dashboard/dashboard.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#Run parsing=/build/source/cmd/polaris/auth.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#Run parsing=/build/source/main.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#Run parsing=/build/source/pkg/webhook/webhook.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#Run parsing=/build/source/cmd/polaris/audit.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#Run parsing=/build/source/cmd/polaris/dashboard.go DEBU[2024-03-16T20:27:07Z] *parser.Parser#Run parsing=/build/source/cmd/polaris/webhook.go DEBU[2024-03-16T20:27:07Z] found 0 boxes go: downloading github.com/sirupsen/logrus v1.9.3 go: downloading github.com/fairwindsops/insights-plugins/plugins/workloads v0.0.0-20230601204422-5c789e15990c go: downloading k8s.io/api v0.29.0 go: downloading k8s.io/client-go v0.29.0 go: downloading github.com/AlecAivazis/survey/v2 v2.3.7 go: downloading github.com/fairwindsops/controller-utils v0.3.0 go: downloading github.com/gorilla/mux v1.8.0 go: downloading github.com/thoas/go-funk v0.9.3 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading k8s.io/apimachinery v0.29.0 go: downloading gomodules.xyz/jsonpatch/v2 v2.3.0 go: downloading sigs.k8s.io/controller-runtime v0.15.0 go: downloading github.com/stretchr/testify v1.8.4 go: downloading sigs.k8s.io/yaml v1.3.0 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/spf13/cobra v1.8.0 go: downloading github.com/fatih/color v1.15.0 go: downloading github.com/qri-io/jsonschema v0.1.2 go: downloading golang.org/x/sys v0.13.0 go: downloading github.com/davecgh/go-spew v1.1.1 go: downloading github.com/pmezard/go-difflib v1.0.0 go: downloading github.com/evanphx/json-patch/v5 v5.6.0 go: downloading github.com/evanphx/json-patch v5.6.0+incompatible go: downloading github.com/go-logr/logr v1.3.0 go: downloading github.com/prometheus/client_golang v1.15.1 go: downloading k8s.io/utils v0.0.0-20230726121419-3b25d923346b go: downloading k8s.io/klog/v2 v2.110.1 go: downloading github.com/gogo/protobuf v1.3.2 go: downloading github.com/google/gofuzz v1.2.0 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.4.1 go: downloading gopkg.in/inf.v0 v0.9.1 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading github.com/mattn/go-isatty v0.0.17 go: downloading github.com/inconshreveable/mousetrap v1.1.0 go: downloading github.com/spf13/pflag v1.0.5 go: downloading sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd go: downloading k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 go: downloading golang.org/x/term v0.13.0 go: downloading golang.org/x/text v0.13.0 go: downloading github.com/prometheus/client_model v0.4.0 go: downloading github.com/prometheus/common v0.42.0 go: downloading k8s.io/component-base v0.27.2 go: downloading github.com/fsnotify/fsnotify v1.6.0 go: downloading github.com/json-iterator/go v1.1.12 go: downloading golang.org/x/net v0.17.0 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/cespare/xxhash/v2 v2.2.0 go: downloading github.com/prometheus/procfs v0.9.0 go: downloading google.golang.org/protobuf v1.31.0 go: downloading github.com/imdario/mergo v0.3.13 go: downloading github.com/google/go-cmp v0.6.0 go: downloading github.com/google/uuid v1.3.0 go: downloading golang.org/x/time v0.3.0 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da go: downloading github.com/golang/protobuf v1.5.3 go: downloading github.com/google/gnostic-models v0.6.8 go: downloading golang.org/x/oauth2 v0.10.0 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go: downloading github.com/modern-go/reflect2 v1.0.2 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4 go: downloading github.com/qri-io/jsonpointer v0.1.1 go: downloading google.golang.org/appengine v1.6.7 go: downloading github.com/go-openapi/swag v0.22.3 go: downloading github.com/go-openapi/jsonreference v0.20.2 go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go: downloading github.com/emicklei/go-restful/v3 v3.11.0 go: downloading github.com/go-openapi/jsonpointer v0.19.6 go: downloading github.com/mailru/easyjson v0.7.7 go: downloading github.com/josharian/intern v1.0.0 go: updates to go.mod needed; to update it: go mod tidy error: builder for '/nix/store/4hlll9c0k10kjx0k9vmcq9z66iwmjjm3-kubernetes-polaris-9.0.1-go-modules.drv' failed with exit code 1; last 25 log lines: > go: downloading github.com/cespare/xxhash/v2 v2.2.0 > go: downloading github.com/prometheus/procfs v0.9.0 > go: downloading google.golang.org/protobuf v1.31.0 > go: downloading github.com/imdario/mergo v0.3.13 > go: downloading github.com/google/go-cmp v0.6.0 > go: downloading github.com/google/uuid v1.3.0 > go: downloading golang.org/x/time v0.3.0 > go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da > go: downloading github.com/golang/protobuf v1.5.3 > go: downloading github.com/google/gnostic-models v0.6.8 > go: downloading golang.org/x/oauth2 v0.10.0 > go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd > go: downloading github.com/modern-go/reflect2 v1.0.2 > go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4 > go: downloading github.com/qri-io/jsonpointer v0.1.1 > go: downloading google.golang.org/appengine v1.6.7 > go: downloading github.com/go-openapi/swag v0.22.3 > go: downloading github.com/go-openapi/jsonreference v0.20.2 > go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 > go: downloading github.com/emicklei/go-restful/v3 v3.11.0 > go: downloading github.com/go-openapi/jsonpointer v0.19.6 > go: downloading github.com/mailru/easyjson v0.7.7 > go: downloading github.com/josharian/intern v1.0.0 > go: updates to go.mod needed; to update it: > go mod tidy For full logs, run 'nix log /nix/store/4hlll9c0k10kjx0k9vmcq9z66iwmjjm3-kubernetes-polaris-9.0.1-go-modules.drv'. error: 1 dependencies of derivation '/nix/store/9yfbb7g32ylzrz5zk0lvbqgcq6d88qq6-kubernetes-polaris-9.0.1.drv' failed to build [result] Failed to update kubernetes-polaris 8.5.5 -> 9.0.1 https://github.com/FairwindsOps/polaris/releases [options] github_user: r-ryantm, pull_request: YES, batch_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_5_4.lenovo-legion-module, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_5_4.lenovo-legion-module/2024-03-16.log linuxKernel.packages.linux_5_4.lenovo-legion-module 0.0.9 -> 0.0.11-prerelease https://github.com/johnfanv2/LenovoLegionLinux/releases attrpath: linuxKernel.packages.linux_5_4.lenovo-legion-module Checking auto update branch... No auto update branch exists Old version 0.0.9" not present in master derivation file with contents: { lib, fetchurl, stdenv, kernel, bash, lenovo-legion }: stdenv.mkDerivation { pname = "lenovo-legion-module"; inherit (lenovo-legion) version src; sourceRoot = "${lenovo-legion.src.name}/kernel_module"; hardeningDisable = [ "pic" ]; preConfigure = '' sed -i -e '/depmod/d' ./Makefile ''; makeFlags = kernel.makeFlags ++ [ "SHELL=bash" "KERNELVERSION=${kernel.modDirVersion}" "KSRC=${kernel.dev}/lib/modules/${kernel.modDirVersion}/build" "INSTALLDIR=${placeholder "out"}/lib/modules/${kernel.modDirVersion}/kernel/drivers/platform/x86" "MODDESTDIR=${placeholder "out"}/lib/modules/${kernel.modDirVersion}/kernel/drivers/platform/x86" "DKMSDIR=${placeholder "out"}/lib/modules/${kernel.modDirVersion}/misc" ]; nativeBuildInputs = kernel.moduleBuildDependencies; meta = { description = "Linux kernel module for controlling fan and power in Lenovo Legion laptops"; homepage = "https://github.com/johnfanv2/LenovoLegionLinux"; license = lib.licenses.gpl2Only; platforms = lib.platforms.linux; maintainers = [ lib.maintainers.ulrikstrid ]; broken = kernel.kernelOlder "5.15"; }; } [result] Failed to update linuxKernel.packages.linux_5_4.lenovo-legion-module 0.0.9 -> 0.0.11-prerelease https://github.com/johnfanv2/LenovoLegionLinux/releases [options] github_user: r-ryantm, pull_request: YES, batch_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_hardened.lenovo-legion-module, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_4_19_hardened.lenovo-legion-module/2024-03-16.log linuxKernel.packages.linux_4_19_hardened.lenovo-legion-module 0.0.9 -> 0.0.11-prerelease https://github.com/johnfanv2/LenovoLegionLinux/releases attrpath: linuxKernel.packages.linux_4_19_hardened.lenovo-legion-module Checking auto update branch... No auto update branch exists Old version 0.0.9" not present in master derivation file with contents: { lib, fetchurl, stdenv, kernel, bash, lenovo-legion }: stdenv.mkDerivation { pname = "lenovo-legion-module"; inherit (lenovo-legion) version src; sourceRoot = "${lenovo-legion.src.name}/kernel_module"; hardeningDisable = [ "pic" ]; preConfigure = '' sed -i -e '/depmod/d' ./Makefile ''; makeFlags = kernel.makeFlags ++ [ "SHELL=bash" "KERNELVERSION=${kernel.modDirVersion}" "KSRC=${kernel.dev}/lib/modules/${kernel.modDirVersion}/build" "INSTALLDIR=${placeholder "out"}/lib/modules/${kernel.modDirVersion}/kernel/drivers/platform/x86" "MODDESTDIR=${placeholder "out"}/lib/modules/${kernel.modDirVersion}/kernel/drivers/platform/x86" "DKMSDIR=${placeholder "out"}/lib/modules/${kernel.modDirVersion}/misc" ]; nativeBuildInputs = kernel.moduleBuildDependencies; meta = { description = "Linux kernel module for controlling fan and power in Lenovo Legion laptops"; homepage = "https://github.com/johnfanv2/LenovoLegionLinux"; license = lib.licenses.gpl2Only; platforms = lib.platforms.linux; maintainers = [ lib.maintainers.ulrikstrid ]; broken = kernel.kernelOlder "5.15"; }; } [result] Failed to update linuxKernel.packages.linux_4_19_hardened.lenovo-legion-module 0.0.9 -> 0.0.11-prerelease https://github.com/johnfanv2/LenovoLegionLinux/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.lenovo-legion-module, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_6_7.lenovo-legion-module/2024-03-16.log linuxKernel.packages.linux_6_7.lenovo-legion-module 0.0.9 -> 0.0.11-prerelease https://github.com/johnfanv2/LenovoLegionLinux/releases attrpath: linuxKernel.packages.linux_6_7.lenovo-legion-module Checking auto update branch... No auto update branch exists Old version 0.0.9" not present in master derivation file with contents: { lib, fetchurl, stdenv, kernel, bash, lenovo-legion }: stdenv.mkDerivation { pname = "lenovo-legion-module"; inherit (lenovo-legion) version src; sourceRoot = "${lenovo-legion.src.name}/kernel_module"; hardeningDisable = [ "pic" ]; preConfigure = '' sed -i -e '/depmod/d' ./Makefile ''; makeFlags = kernel.makeFlags ++ [ "SHELL=bash" "KERNELVERSION=${kernel.modDirVersion}" "KSRC=${kernel.dev}/lib/modules/${kernel.modDirVersion}/build" "INSTALLDIR=${placeholder "out"}/lib/modules/${kernel.modDirVersion}/kernel/drivers/platform/x86" "MODDESTDIR=${placeholder "out"}/lib/modules/${kernel.modDirVersion}/kernel/drivers/platform/x86" "DKMSDIR=${placeholder "out"}/lib/modules/${kernel.modDirVersion}/misc" ]; nativeBuildInputs = kernel.moduleBuildDependencies; meta = { description = "Linux kernel module for controlling fan and power in Lenovo Legion laptops"; homepage = "https://github.com/johnfanv2/LenovoLegionLinux"; license = lib.licenses.gpl2Only; platforms = lib.platforms.linux; maintainers = [ lib.maintainers.ulrikstrid ]; broken = kernel.kernelOlder "5.15"; }; } [result] Failed to update linuxKernel.packages.linux_6_7.lenovo-legion-module 0.0.9 -> 0.0.11-prerelease https://github.com/johnfanv2/LenovoLegionLinux/releases [options] github_user: r-ryantm, pull_request: YES, batch_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_latest_libre.lenovo-legion-module, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_latest_libre.lenovo-legion-module/2024-03-16.log linuxKernel.packages.linux_latest_libre.lenovo-legion-module 0.0.9 -> 0.0.11-prerelease https://github.com/johnfanv2/LenovoLegionLinux/releases attrpath: linuxKernel.packages.linux_latest_libre.lenovo-legion-module Checking auto update branch... No auto update branch exists Old version 0.0.9" not present in master derivation file with contents: { lib, fetchurl, stdenv, kernel, bash, lenovo-legion }: stdenv.mkDerivation { pname = "lenovo-legion-module"; inherit (lenovo-legion) version src; sourceRoot = "${lenovo-legion.src.name}/kernel_module"; hardeningDisable = [ "pic" ]; preConfigure = '' sed -i -e '/depmod/d' ./Makefile ''; makeFlags = kernel.makeFlags ++ [ "SHELL=bash" "KERNELVERSION=${kernel.modDirVersion}" "KSRC=${kernel.dev}/lib/modules/${kernel.modDirVersion}/build" "INSTALLDIR=${placeholder "out"}/lib/modules/${kernel.modDirVersion}/kernel/drivers/platform/x86" "MODDESTDIR=${placeholder "out"}/lib/modules/${kernel.modDirVersion}/kernel/drivers/platform/x86" "DKMSDIR=${placeholder "out"}/lib/modules/${kernel.modDirVersion}/misc" ]; nativeBuildInputs = kernel.moduleBuildDependencies; meta = { description = "Linux kernel module for controlling fan and power in Lenovo Legion laptops"; homepage = "https://github.com/johnfanv2/LenovoLegionLinux"; license = lib.licenses.gpl2Only; platforms = lib.platforms.linux; maintainers = [ lib.maintainers.ulrikstrid ]; broken = kernel.kernelOlder "5.15"; }; } [result] Failed to update linuxKernel.packages.linux_latest_libre.lenovo-legion-module 0.0.9 -> 0.0.11-prerelease https://github.com/johnfanv2/LenovoLegionLinux/releases [options] github_user: r-ryantm, pull_request: YES, batch_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_1.lenovo-legion-module, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_6_1.lenovo-legion-module/2024-03-16.log linuxKernel.packages.linux_6_1.lenovo-legion-module 0.0.9 -> 0.0.11-prerelease https://github.com/johnfanv2/LenovoLegionLinux/releases attrpath: linuxKernel.packages.linux_6_1.lenovo-legion-module Checking auto update branch... No auto update branch exists Old version 0.0.9" not present in master derivation file with contents: { lib, fetchurl, stdenv, kernel, bash, lenovo-legion }: stdenv.mkDerivation { pname = "lenovo-legion-module"; inherit (lenovo-legion) version src; sourceRoot = "${lenovo-legion.src.name}/kernel_module"; hardeningDisable = [ "pic" ]; preConfigure = '' sed -i -e '/depmod/d' ./Makefile ''; makeFlags = kernel.makeFlags ++ [ "SHELL=bash" "KERNELVERSION=${kernel.modDirVersion}" "KSRC=${kernel.dev}/lib/modules/${kernel.modDirVersion}/build" "INSTALLDIR=${placeholder "out"}/lib/modules/${kernel.modDirVersion}/kernel/drivers/platform/x86" "MODDESTDIR=${placeholder "out"}/lib/modules/${kernel.modDirVersion}/kernel/drivers/platform/x86" "DKMSDIR=${placeholder "out"}/lib/modules/${kernel.modDirVersion}/misc" ]; nativeBuildInputs = kernel.moduleBuildDependencies; meta = { description = "Linux kernel module for controlling fan and power in Lenovo Legion laptops"; homepage = "https://github.com/johnfanv2/LenovoLegionLinux"; license = lib.licenses.gpl2Only; platforms = lib.platforms.linux; maintainers = [ lib.maintainers.ulrikstrid ]; broken = kernel.kernelOlder "5.15"; }; } [result] Failed to update linuxKernel.packages.linux_6_1.lenovo-legion-module 0.0.9 -> 0.0.11-prerelease https://github.com/johnfanv2/LenovoLegionLinux/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pebble, using log file: /var/log/nixpkgs-update/pebble/2024-03-16.log pebble 2.4.0 -> 2.5.1 https://github.com/letsencrypt/pebble/releases attrpath: pebble Checking auto update branch... An auto update branch exists with message `pebble: 2.4.0 -> 2.5.1`. New version is 2.5.1. An auto update branch exists with an equal or greater version [result] Failed to update pebble 2.4.0 -> 2.5.1 https://github.com/letsencrypt/pebble/releases [options] github_user: r-ryantm, pull_request: YES, batch_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_3_3.thor, using log file: /var/log/nixpkgs-update/rubyPackages_3_3.thor/2024-03-16.log rubyPackages_3_3.thor 1.3.0 -> 1.3.1 https://repology.org/project/ruby:thor/versions attrpath: rubyPackages_3_3.thor 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_3_3.thor 1.3.0 -> 1.3.1 https://repology.org/project/ruby:thor/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.snapshottest, using log file: /var/log/nixpkgs-update/python311Packages.snapshottest/2024-03-16.log python311Packages.snapshottest 0 -> 1 attrpath: python311Packages.snapshottest Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2vlcq4mr1ac18zk319yz8wllbvyz2vmv-packages.json.drv building '/nix/store/2vlcq4mr1ac18zk319yz8wllbvyz2vmv-packages.json.drv'... Going to be running update for following packages: - python3.11-snapshottest-0.6.0 Press Enter key to continue... Running update for: - python3.11-snapshottest-0.6.0: UPDATING ... - python3.11-snapshottest-0.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.snapshottest 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-databoxedge, using log file: /var/log/nixpkgs-update/python311Packages.azure-mgmt-databoxedge/2024-03-16.log python311Packages.azure-mgmt-databoxedge 0 -> 1 attrpath: python311Packages.azure-mgmt-databoxedge Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9pwfz73y2qnvxpb7r3apll6alaxrddgl-packages.json.drv building '/nix/store/9pwfz73y2qnvxpb7r3apll6alaxrddgl-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-mgmt-databoxedge-1.0.0 Press Enter key to continue... Running update for: - python3.11-azure-mgmt-databoxedge-1.0.0: UPDATING ... - python3.11-azure-mgmt-databoxedge-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-mgmt-databoxedge 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.fastparquet, using log file: /var/log/nixpkgs-update/python311Packages.fastparquet/2024-03-16.log python311Packages.fastparquet 0 -> 1 attrpath: python311Packages.fastparquet Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/v9xghxwakfpkbkvni5h2gm2wrlhb1rc3-packages.json.drv building '/nix/store/v9xghxwakfpkbkvni5h2gm2wrlhb1rc3-packages.json.drv'... Going to be running update for following packages: - python3.11-fastparquet-2024.2.0 Press Enter key to continue... Running update for: - python3.11-fastparquet-2024.2.0: UPDATING ... - python3.11-fastparquet-2024.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.fastparquet 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.empy, using log file: /var/log/nixpkgs-update/python311Packages.empy/2024-03-16.log python311Packages.empy 0 -> 1 attrpath: python311Packages.empy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/z07lrljpdhrha96018zp0cmkm7rjawad-packages.json.drv building '/nix/store/z07lrljpdhrha96018zp0cmkm7rjawad-packages.json.drv'... Going to be running update for following packages: - python3.11-empy-4.0.1 Press Enter key to continue... Running update for: - python3.11-empy-4.0.1: UPDATING ... - python3.11-empy-4.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.empy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pantheon.wingpanel-indicator-datetime, using log file: /var/log/nixpkgs-update/pantheon.wingpanel-indicator-datetime/2024-03-16.log pantheon.wingpanel-indicator-datetime 0 -> 1 attrpath: pantheon.wingpanel-indicator-datetime Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xm08055l5j6xn6wi29pj1nvazlqj9qa1-packages.json.drv building '/nix/store/xm08055l5j6xn6wi29pj1nvazlqj9qa1-packages.json.drv'... Going to be running update for following packages: - wingpanel-indicator-datetime-2.4.1 Press Enter key to continue... Running update for: - wingpanel-indicator-datetime-2.4.1: UPDATING ... - wingpanel-indicator-datetime-2.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.wingpanel-indicator-datetime 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pip-tools, using log file: /var/log/nixpkgs-update/python311Packages.pip-tools/2024-03-16.log python311Packages.pip-tools 0 -> 1 attrpath: python311Packages.pip-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/ai45pybvysc11zigs1qg8an317zp6q3a-packages.json.drv building '/nix/store/ai45pybvysc11zigs1qg8an317zp6q3a-packages.json.drv'... Going to be running update for following packages: - python3.11-pip-tools-7.3.0 Press Enter key to continue... Running update for: - python3.11-pip-tools-7.3.0: UPDATING ... - python3.11-pip-tools-7.3.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pip-tools/default.nix b/pkgs/development/python-modules/pip-tools/default.nix index 154a9c712c5a..8052c574d336 100644 --- a/pkgs/development/python-modules/pip-tools/default.nix +++ b/pkgs/development/python-modules/pip-tools/default.nix @@ -18,14 +18,14 @@ buildPythonPackage rec { pname = "pip-tools"; - version = "7.3.0"; + version = "7.4.1"; format = "pyproject"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - hash = "sha256-jpyZEn/gJMAltGoLLRXHvUfxjzMibPczDTVJNmP8HR0="; + hash = "sha256-hkgm9Qc4ZEUOJNvuuFzjkgzfsJhIo9aev1N7Uh8UvMk="; }; patches = [ ./fix-setup-py-bad-syntax-detection.patch ]; No auto update branch exists Old version 7.3.0" not present in staging derivation file with contents: { lib , stdenv , buildPythonPackage , build , click , fetchPypi , pep517 , pip , pytest-xdist , pytestCheckHook , pythonOlder , setuptools , setuptools-scm , tomli , tomli-w , wheel }: buildPythonPackage rec { pname = "pip-tools"; version = "7.4.1"; format = "pyproject"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; hash = "sha256-hkgm9Qc4ZEUOJNvuuFzjkgzfsJhIo9aev1N7Uh8UvMk="; }; patches = [ ./fix-setup-py-bad-syntax-detection.patch ]; nativeBuildInputs = [ setuptools-scm ]; propagatedBuildInputs = [ build click pep517 pip setuptools wheel ] ++ lib.optionals (pythonOlder "3.11") [ tomli ]; __darwinAllowLocalNetworking = true; nativeCheckInputs = [ pytest-xdist pytestCheckHook tomli-w ]; preCheck = lib.optionalString (stdenv.isDarwin && stdenv.isAarch64) '' # https://github.com/python/cpython/issues/74570#issuecomment-1093748531 export no_proxy='*'; ''; disabledTests = [ # Tests require network access "network" "test_direct_reference_with_extras" "test_local_duplicate_subdependency_combined" "test_bad_setup_file" # Assertion error "test_compile_recursive_extras" "test_combine_different_extras_of_the_same_package" "test_diff_should_not_uninstall" ]; pythonImportsCheck = [ "piptools" ]; meta = with lib; { description = "Keeps your pinned dependencies fresh"; homepage = "https://github.com/jazzband/pip-tools/"; changelog = "https://github.com/jazzband/pip-tools/releases/tag/${version}"; license = licenses.bsd3; maintainers = with maintainers; [ zimbatm ]; }; } [result] Failed to update python311Packages.pip-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.dask-image, using log file: /var/log/nixpkgs-update/python311Packages.dask-image/2024-03-16.log python311Packages.dask-image 0 -> 1 attrpath: python311Packages.dask-image Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3y4q43xskbqnn2bqrafz3zx07l0pnpcf-packages.json.drv building '/nix/store/3y4q43xskbqnn2bqrafz3zx07l0pnpcf-packages.json.drv'... Going to be running update for following packages: - python3.11-dask-image-2023.8.1 Press Enter key to continue... Running update for: - python3.11-dask-image-2023.8.1: UPDATING ... - python3.11-dask-image-2023.8.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dask-image 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.llama-index-question-gen-openai, using log file: /var/log/nixpkgs-update/python311Packages.llama-index-question-gen-openai/2024-03-16.log python311Packages.llama-index-question-gen-openai 0.10.18 -> 0.10.20 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/18zfkbmkh7kxa0ay80napw3ncz4y5x29-packages.json.drv building '/nix/store/18zfkbmkh7kxa0ay80napw3ncz4y5x29-packages.json.drv'... Going to be running update for following packages: - python3.11-llama-index-question-gen-openai-0.10.18 Press Enter key to continue... Running update for: - python3.11-llama-index-question-gen-openai-0.10.18: UPDATING ... - python3.11-llama-index-question-gen-openai-0.10.18: 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 8a71591eb27d..df6e3b92e289 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.18"; + version = "0.10.20"; 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-xNPvaXODY159x8Fl3HRdYCdYeFNIieX5TsLTfup8Dtg="; + hash = "sha256-F7k5gtmhFdn369Ws5PSJ/xTid6ONstoWPotk+DmDtLw="; }; sourceRoot = "${src.name}/${pname}"; No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/id03gbjv32il3jp3yzlypswc7g6bv4wb-python3.11-llama-index-question-gen-openai-0.10.20" [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)
4 packages failed to build:
  • python311Packages.llama-index
  • python311Packages.llama-index-readers-file
  • python311Packages.llama-index-readers-file.dist
  • python311Packages.llama-index.dist
36 packages built:
  • python311Packages.clarifai
  • python311Packages.clarifai.dist
  • python311Packages.llama-index-agent-openai
  • python311Packages.llama-index-agent-openai.dist
  • python311Packages.llama-index-cli
  • python311Packages.llama-index-cli.dist
  • python311Packages.llama-index-core
  • python311Packages.llama-index-core.dist
  • python311Packages.llama-index-embeddings-gemini
  • python311Packages.llama-index-embeddings-gemini.dist
  • python311Packages.llama-index-embeddings-google
  • python311Packages.llama-index-embeddings-google.dist
  • python311Packages.llama-index-embeddings-openai
  • python311Packages.llama-index-embeddings-openai.dist
  • python311Packages.llama-index-indices-managed-llama-cloud
  • python311Packages.llama-index-indices-managed-llama-cloud.dist
  • python311Packages.llama-index-legacy
  • python311Packages.llama-index-legacy.dist
  • python311Packages.llama-index-llms-openai
  • python311Packages.llama-index-llms-openai.dist
  • python311Packages.llama-index-multi-modal-llms-openai
  • python311Packages.llama-index-multi-modal-llms-openai.dist
  • python311Packages.llama-index-program-openai
  • python311Packages.llama-index-program-openai.dist
  • python311Packages.llama-index-question-gen-openai
  • python311Packages.llama-index-question-gen-openai.dist
  • python311Packages.llama-index-readers-json
  • python311Packages.llama-index-readers-json.dist
  • python311Packages.llama-index-readers-llama-parse
  • python311Packages.llama-index-readers-llama-parse.dist
  • python311Packages.llama-index-readers-weather
  • python311Packages.llama-index-readers-weather.dist
  • python311Packages.llama-index-vector-stores-chroma
  • python311Packages.llama-index-vector-stores-chroma.dist
  • python311Packages.llama-parse
  • python311Packages.llama-parse.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.llama-index-question-gen-openai is: Data framework for your LLM applications meta.homepage for python311Packages.llama-index-question-gen-openai is: https://github.com/run-llama/llama_index/ meta.changelog for python311Packages.llama-index-question-gen-openai is: https://github.com/run-llama/llama_index/blob/0.10.20/CHANGELOG.md ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.10.20 with grep in /nix/store/id03gbjv32il3jp3yzlypswc7g6bv4wb-python3.11-llama-index-question-gen-openai-0.10.20 - found 0.10.20 in filename of file in /nix/store/id03gbjv32il3jp3yzlypswc7g6bv4wb-python3.11-llama-index-question-gen-openai-0.10.20 ---
Rebuild report (if merged into master) (click to expand) ``` 20 total rebuild path(s) 20 package rebuild(s) First fifty rebuilds by attrpath python311Packages.clarifai python311Packages.llama-index python311Packages.llama-index-agent-openai python311Packages.llama-index-cli python311Packages.llama-index-core python311Packages.llama-index-embeddings-gemini python311Packages.llama-index-embeddings-google python311Packages.llama-index-embeddings-openai python311Packages.llama-index-indices-managed-llama-cloud python311Packages.llama-index-legacy python311Packages.llama-index-llms-openai python311Packages.llama-index-multi-modal-llms-openai python311Packages.llama-index-program-openai python311Packages.llama-index-question-gen-openai python311Packages.llama-index-readers-file python311Packages.llama-index-readers-json python311Packages.llama-index-readers-llama-parse python311Packages.llama-index-readers-weather python311Packages.llama-index-vector-stores-chroma python311Packages.llama-parse ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/id03gbjv32il3jp3yzlypswc7g6bv4wb-python3.11-llama-index-question-gen-openai-0.10.20 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A python311Packages.llama-index-question-gen-openai https://github.com/r-ryantm/nixpkgs/archive/9d25bd420d2a548f786be2b2eb757909f401a1e0.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/9d25bd420d2a548f786be2b2eb757909f401a1e0#python311Packages.llama-index-question-gen-openai ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/id03gbjv32il3jp3yzlypswc7g6bv4wb-python3.11-llama-index-question-gen-openai-0.10.20 ls -la /nix/store/id03gbjv32il3jp3yzlypswc7g6bv4wb-python3.11-llama-index-question-gen-openai-0.10.20/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
4 packages failed to build:
  • python311Packages.llama-index
  • python311Packages.llama-index-readers-file
  • python311Packages.llama-index-readers-file.dist
  • python311Packages.llama-index.dist
36 packages built:
  • python311Packages.clarifai
  • python311Packages.clarifai.dist
  • python311Packages.llama-index-agent-openai
  • python311Packages.llama-index-agent-openai.dist
  • python311Packages.llama-index-cli
  • python311Packages.llama-index-cli.dist
  • python311Packages.llama-index-core
  • python311Packages.llama-index-core.dist
  • python311Packages.llama-index-embeddings-gemini
  • python311Packages.llama-index-embeddings-gemini.dist
  • python311Packages.llama-index-embeddings-google
  • python311Packages.llama-index-embeddings-google.dist
  • python311Packages.llama-index-embeddings-openai
  • python311Packages.llama-index-embeddings-openai.dist
  • python311Packages.llama-index-indices-managed-llama-cloud
  • python311Packages.llama-index-indices-managed-llama-cloud.dist
  • python311Packages.llama-index-legacy
  • python311Packages.llama-index-legacy.dist
  • python311Packages.llama-index-llms-openai
  • python311Packages.llama-index-llms-openai.dist
  • python311Packages.llama-index-multi-modal-llms-openai
  • python311Packages.llama-index-multi-modal-llms-openai.dist
  • python311Packages.llama-index-program-openai
  • python311Packages.llama-index-program-openai.dist
  • python311Packages.llama-index-question-gen-openai
  • python311Packages.llama-index-question-gen-openai.dist
  • python311Packages.llama-index-readers-json
  • python311Packages.llama-index-readers-json.dist
  • python311Packages.llama-index-readers-llama-parse
  • python311Packages.llama-index-readers-llama-parse.dist
  • python311Packages.llama-index-readers-weather
  • python311Packages.llama-index-readers-weather.dist
  • python311Packages.llama-index-vector-stores-chroma
  • python311Packages.llama-index-vector-stores-chroma.dist
  • python311Packages.llama-parse
  • python311Packages.llama-parse.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/296505 [result] Success updating python311Packages.llama-index-question-gen-openai 0.10.18 -> 0.10.20 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-openai, using log file: /var/log/nixpkgs-update/python311Packages.llama-index-embeddings-openai/2024-03-16.log python311Packages.llama-index-embeddings-openai 0.10.18 -> 0.10.20 https://github.com/run-llama/llama_index/releases attrpath: python311Packages.llama-index-embeddings-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/fbd48al29k811fa1pid6vfbv58653vl6-packages.json.drv building '/nix/store/fbd48al29k811fa1pid6vfbv58653vl6-packages.json.drv'... Going to be running update for following packages: - python3.11-llama-index-embeddings-openai-0.10.18 Press Enter key to continue... Running update for: - python3.11-llama-index-embeddings-openai-0.10.18: UPDATING ... - python3.11-llama-index-embeddings-openai-0.10.18: 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 8a71591eb27d..df6e3b92e289 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.18"; + version = "0.10.20"; 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-xNPvaXODY159x8Fl3HRdYCdYeFNIieX5TsLTfup8Dtg="; + hash = "sha256-F7k5gtmhFdn369Ws5PSJ/xTid6ONstoWPotk+DmDtLw="; }; sourceRoot = "${src.name}/${pname}"; No auto update branch exists There might already be an open PR for this update: - python311Packages.llama-index-question-gen-openai: 0.10.18 -> 0.10.20 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/296505" - python311Packages.llama-index-agent-openai: 0.10.18 -> 0.10.20 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/296504" - python311Packages.llama-index-multi-modal-llms-openai: 0.10.18 -> 0.10.20 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/296503" [result] Failed to update python311Packages.llama-index-embeddings-openai 0.10.18 -> 0.10.20 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-program-openai, using log file: /var/log/nixpkgs-update/python311Packages.llama-index-program-openai/2024-03-16.log python311Packages.llama-index-program-openai 0.10.18 -> 0.10.20 https://github.com/run-llama/llama_index/releases attrpath: python311Packages.llama-index-program-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/iwa16mwxm5zxg9anpisjjcvn4q59y307-packages.json.drv building '/nix/store/iwa16mwxm5zxg9anpisjjcvn4q59y307-packages.json.drv'... Going to be running update for following packages: - python3.11-llama-index-program-openai-0.10.18 Press Enter key to continue... Running update for: - python3.11-llama-index-program-openai-0.10.18: UPDATING ... - python3.11-llama-index-program-openai-0.10.18: 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 8a71591eb27d..df6e3b92e289 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.18"; + version = "0.10.20"; 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-xNPvaXODY159x8Fl3HRdYCdYeFNIieX5TsLTfup8Dtg="; + hash = "sha256-F7k5gtmhFdn369Ws5PSJ/xTid6ONstoWPotk+DmDtLw="; }; sourceRoot = "${src.name}/${pname}"; No auto update branch exists There might already be an open PR for this update: - python311Packages.llama-index-question-gen-openai: 0.10.18 -> 0.10.20 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/296505" - python311Packages.llama-index-agent-openai: 0.10.18 -> 0.10.20 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/296504" - python311Packages.llama-index-multi-modal-llms-openai: 0.10.18 -> 0.10.20 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/296503" [result] Failed to update python311Packages.llama-index-program-openai 0.10.18 -> 0.10.20 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 wine-wayland, using log file: /var/log/nixpkgs-update/wine-wayland/2024-03-16.log wine-wayland 0 -> 1 attrpath: wine-wayland Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] these 2 derivations will be built: /nix/store/1ybig5jkg9al9p51zxa99f5hp5l2c5nz-update-wine-wayland.drv /nix/store/akznzmcwsbnak5wp75hzy4mqaxh6jjgn-packages.json.drv building '/nix/store/1ybig5jkg9al9p51zxa99f5hp5l2c5nz-update-wine-wayland.drv'... building '/nix/store/akznzmcwsbnak5wp75hzy4mqaxh6jjgn-packages.json.drv'... Going to be running update for following packages: - wine-wayland-8.2 Press Enter key to continue... Running update for: - wine-wayland-8.2: UPDATING ... - wine-wayland-8.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update wine-wayland 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mautrix, using log file: /var/log/nixpkgs-update/python311Packages.mautrix/2024-03-16.log python311Packages.mautrix 0 -> 1 attrpath: python311Packages.mautrix Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kjvyy0dhva4jz65lw77nc7a23rxqsr8i-packages.json.drv building '/nix/store/kjvyy0dhva4jz65lw77nc7a23rxqsr8i-packages.json.drv'... Going to be running update for following packages: - python3.11-mautrix-0.20.4 Press Enter key to continue... Running update for: - python3.11-mautrix-0.20.4: UPDATING ... - python3.11-mautrix-0.20.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mautrix 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gitlint, using log file: /var/log/nixpkgs-update/gitlint/2024-03-16.log gitlint 0 -> 1 attrpath: gitlint Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1fhckh6i5pv0lq9gsldmq6yiv43gk02q-packages.json.drv building '/nix/store/1fhckh6i5pv0lq9gsldmq6yiv43gk02q-packages.json.drv'... Going to be running update for following packages: - gitlint-0.19.1 Press Enter key to continue... Running update for: - gitlint-0.19.1: UPDATING ... - gitlint-0.19.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update gitlint 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.wsproto, using log file: /var/log/nixpkgs-update/python311Packages.wsproto/2024-03-16.log python311Packages.wsproto 0 -> 1 attrpath: python311Packages.wsproto Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/whbdx228mwajjs99hdfvmc98h5186868-packages.json.drv building '/nix/store/whbdx228mwajjs99hdfvmc98h5186868-packages.json.drv'... Going to be running update for following packages: - python3.11-wsproto-1.2.0 Press Enter key to continue... Running update for: - python3.11-wsproto-1.2.0: UPDATING ... - python3.11-wsproto-1.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.wsproto 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath irrd, using log file: /var/log/nixpkgs-update/irrd/2024-03-16.log irrd 0 -> 1 attrpath: irrd 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/klmgxkl265z74lddignlwfbscldwi5hf-packages.json.drv building '/nix/store/klmgxkl265z74lddignlwfbscldwi5hf-packages.json.drv'... Going to be running update for following packages: - python3.11-irrd-4.4.2 Press Enter key to continue... Running update for: - python3.11-irrd-4.4.2: UPDATING ... - python3.11-irrd-4.4.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update irrd 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.oca-port, using log file: /var/log/nixpkgs-update/python311Packages.oca-port/2024-03-16.log python311Packages.oca-port 0 -> 1 attrpath: python311Packages.oca-port Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rbbc3aarrjmbrkrcr8clyr9m9wn7lbrk-packages.json.drv building '/nix/store/rbbc3aarrjmbrkrcr8clyr9m9wn7lbrk-packages.json.drv'... Going to be running update for following packages: - python3.11-oca-port-0.14 Press Enter key to continue... Running update for: - python3.11-oca-port-0.14: UPDATING ... - python3.11-oca-port-0.14: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.oca-port 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.py-dormakaba-dkey, using log file: /var/log/nixpkgs-update/python311Packages.py-dormakaba-dkey/2024-03-16.log python311Packages.py-dormakaba-dkey 0 -> 1 attrpath: python311Packages.py-dormakaba-dkey 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/p8cbn3frfqdakx0xidw1v6lg678w25bk-packages.json.drv building '/nix/store/p8cbn3frfqdakx0xidw1v6lg678w25bk-packages.json.drv'... Going to be running update for following packages: - python3.11-py-dormakaba-dkey-1.0.5 Press Enter key to continue... Running update for: - python3.11-py-dormakaba-dkey-1.0.5: UPDATING ... - python3.11-py-dormakaba-dkey-1.0.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.py-dormakaba-dkey 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.bite-parser, using log file: /var/log/nixpkgs-update/python311Packages.bite-parser/2024-03-16.log python311Packages.bite-parser 0 -> 1 attrpath: python311Packages.bite-parser Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/22i0s45a132p4fmmkyjbikajr68szmmv-packages.json.drv building '/nix/store/22i0s45a132p4fmmkyjbikajr68szmmv-packages.json.drv'... Going to be running update for following packages: - python3.11-bite-parser-0.2.4 Press Enter key to continue... Running update for: - python3.11-bite-parser-0.2.4: UPDATING ... - python3.11-bite-parser-0.2.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.bite-parser 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath httpstat, using log file: /var/log/nixpkgs-update/httpstat/2024-03-16.log httpstat 0 -> 1 attrpath: httpstat Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fpfg6vz4limxsjjj62asrpy4q6hc173r-packages.json.drv building '/nix/store/fpfg6vz4limxsjjj62asrpy4q6hc173r-packages.json.drv'... Going to be running update for following packages: - httpstat-1.3.1 Press Enter key to continue... Running update for: - httpstat-1.3.1: UPDATING ... - httpstat-1.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update httpstat 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pantheon.elementary-default-settings, using log file: /var/log/nixpkgs-update/pantheon.elementary-default-settings/2024-03-16.log pantheon.elementary-default-settings 0 -> 1 attrpath: pantheon.elementary-default-settings 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/zcc4dalg733mwfaklcirf4jvsxx4b2qv-packages.json.drv building '/nix/store/zcc4dalg733mwfaklcirf4jvsxx4b2qv-packages.json.drv'... Going to be running update for following packages: - elementary-default-settings-7.1.0 Press Enter key to continue... Running update for: - elementary-default-settings-7.1.0: UPDATING ... - elementary-default-settings-7.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.elementary-default-settings 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.typical, using log file: /var/log/nixpkgs-update/python311Packages.typical/2024-03-16.log python311Packages.typical 0 -> 1 attrpath: python311Packages.typical Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xzf8c9qkj4znrjl46mwwvjlaxixfi0jd-packages.json.drv building '/nix/store/xzf8c9qkj4znrjl46mwwvjlaxixfi0jd-packages.json.drv'... Going to be running update for following packages: - python3.11-typical-2.8.1 Press Enter key to continue... Running update for: - python3.11-typical-2.8.1: UPDATING ... - python3.11-typical-2.8.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.typical 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.circuitbreaker, using log file: /var/log/nixpkgs-update/python311Packages.circuitbreaker/2024-03-16.log python311Packages.circuitbreaker 0 -> 1 attrpath: python311Packages.circuitbreaker Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nxkcyzzjjflyp9vnaavkd60ajhlv93rq-packages.json.drv building '/nix/store/nxkcyzzjjflyp9vnaavkd60ajhlv93rq-packages.json.drv'... Going to be running update for following packages: - python3.11-circuitbreaker-2.0.0 Press Enter key to continue... Running update for: - python3.11-circuitbreaker-2.0.0: UPDATING ... - python3.11-circuitbreaker-2.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.circuitbreaker 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath subunit, using log file: /var/log/nixpkgs-update/subunit/2024-03-16.log subunit 1.4.2 -> 1.4.4 https://repology.org/project/subunit/versions attrpath: subunit 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/z20khdsbmkff6isxwi50iv1nan39l5pn-subunit-1.4.4.tar.gz.drv building '/nix/store/z20khdsbmkff6isxwi50iv1nan39l5pn-subunit-1.4.4.tar.gz.drv'... trying https://launchpad.net/subunit/trunk/1.4.4/+download/subunit-1.4.4.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 10291 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download subunit-1.4.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 'subunit.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/z20khdsbmkff6isxwi50iv1nan39l5pn-subunit-1.4.4.tar.gz.drv /nix/store/klgr0mrcficm2r851a2kj5zvn1zrqqrr-subunit-1.4.4.drv building '/nix/store/z20khdsbmkff6isxwi50iv1nan39l5pn-subunit-1.4.4.tar.gz.drv'... trying https://launchpad.net/subunit/trunk/1.4.4/+download/subunit-1.4.4.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 10291 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download subunit-1.4.4.tar.gz from any mirror error: builder for '/nix/store/z20khdsbmkff6isxwi50iv1nan39l5pn-subunit-1.4.4.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://launchpad.net/subunit/trunk/1.4.4/+download/subunit-1.4.4.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 10291 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download subunit-1.4.4.tar.gz from any mirror For full logs, run 'nix log /nix/store/z20khdsbmkff6isxwi50iv1nan39l5pn-subunit-1.4.4.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/klgr0mrcficm2r851a2kj5zvn1zrqqrr-subunit-1.4.4.drv' failed to build [result] Failed to update subunit 1.4.2 -> 1.4.4 https://repology.org/project/subunit/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linkerd, using log file: /var/log/nixpkgs-update/linkerd/2024-03-16.log linkerd 0 -> 1 attrpath: linkerd 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] Failed with exit code 1 this derivation will be built: /nix/store/0pwnnwhj1xggchf6gjr7iday563hx46h-packages.json.drv building '/nix/store/0pwnnwhj1xggchf6gjr7iday563hx46h-packages.json.drv'... Going to be running update for following packages: - linkerd-stable-2.14.9 Press Enter key to continue... Running update for: - linkerd-stable-2.14.9: UPDATING ... - linkerd-stable-2.14.9: ERROR --- SHOWING ERROR LOG FOR linkerd-stable-2.14.9 ---------------------- ++ dirname /var/cache/nixpkgs-update/worker/worktree/linkerd/pkgs/applications/networking/cluster/linkerd/update-stable.sh + cd /var/cache/nixpkgs-update/worker/worktree/linkerd/pkgs/applications/networking/cluster/linkerd ++ curl ' -u ":7bdbd24b04abe9f561f182a0917b808ce7ecc3c6"' --silent https://api.github.com/repos/linkerd/linkerd2/releases ++ jq 'map(.tag_name)' ++ grep -v -e -rc ++ grep stable ++ sed 's/["|,| ]//g' ++ sed s/stable-// ++ sort -V -r ++ head -n1 + VERSION=2.14.10 ++ nix-prefetch-url --quiet --unpack https://github.com/linkerd/linkerd2/archive/refs/tags/stable-2.14.10.tar.gz + SHA256=1fa5qmp0ny1g0yhzkmadbblgs1q0x640cf378wvjh2vv0ybr2ixc + setKV version 2.14.10 + sed -i 's|version = ".*"|version = "2.14.10"|' ./default.nix + setKV sha256 1fa5qmp0ny1g0yhzkmadbblgs1q0x640cf378wvjh2vv0ybr2ixc + sed -i 's|sha256 = ".*"|sha256 = "1fa5qmp0ny1g0yhzkmadbblgs1q0x640cf378wvjh2vv0ybr2ixc"|' ./default.nix + setKV vendorHash sha256-BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB= + sed -i 's|vendorHash = ".*"|vendorHash = "sha256-BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB="|' ./default.nix + cd ../../../../../ + set +e ++ nix-build --no-out-link -A linkerd ++ grep got: ++ cut -d: -f2 ++ sed 's| ||g' + VENDOR_HASH= + set -e + cd - + '[' -n '' ']' + echo 'Update failed. VENDOR_HASH is empty.' + exit 1 --- SHOWING ERROR LOG FOR linkerd-stable-2.14.9 ---------------------- The update script for linkerd-stable-2.14.9 failed with exit code 1 [result] Failed to update linkerd 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.basemap, using log file: /var/log/nixpkgs-update/python311Packages.basemap/2024-03-16.log python311Packages.basemap 0 -> 1 attrpath: python311Packages.basemap Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/y5h3q7802ngm7wx4mhsr8jivhxh0zxlg-packages.json.drv building '/nix/store/y5h3q7802ngm7wx4mhsr8jivhxh0zxlg-packages.json.drv'... Going to be running update for following packages: - python3.11-basemap-1.4.1 Press Enter key to continue... Running update for: - python3.11-basemap-1.4.1: UPDATING ... - python3.11-basemap-1.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.basemap 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath editorconfig-core-c, using log file: /var/log/nixpkgs-update/editorconfig-core-c/2024-03-16.log editorconfig-core-c 0.12.5 -> 0.12.6 https://github.com/editorconfig/editorconfig-core-c/releases attrpath: editorconfig-core-c Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - editorconfig-core-c: 0.12.5 -> 0.12.6 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/293949" [result] Failed to update editorconfig-core-c 0.12.5 -> 0.12.6 https://github.com/editorconfig/editorconfig-core-c/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.beancount-parser, using log file: /var/log/nixpkgs-update/python311Packages.beancount-parser/2024-03-16.log python311Packages.beancount-parser 0 -> 1 attrpath: python311Packages.beancount-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/3l1czq2dzffq03sh5lx94frg7gf0i86b-packages.json.drv building '/nix/store/3l1czq2dzffq03sh5lx94frg7gf0i86b-packages.json.drv'... Going to be running update for following packages: - python3.11-beancount-parser-0.2.0 Press Enter key to continue... Running update for: - python3.11-beancount-parser-0.2.0: UPDATING ... - python3.11-beancount-parser-0.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.beancount-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 sqlfluff, using log file: /var/log/nixpkgs-update/sqlfluff/2024-03-16.log sqlfluff 0 -> 1 attrpath: sqlfluff Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xs3q3m8vxgba3wy3f4hpg1v6gk01dkv3-packages.json.drv building '/nix/store/xs3q3m8vxgba3wy3f4hpg1v6gk01dkv3-packages.json.drv'... Going to be running update for following packages: - sqlfluff-2.3.5 Press Enter key to continue... Running update for: - sqlfluff-2.3.5: UPDATING ... - sqlfluff-2.3.5: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/tools/database/sqlfluff/default.nix b/pkgs/development/tools/database/sqlfluff/default.nix index 89ae63369ff4..4566a1a95791 100644 --- a/pkgs/development/tools/database/sqlfluff/default.nix +++ b/pkgs/development/tools/database/sqlfluff/default.nix @@ -5,14 +5,14 @@ python3.pkgs.buildPythonApplication rec { pname = "sqlfluff"; - version = "2.3.5"; + version = "3.0.1"; format = "setuptools"; src = fetchFromGitHub { owner = pname; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-l9py+qMI8t5L+FcUmJYXwemjUy/pcugbvhdW3oUOZMo="; + hash = "sha256-ku5eqk+/flE6GChgsptaylvmUDESeVgCXnPlsLu3puA="; }; propagatedBuildInputs = with python3.pkgs; [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A sqlfluff nix build failed. Sourcing python-catch-conflicts-hook.sh Sourcing setuptools-check-hook Using setuptoolsCheckPhase Sourcing pytest-check-hook Using pytestCheckPhase Removing setuptoolsCheckPhase @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/ab30nya9v96rczjdc8y8bi6y58xyyf5h-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/util.py @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase Executing setuptoolsBuildPhase Traceback (most recent call last): File "/build/source/nix_run_setup", line 8, in exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec')) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/lib/python3.11/tokenize.py", line 396, in open buffer = _builtin_open(filename, 'rb') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: 'setup.py' /nix/store/v099hqvw5z87423p4hz1vfhzaqa07dii-stdenv-linux/setup: line 1578: pop_var_context: head of shell_variables not a function context [result] Failed to update sqlfluff 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.outlines, using log file: /var/log/nixpkgs-update/python312Packages.outlines/2024-03-16.log python312Packages.outlines 0.0.34 -> 0.0.36 https://github.com/outlines-dev/outlines/releases attrpath: python312Packages.outlines Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wc6b27rr0j6rc9m7dny4p399mkvyd1x1-packages.json.drv building '/nix/store/wc6b27rr0j6rc9m7dny4p399mkvyd1x1-packages.json.drv'... Going to be running update for following packages: - python3.12-outlines-0.0.34 Press Enter key to continue... Running update for: - python3.12-outlines-0.0.34: UPDATING ... - python3.12-outlines-0.0.34: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/outlines/default.nix b/pkgs/development/python-modules/outlines/default.nix index 23ee7852f43b..b4f2e39456fa 100644 --- a/pkgs/development/python-modules/outlines/default.nix +++ b/pkgs/development/python-modules/outlines/default.nix @@ -19,14 +19,14 @@ buildPythonPackage rec { pname = "outlines"; - version = "0.0.34"; + version = "0.0.36"; pyproject = true; src = fetchFromGitHub { owner = "outlines-dev"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-iIlthrhmCm3n0PwUSa1n7CL04sDc1Cs+rVboPY4nH78="; + hash = "sha256-bmgshNo7yBZ5YYC8cOVCHBNNaNt+OI9TnOmyqjtMGME="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.outlines Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . python312Packages.outlines Standard output: error: … while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python312Packages.outlines/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.outlines/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.outlines 0.0.34 -> 0.0.36 https://github.com/outlines-dev/outlines/releases [options] github_user: r-ryantm, pull_request: YES, batch_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-multi-modal-llms-openai, using log file: /var/log/nixpkgs-update/python312Packages.llama-index-multi-modal-llms-openai/2024-03-16.log python312Packages.llama-index-multi-modal-llms-openai 0.10.18 -> 0.10.20 https://github.com/run-llama/llama_index/releases attrpath: python312Packages.llama-index-multi-modal-llms-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/gi2xy6ck4rc75nyxs6afqa0s23q5sxmz-packages.json.drv building '/nix/store/gi2xy6ck4rc75nyxs6afqa0s23q5sxmz-packages.json.drv'... Going to be running update for following packages: - python3.12-llama-index-multi-modal-llms-openai-0.10.18 Press Enter key to continue... Running update for: - python3.12-llama-index-multi-modal-llms-openai-0.10.18: UPDATING ... - python3.12-llama-index-multi-modal-llms-openai-0.10.18: 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 8a71591eb27d..df6e3b92e289 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.18"; + version = "0.10.20"; 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-xNPvaXODY159x8Fl3HRdYCdYeFNIieX5TsLTfup8Dtg="; + hash = "sha256-F7k5gtmhFdn369Ws5PSJ/xTid6ONstoWPotk+DmDtLw="; }; sourceRoot = "${src.name}/${pname}"; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.llama-index-multi-modal-llms-openai Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . python312Packages.llama-index-multi-modal-llms-openai Standard output: error: … while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python312Packages.llama-index-multi-modal-llms-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-multi-modal-llms-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-multi-modal-llms-openai 0.10.18 -> 0.10.20 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-openai, using log file: /var/log/nixpkgs-update/python312Packages.llama-index-embeddings-openai/2024-03-16.log python312Packages.llama-index-embeddings-openai 0.10.18 -> 0.10.20 https://github.com/run-llama/llama_index/releases attrpath: python312Packages.llama-index-embeddings-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/my8yik9gyb23kai8za97c28lckhkdg0q-packages.json.drv building '/nix/store/my8yik9gyb23kai8za97c28lckhkdg0q-packages.json.drv'... Going to be running update for following packages: - python3.12-llama-index-embeddings-openai-0.10.18 Press Enter key to continue... Running update for: - python3.12-llama-index-embeddings-openai-0.10.18: UPDATING ... - python3.12-llama-index-embeddings-openai-0.10.18: 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 8a71591eb27d..df6e3b92e289 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.18"; + version = "0.10.20"; 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-xNPvaXODY159x8Fl3HRdYCdYeFNIieX5TsLTfup8Dtg="; + hash = "sha256-F7k5gtmhFdn369Ws5PSJ/xTid6ONstoWPotk+DmDtLw="; }; sourceRoot = "${src.name}/${pname}"; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.llama-index-embeddings-openai Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . python312Packages.llama-index-embeddings-openai Standard output: error: … while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python312Packages.llama-index-embeddings-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-embeddings-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-embeddings-openai 0.10.18 -> 0.10.20 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.pycketcasts, using log file: /var/log/nixpkgs-update/python311Packages.pycketcasts/2024-03-16.log python311Packages.pycketcasts 0 -> 1 attrpath: python311Packages.pycketcasts Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bfh3fa61aycmqzvrwqys3lnhb6axzq89-packages.json.drv building '/nix/store/bfh3fa61aycmqzvrwqys3lnhb6axzq89-packages.json.drv'... Going to be running update for following packages: - python3.11-pycketcasts-1.0.1 Press Enter key to continue... Running update for: - python3.11-pycketcasts-1.0.1: UPDATING ... - python3.11-pycketcasts-1.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pycketcasts 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.time, using log file: /var/log/nixpkgs-update/terraform-providers.time/2024-03-16.log terraform-providers.time 0 -> 1 attrpath: terraform-providers.time Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.time 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath chef-cli, using log file: /var/log/nixpkgs-update/chef-cli/2024-03-16.log chef-cli 0 -> 1 attrpath: chef-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 chef-cli 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ukkonen, using log file: /var/log/nixpkgs-update/python311Packages.ukkonen/2024-03-16.log python311Packages.ukkonen 0 -> 1 attrpath: python311Packages.ukkonen Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4kfcbv7rkfw63shsblh7h3d8abliry7b-packages.json.drv building '/nix/store/4kfcbv7rkfw63shsblh7h3d8abliry7b-packages.json.drv'... Going to be running update for following packages: - python3.11-ukkonen-1.0.1 Press Enter key to continue... Running update for: - python3.11-ukkonen-1.0.1: UPDATING ... - python3.11-ukkonen-1.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ukkonen 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gedit, using log file: /var/log/nixpkgs-update/gedit/2024-03-16.log gedit 0 -> 1 attrpath: gedit Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9w9jwsm3nyhk79y3xy06v3ln8dilpsna-packages.json.drv building '/nix/store/9w9jwsm3nyhk79y3xy06v3ln8dilpsna-packages.json.drv'... Going to be running update for following packages: - gedit-46.2 Press Enter key to continue... Running update for: - gedit-46.2: UPDATING ... - gedit-46.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update gedit 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath snappymail, using log file: /var/log/nixpkgs-update/snappymail/2024-03-16.log snappymail 2.35.2 -> 2.35.4 https://github.com/the-djmaze/snappymail/releases attrpath: snappymail Checking auto update branch... An auto update branch exists with message `snappymail: 2.35.2 -> 2.35.3`. New version is 2.35.4. 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/servers/snappymail/default.nix b/pkgs/servers/snappymail/default.nix index 4e65ed11c0e2..e0253f446345 100644 --- a/pkgs/servers/snappymail/default.nix +++ b/pkgs/servers/snappymail/default.nix @@ -7,11 +7,11 @@ stdenv.mkDerivation rec { pname = "snappymail"; - version = "2.35.2"; + version = "2.35.4"; src = fetchurl { url = "https://github.com/the-djmaze/snappymail/releases/download/v${version}/snappymail-${version}.tar.gz"; - sha256 = "sha256-aEM1In7BmtiPy0xOgUV6sIvMnX6fac4mSErr7dB2gRU="; + sha256 = "sha256-l75s2ntZM/eqoFqw8bMkmxwPBvOFwf2Y8TpSsyzu3cU="; }; sourceRoot = "snappymail"; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/vpmpdpbg3fp4z018xdf3sl1x9yarisxw-snappymail-2.35.4" [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:
  • snappymail
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/the-djmaze/snappymail/releases. meta.description for snappymail is: Simple, modern & fast web-based email client meta.homepage for snappymail is: https://snappymail.eu meta.changelog for snappymail is: https://github.com/the-djmaze/snappymail/blob/v2.35.4/CHANGELOG.md ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/the-djmaze/snappymail/releases/tag/v2.35.4) - [Compare changes on GitHub](https://github.com/the-djmaze/snappymail/compare/v2.35.2...v2.35.4) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 2.35.4 with grep in /nix/store/vpmpdpbg3fp4z018xdf3sl1x9yarisxw-snappymail-2.35.4 - found 2.35.4 in filename of file in /nix/store/vpmpdpbg3fp4z018xdf3sl1x9yarisxw-snappymail-2.35.4 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath snappymail ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/vpmpdpbg3fp4z018xdf3sl1x9yarisxw-snappymail-2.35.4 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A snappymail https://github.com/r-ryantm/nixpkgs/archive/cafe284425c81f6f3b405bc4b14fa89c60f0b536.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/cafe284425c81f6f3b405bc4b14fa89c60f0b536#snappymail ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/vpmpdpbg3fp4z018xdf3sl1x9yarisxw-snappymail-2.35.4 ls -la /nix/store/vpmpdpbg3fp4z018xdf3sl1x9yarisxw-snappymail-2.35.4/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • snappymail
--- ###### Maintainer pings cc @Mic92 for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). Updated existing PR https://api.github.com/repos/NixOS/nixpkgs/pulls/295506 [result] Success updating snappymail 2.35.2 -> 2.35.4 https://github.com/the-djmaze/snappymail/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyzufall, using log file: /var/log/nixpkgs-update/python311Packages.pyzufall/2024-03-16.log python311Packages.pyzufall 0 -> 1 attrpath: python311Packages.pyzufall Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/spji4jgy0gkvzjilwa6dmgjfrdx6rn19-packages.json.drv building '/nix/store/spji4jgy0gkvzjilwa6dmgjfrdx6rn19-packages.json.drv'... Going to be running update for following packages: - python3.11-PyZufall-0.13.2 Press Enter key to continue... Running update for: - python3.11-PyZufall-0.13.2: UPDATING ... - python3.11-PyZufall-0.13.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyzufall 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath holehe, using log file: /var/log/nixpkgs-update/holehe/2024-03-16.log holehe 0 -> 1 attrpath: holehe Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zbmjldjc4m61k5289hlzjkzbnaysn3iq-packages.json.drv building '/nix/store/zbmjldjc4m61k5289hlzjkzbnaysn3iq-packages.json.drv'... Going to be running update for following packages: - holehe-unstable-2023-05-18 Press Enter key to continue... Running update for: - holehe-unstable-2023-05-18: UPDATING ... - holehe-unstable-2023-05-18: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update holehe 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.radiotherm, using log file: /var/log/nixpkgs-update/python311Packages.radiotherm/2024-03-16.log python311Packages.radiotherm 0 -> 1 attrpath: python311Packages.radiotherm Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ww2v2zsyd6xw8rplpwi4vndwxlvpkwlf-packages.json.drv building '/nix/store/ww2v2zsyd6xw8rplpwi4vndwxlvpkwlf-packages.json.drv'... Going to be running update for following packages: - python3.11-radiotherm-2.1.0 Press Enter key to continue... Running update for: - python3.11-radiotherm-2.1.0: UPDATING ... - python3.11-radiotherm-2.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.radiotherm 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath auditbeat, using log file: /var/log/nixpkgs-update/auditbeat/2024-03-16.log auditbeat 7.17.16 -> 8.12.2 https://github.com/elastic/beats/releases attrpath: auditbeat Checking auto update branch... No auto update branch exists Old version 7.17.16" not present in master derivation file with contents: { lib, fetchFromGitHub, elk7Version, buildGoModule, libpcap, nixosTests, systemd, config }: let beat = package: extraArgs: buildGoModule (rec { pname = package; version = elk7Version; src = fetchFromGitHub { owner = "elastic"; repo = "beats"; rev = "v${version}"; hash = "sha256-0qwWHRIDLlnaPOCRmiiFGg+/jdanWuQtggM2QSaMR1o="; }; vendorHash = "sha256-rwCCpptppkpvwQWUtqTjBUumP8GSpPHBTCaj0nYVQv8="; subPackages = [ package ]; meta = with lib; { homepage = "https://www.elastic.co/products/beats"; license = licenses.asl20; maintainers = with maintainers; [ fadenb basvandijk dfithian ]; platforms = platforms.linux; }; } // extraArgs); in rec { auditbeat7 = beat "auditbeat" { meta.description = "Lightweight shipper for audit data"; }; filebeat7 = beat "filebeat" { meta.description = "Lightweight shipper for logfiles"; buildInputs = [ systemd ]; tags = [ "withjournald" ]; postFixup = '' patchelf --set-rpath ${lib.makeLibraryPath [ (lib.getLib systemd) ]} "$out/bin/filebeat" ''; }; heartbeat7 = beat "heartbeat" { meta.description = "Lightweight shipper for uptime monitoring"; }; metricbeat7 = beat "metricbeat" { meta.description = "Lightweight shipper for metrics"; passthru.tests = lib.optionalAttrs config.allowUnfree ( assert metricbeat7.drvPath == nixosTests.elk.unfree.ELK-7.elkPackages.metricbeat.drvPath; { elk = nixosTests.elk.unfree.ELK-7; } ); }; packetbeat7 = beat "packetbeat" { buildInputs = [ libpcap ]; meta.description = "Network packet analyzer that ships data to Elasticsearch"; meta.longDescription = '' Packetbeat is an open source network packet analyzer that ships the data to Elasticsearch. Think of it like a distributed real-time Wireshark with a lot more analytics features. The Packetbeat shippers sniff the traffic between your application processes, parse on the fly protocols like HTTP, MySQL, PostgreSQL, Redis or Thrift and correlate the messages into transactions. ''; }; } [result] Failed to update auditbeat 7.17.16 -> 8.12.2 https://github.com/elastic/beats/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mnemosyne, using log file: /var/log/nixpkgs-update/mnemosyne/2024-03-16.log mnemosyne 0 -> 1 attrpath: mnemosyne Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gx1b2s6lcwj70gv1kkw5820pr61xm9mi-packages.json.drv building '/nix/store/gx1b2s6lcwj70gv1kkw5820pr61xm9mi-packages.json.drv'... Going to be running update for following packages: - mnemosyne-2.10.1 Press Enter key to continue... Running update for: - mnemosyne-2.10.1: UPDATING ... - mnemosyne-2.10.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update mnemosyne 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.opentypespec, using log file: /var/log/nixpkgs-update/python311Packages.opentypespec/2024-03-16.log python311Packages.opentypespec 0 -> 1 attrpath: python311Packages.opentypespec Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ggpkdkmnn8nkmr67ccz0q4fgwg1ylp83-packages.json.drv building '/nix/store/ggpkdkmnn8nkmr67ccz0q4fgwg1ylp83-packages.json.drv'... Going to be running update for following packages: - python3.11-opentypespec-1.9.1 Press Enter key to continue... Running update for: - python3.11-opentypespec-1.9.1: UPDATING ... - python3.11-opentypespec-1.9.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.opentypespec 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.librosa, using log file: /var/log/nixpkgs-update/python311Packages.librosa/2024-03-16.log python311Packages.librosa 0 -> 1 attrpath: python311Packages.librosa 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/5q0j34v0mv1lga0zv01cd0xbby52fn3d-packages.json.drv building '/nix/store/5q0j34v0mv1lga0zv01cd0xbby52fn3d-packages.json.drv'... Going to be running update for following packages: - python3.11-librosa-0.10.1 Press Enter key to continue... Running update for: - python3.11-librosa-0.10.1: UPDATING ... - python3.11-librosa-0.10.1: ERROR --- SHOWING ERROR LOG FOR python3.11-librosa-0.10.1 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/5vnr67d79rpibx8ggdhws869sf2pcvhw-update-python-libraries", line 596, in main() File "/nix/store/5vnr67d79rpibx8ggdhws869sf2pcvhw-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-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/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-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/5vnr67d79rpibx8ggdhws869sf2pcvhw-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/5vnr67d79rpibx8ggdhws869sf2pcvhw-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/5vnr67d79rpibx8ggdhws869sf2pcvhw-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/5vnr67d79rpibx8ggdhws869sf2pcvhw-update-python-libraries", line 294, in _get_latest_version_github response = subprocess.check_output(cmd) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-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/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/lib/python3.11/subprocess.py", line 548, in run with Popen(*popenargs, **kwargs) as process: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-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/3v2ch16fkl50i85n05h5ckss8pxx6836-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-librosa-0.10.1 ---------------------- The update script for python3.11-librosa-0.10.1 failed with exit code 1 [result] Failed to update python311Packages.librosa 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lua53Packages.luadbi-postgresql, using log file: /var/log/nixpkgs-update/lua53Packages.luadbi-postgresql/2024-03-16.log lua53Packages.luadbi-postgresql 0.7.2-1 -> 0.7.3 https://github.com/mwild1/luadbi/releases attrpath: lua53Packages.luadbi-postgresql Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua53Packages.luadbi-postgresql 0.7.2-1 -> 0.7.3 https://github.com/mwild1/luadbi/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.luadbi-mysql, using log file: /var/log/nixpkgs-update/lua52Packages.luadbi-mysql/2024-03-16.log lua52Packages.luadbi-mysql 0.7.2-1 -> 0.7.3 https://github.com/mwild1/luadbi/releases attrpath: lua52Packages.luadbi-mysql Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua52Packages.luadbi-mysql 0.7.2-1 -> 0.7.3 https://github.com/mwild1/luadbi/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath luajitPackages.luadbi-postgresql, using log file: /var/log/nixpkgs-update/luajitPackages.luadbi-postgresql/2024-03-16.log luajitPackages.luadbi-postgresql 0.7.2-1 -> 0.7.3 https://github.com/mwild1/luadbi/releases attrpath: luajitPackages.luadbi-postgresql Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update luajitPackages.luadbi-postgresql 0.7.2-1 -> 0.7.3 https://github.com/mwild1/luadbi/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath luajitPackages.luadbi, using log file: /var/log/nixpkgs-update/luajitPackages.luadbi/2024-03-16.log luajitPackages.luadbi 0.7.2-1 -> 0.7.3 https://github.com/mwild1/luadbi/releases attrpath: luajitPackages.luadbi Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update luajitPackages.luadbi 0.7.2-1 -> 0.7.3 https://github.com/mwild1/luadbi/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath luajitPackages.luadbi-mysql, using log file: /var/log/nixpkgs-update/luajitPackages.luadbi-mysql/2024-03-16.log luajitPackages.luadbi-mysql 0.7.2-1 -> 0.7.3 https://github.com/mwild1/luadbi/releases attrpath: luajitPackages.luadbi-mysql Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update luajitPackages.luadbi-mysql 0.7.2-1 -> 0.7.3 https://github.com/mwild1/luadbi/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.luadbi, using log file: /var/log/nixpkgs-update/lua51Packages.luadbi/2024-03-16.log lua51Packages.luadbi 0.7.2-1 -> 0.7.3 https://github.com/mwild1/luadbi/releases attrpath: lua51Packages.luadbi Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua51Packages.luadbi 0.7.2-1 -> 0.7.3 https://github.com/mwild1/luadbi/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pysabnzbd, using log file: /var/log/nixpkgs-update/python311Packages.pysabnzbd/2024-03-16.log python311Packages.pysabnzbd 0 -> 1 attrpath: python311Packages.pysabnzbd Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wm0wirklxr18lrwjdh2qbl28wbgaxb1b-packages.json.drv building '/nix/store/wm0wirklxr18lrwjdh2qbl28wbgaxb1b-packages.json.drv'... Going to be running update for following packages: - python3.11-pysabnzbd-1.1.1 Press Enter key to continue... Running update for: - python3.11-pysabnzbd-1.1.1: UPDATING ... - python3.11-pysabnzbd-1.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pysabnzbd 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.napari, using log file: /var/log/nixpkgs-update/python311Packages.napari/2024-03-16.log python311Packages.napari 0.4.18 -> 0.4.19.post1 https://github.com/napari/napari/releases attrpath: python311Packages.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/g2gx89hyv2am4j6xl8miny1sn214h6xs-packages.json.drv building '/nix/store/g2gx89hyv2am4j6xl8miny1sn214h6xs-packages.json.drv'... Going to be running update for following packages: - python3.11-napari-0.4.18 Press Enter key to continue... Running update for: - python3.11-napari-0.4.18: UPDATING ... - python3.11-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 Old version 0.4.18" not present in staging derivation file with contents: { lib , mkDerivationWith , appdirs , app-model , buildPythonPackage , cachey , certifi , dask , docstring-parser , fetchFromGitHub , imageio , jsonschema , magicgui , napari-console , napari-npe2 , napari-svg , numpydoc , pint , psutil , pydantic , pyopengl , pillow , pythonOlder , pyyaml , scikit-image , scipy , setuptools-scm , sphinx , superqt , tifffile , toolz , tqdm , typing-extensions , vispy , wrapQtAppsHook , wrapt }: mkDerivationWith buildPythonPackage rec { pname = "napari"; version = "0.4.19.post1"; format = "pyproject"; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "napari"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-qw5WdFPySNkmm+dNu+hqsmr+csBpHnSl9bMpb4nKEqI="; }; postPatch = '' substituteInPlace setup.cfg \ --replace "scikit-image>=0.19.1" "scikit-image" \ --replace "sphinx<5" "sphinx" \ --replace "vispy>=0.11.0,<0.12" "vispy" ''; nativeBuildInputs = [ setuptools-scm wrapQtAppsHook ]; propagatedBuildInputs = [ app-model appdirs cachey certifi dask docstring-parser imageio jsonschema magicgui napari-console napari-npe2 napari-svg numpydoc pint pillow psutil pydantic pyopengl pyyaml scikit-image scipy sphinx superqt tifffile toolz tqdm typing-extensions vispy wrapt ] ++ dask.optional-dependencies.array; dontUseSetuptoolsCheck = true; postFixup = '' wrapQtApp $out/bin/napari ''; meta = with lib; { description = "A fast, interactive, multi-dimensional image viewer"; homepage = "https://github.com/napari/napari"; changelog = "https://github.com/napari/napari/releases/tag/v${version}"; license = licenses.bsd3; maintainers = with maintainers; [ SomeoneSerge ]; }; } [result] Failed to update python311Packages.napari 0.4.18 -> 0.4.19.post1 https://github.com/napari/napari/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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, using log file: /var/log/nixpkgs-update/python311Packages.setuptools/2024-03-16.log python311Packages.setuptools 0 -> 1 attrpath: python311Packages.setuptools Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/s00ql74j1gr53gjzp7v8ar4zvswdqpwd-packages.json.drv building '/nix/store/s00ql74j1gr53gjzp7v8ar4zvswdqpwd-packages.json.drv'... Going to be running update for following packages: - python3.11-setuptools-69.0.3 Press Enter key to continue... Running update for: - python3.11-setuptools-69.0.3: UPDATING ... - python3.11-setuptools-69.0.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/setuptools/default.nix b/pkgs/development/python-modules/setuptools/default.nix index 7cacc0ca5a4d..46a2597ed141 100644 --- a/pkgs/development/python-modules/setuptools/default.nix +++ b/pkgs/development/python-modules/setuptools/default.nix @@ -8,14 +8,14 @@ buildPythonPackage rec { pname = "setuptools"; - version = "69.0.3"; + version = "69.2.0"; format = "pyproject"; src = fetchFromGitHub { owner = "pypa"; repo = "setuptools"; rev = "refs/tags/v${version}"; - hash = "sha256-38csULki+SBcg7StScj0/09A+JZesm8iwOBjSgXyXMA="; + hash = "sha256-kll4zYFQn4g/8Fq0Y5vLvDXtotxYMbiNAgGa0sClFQk="; }; patches = [ No auto update branch exists Old version 69.0.3" not present in staging derivation file with contents: { stdenv , lib , buildPythonPackage , fetchFromGitHub , python , wheel }: buildPythonPackage rec { pname = "setuptools"; version = "69.1.1"; format = "pyproject"; src = fetchFromGitHub { owner = "pypa"; repo = "setuptools"; rev = "refs/tags/v${version}"; hash = "sha256-TWW8kW7ZjRsl5Y0CEVHqhIVJsiRixSSYe/ctSO1c/78="; }; patches = [ ./tag-date.patch ./setuptools-distutils-C++.patch ]; nativeBuildInputs = [ wheel ]; preBuild = lib.optionalString (!stdenv.hostPlatform.isWindows) '' export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0 ''; # Requires pytest, causing infinite recursion. doCheck = false; meta = with lib; { description = "Utilities to facilitate the installation of Python packages"; homepage = "https://github.com/pypa/setuptools"; changelog = "https://setuptools.pypa.io/en/stable/history.html#v${replaceStrings [ "." ] [ "-" ] version}"; license = with licenses; [ mit ]; platforms = python.meta.platforms; maintainers = teams.python.members; }; } [result] Failed to update python311Packages.setuptools 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dnd-tools, using log file: /var/log/nixpkgs-update/dnd-tools/2024-03-16.log dnd-tools 0 -> 1 attrpath: dnd-tools Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pgrrg309cdr10sp0fvri2q99352zba3l-packages.json.drv building '/nix/store/pgrrg309cdr10sp0fvri2q99352zba3l-packages.json.drv'... Going to be running update for following packages: - dnd-tools-unstable-2021-02-18 Press Enter key to continue... Running update for: - dnd-tools-unstable-2021-02-18: UPDATING ... - dnd-tools-unstable-2021-02-18: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update dnd-tools 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pytest-django, using log file: /var/log/nixpkgs-update/python311Packages.pytest-django/2024-03-16.log python311Packages.pytest-django 0 -> 1 attrpath: python311Packages.pytest-django Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/abgdv6pm60p8iz085i607bxzgkpcyv1l-packages.json.drv building '/nix/store/abgdv6pm60p8iz085i607bxzgkpcyv1l-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-django-4.7.0 Press Enter key to continue... Running update for: - python3.11-pytest-django-4.7.0: UPDATING ... - python3.11-pytest-django-4.7.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pytest-django/default.nix b/pkgs/development/python-modules/pytest-django/default.nix index 531ad08dec46..af7169bffc60 100644 --- a/pkgs/development/python-modules/pytest-django/default.nix +++ b/pkgs/development/python-modules/pytest-django/default.nix @@ -10,12 +10,12 @@ }: buildPythonPackage rec { pname = "pytest-django"; - version = "4.7.0"; + version = "4.8.0"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-ktb9RrHXm1T7awYLuzlCgHM5bOxxfV8uEiqZDUtqpeg="; + hash = "sha256-XQVP4BHFbzsQ+Xj0Go77Llrfx+aA7zb7VxraHyR3nZA="; }; nativeBuildInputs = [ No auto update branch exists Old version 4.7.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , django , setuptools , setuptools-scm , django-configurations , pytest , pytestCheckHook }: buildPythonPackage rec { pname = "pytest-django"; version = "4.8.0"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-XQVP4BHFbzsQ+Xj0Go77Llrfx+aA7zb7VxraHyR3nZA="; }; nativeBuildInputs = [ setuptools setuptools-scm ]; buildInputs = [ pytest ]; propagatedBuildInputs = [ django ]; nativeCheckInputs = [ django-configurations pytestCheckHook ]; preCheck = '' # bring pytest_django_test module into PYTHONPATH export PYTHONPATH="$(pwd):$PYTHONPATH" # test the lightweight sqlite flavor export DJANGO_SETTINGS_MODULE="pytest_django_test.settings_sqlite" ''; disabledTests = [ # AttributeError: type object 'TestLiveServer' has no attribute '_test_settings_before_run' "test_settings_restored" ]; __darwinAllowLocalNetworking = true; meta = with lib; { description = "py.test plugin for testing of Django applications"; homepage = "https://pytest-django.readthedocs.org/en/latest/"; license = licenses.bsd3; }; } [result] Failed to update python311Packages.pytest-django 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.yacs, using log file: /var/log/nixpkgs-update/python311Packages.yacs/2024-03-16.log python311Packages.yacs 0 -> 1 attrpath: python311Packages.yacs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xj4ch3jjw9klc67qm1s6v06f5zc4lz5d-packages.json.drv building '/nix/store/xj4ch3jjw9klc67qm1s6v06f5zc4lz5d-packages.json.drv'... Going to be running update for following packages: - python3.11-yacs-0.1.8 Press Enter key to continue... Running update for: - python3.11-yacs-0.1.8: UPDATING ... - python3.11-yacs-0.1.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.yacs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hayabusa, using log file: /var/log/nixpkgs-update/hayabusa/2024-03-16.log hayabusa unstable-2023-11-29 -> 0.3.0 https://github.com/notarin/hayabusa/releases attrpath: hayabusa Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] Hashes equal; no update necessary [result] Failed to update hayabusa unstable-2023-11-29 -> 0.3.0 https://github.com/notarin/hayabusa/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dune_1, using log file: /var/log/nixpkgs-update/dune_1/2024-03-16.log dune_1 1.11.4 -> 3.14.2 https://github.com/ocaml/dune/releases attrpath: dune_1 Checking auto update branch... No auto update branch exists Version in attr path dune_1 not compatible with 3.14.2 [result] Failed to update dune_1 1.11.4 -> 3.14.2 https://github.com/ocaml/dune/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-error-for-skips, using log file: /var/log/nixpkgs-update/python311Packages.pytest-error-for-skips/2024-03-16.log python311Packages.pytest-error-for-skips 0 -> 1 attrpath: python311Packages.pytest-error-for-skips Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hdy0i54zc1lahcg0jw4rvmzz8d0yx0ha-packages.json.drv building '/nix/store/hdy0i54zc1lahcg0jw4rvmzz8d0yx0ha-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-error-for-skips-2.0.2 Press Enter key to continue... Running update for: - python3.11-pytest-error-for-skips-2.0.2: UPDATING ... - python3.11-pytest-error-for-skips-2.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-error-for-skips 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.sv, using log file: /var/log/nixpkgs-update/aspellDicts.sv/2024-03-16.log aspellDicts.sv 0 -> 1 attrpath: aspellDicts.sv Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - aspell-dict-sv-0.51-0 Press Enter key to continue... Running update for: - aspell-dict-sv-0.51-0: UPDATING ... - aspell-dict-sv-0.51-0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update aspellDicts.sv 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.directv, using log file: /var/log/nixpkgs-update/python311Packages.directv/2024-03-16.log python311Packages.directv 0 -> 1 attrpath: python311Packages.directv Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qf30c0337jwjh3rhjfsspsdpgwvgx3ns-packages.json.drv building '/nix/store/qf30c0337jwjh3rhjfsspsdpgwvgx3ns-packages.json.drv'... Going to be running update for following packages: - python3.11-directv-0.4.0 Press Enter key to continue... Running update for: - python3.11-directv-0.4.0: UPDATING ... - python3.11-directv-0.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.directv 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.timetagger, using log file: /var/log/nixpkgs-update/python311Packages.timetagger/2024-03-16.log python311Packages.timetagger 0 -> 1 attrpath: python311Packages.timetagger Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/c19cadrqcnvwvrry5arczzmixw4fhsvv-packages.json.drv building '/nix/store/c19cadrqcnvwvrry5arczzmixw4fhsvv-packages.json.drv'... Going to be running update for following packages: - python3.11-timetagger-23.11.4 Press Enter key to continue... Running update for: - python3.11-timetagger-23.11.4: UPDATING ... - python3.11-timetagger-23.11.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.timetagger 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ratarmountcore, using log file: /var/log/nixpkgs-update/python311Packages.ratarmountcore/2024-03-16.log python311Packages.ratarmountcore 0 -> 1 attrpath: python311Packages.ratarmountcore Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/09hpy558g652i2nx79c9c8plnafy0qwp-packages.json.drv building '/nix/store/09hpy558g652i2nx79c9c8plnafy0qwp-packages.json.drv'... Going to be running update for following packages: - python3.11-ratarmountcore-0.6.0 Press Enter key to continue... Running update for: - python3.11-ratarmountcore-0.6.0: UPDATING ... - python3.11-ratarmountcore-0.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ratarmountcore 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath wordbook, using log file: /var/log/nixpkgs-update/wordbook/2024-03-16.log wordbook 0 -> 1 attrpath: wordbook Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/k1aa9ydrgyndv5zwqkv37myysgpfyzvl-packages.json.drv building '/nix/store/k1aa9ydrgyndv5zwqkv37myysgpfyzvl-packages.json.drv'... Going to be running update for following packages: - wordbook-unstable-2022-11-02 Press Enter key to continue... Running update for: - wordbook-unstable-2022-11-02: UPDATING ... - wordbook-unstable-2022-11-02: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update wordbook 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.flask-mail, using log file: /var/log/nixpkgs-update/python311Packages.flask-mail/2024-03-16.log python311Packages.flask-mail 0 -> 1 attrpath: python311Packages.flask-mail Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/d75ysr11742a3lqdawfnhx7axnvbvamk-packages.json.drv building '/nix/store/d75ysr11742a3lqdawfnhx7axnvbvamk-packages.json.drv'... Going to be running update for following packages: - python3.11-flask-mail-0.9.1 Press Enter key to continue... Running update for: - python3.11-flask-mail-0.9.1: UPDATING ... - python3.11-flask-mail-0.9.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.flask-mail 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mindforger, using log file: /var/log/nixpkgs-update/mindforger/2024-03-16.log mindforger 1.52.0 -> 2.0.0 https://github.com/dvorka/mindforger/releases attrpath: mindforger 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 mindforger 1.52.0 -> 2.0.0 https://github.com/dvorka/mindforger/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pysigma-backend-qradar, using log file: /var/log/nixpkgs-update/python311Packages.pysigma-backend-qradar/2024-03-16.log python311Packages.pysigma-backend-qradar 0 -> 1 attrpath: python311Packages.pysigma-backend-qradar Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/58vnlj85wmr4hsj4a3776hzama1gp6ww-packages.json.drv building '/nix/store/58vnlj85wmr4hsj4a3776hzama1gp6ww-packages.json.drv'... Going to be running update for following packages: - python3.11-pysigma-backend-qradar-0.3.3 Press Enter key to continue... Running update for: - python3.11-pysigma-backend-qradar-0.3.3: UPDATING ... - python3.11-pysigma-backend-qradar-0.3.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pysigma-backend-qradar 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.batchgenerators, using log file: /var/log/nixpkgs-update/python311Packages.batchgenerators/2024-03-16.log python311Packages.batchgenerators 0 -> 1 attrpath: python311Packages.batchgenerators Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/26xkgnlx47gcm7q77l44aqgn2mk73yh4-packages.json.drv building '/nix/store/26xkgnlx47gcm7q77l44aqgn2mk73yh4-packages.json.drv'... Going to be running update for following packages: - python3.11-batchgenerators-0.25 Press Enter key to continue... Running update for: - python3.11-batchgenerators-0.25: UPDATING ... - python3.11-batchgenerators-0.25: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.batchgenerators 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.glueviz, using log file: /var/log/nixpkgs-update/python311Packages.glueviz/2024-03-16.log python311Packages.glueviz 0 -> 1 attrpath: python311Packages.glueviz Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9xd53ivs0qq1qy9xi22wqqzsgpm68w9h-packages.json.drv building '/nix/store/9xd53ivs0qq1qy9xi22wqqzsgpm68w9h-packages.json.drv'... Going to be running update for following packages: - python3.11-glueviz-1.17.1 Press Enter key to continue... Running update for: - python3.11-glueviz-1.17.1: UPDATING ... - python3.11-glueviz-1.17.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.glueviz 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath xwayland, using log file: /var/log/nixpkgs-update/xwayland/2024-03-16.log xwayland 0 -> 1 attrpath: xwayland Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hn4ipf3q27p14wx055vkwvfj7dh0r883-packages.json.drv building '/nix/store/hn4ipf3q27p14wx055vkwvfj7dh0r883-packages.json.drv'... Going to be running update for following packages: - xwayland-23.2.4 Press Enter key to continue... Running update for: - xwayland-23.2.4: UPDATING ... - xwayland-23.2.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update xwayland 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.magicgui, using log file: /var/log/nixpkgs-update/python311Packages.magicgui/2024-03-16.log python311Packages.magicgui 0 -> 1 attrpath: python311Packages.magicgui Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/g3dq964apwz11cwgcc2a8590h46mplrk-packages.json.drv building '/nix/store/g3dq964apwz11cwgcc2a8590h46mplrk-packages.json.drv'... Going to be running update for following packages: - python3.11-magicgui-0.5.1 Press Enter key to continue... Running update for: - python3.11-magicgui-0.5.1: UPDATING ... - python3.11-magicgui-0.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.magicgui 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.libclc, using log file: /var/log/nixpkgs-update/rocmPackages.llvm.libclc/2024-03-16.log rocmPackages.llvm.libclc 0 -> 1 attrpath: rocmPackages.llvm.libclc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - rocm-llvm-libclc-5.7.1 Press Enter key to continue... Running update for: - rocm-llvm-libclc-5.7.1: UPDATING ... - rocm-llvm-libclc-5.7.1: ERROR --- SHOWING ERROR LOG FOR rocm-llvm-libclc-5.7.1 ---------------------- 'rocmPackages_5.llvm.libclc' is already at it's maximum allowed version. Any further upgrades should go into 'rocmPackages_X.llvm.libclc'. --- SHOWING ERROR LOG FOR rocm-llvm-libclc-5.7.1 ---------------------- The update script for rocm-llvm-libclc-5.7.1 failed with exit code 1 [result] Failed to update rocmPackages.llvm.libclc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.xnatpy, using log file: /var/log/nixpkgs-update/python311Packages.xnatpy/2024-03-16.log python311Packages.xnatpy 0 -> 1 attrpath: python311Packages.xnatpy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/q7bwplm6nbv73q0m3qvjlqma7wx50g9h-packages.json.drv building '/nix/store/q7bwplm6nbv73q0m3qvjlqma7wx50g9h-packages.json.drv'... Going to be running update for following packages: - python3.11-xnatpy-0.5.1 Press Enter key to continue... Running update for: - python3.11-xnatpy-0.5.1: UPDATING ... - python3.11-xnatpy-0.5.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/xnatpy/default.nix b/pkgs/development/python-modules/xnatpy/default.nix index 4738f137d427..092727c0e5e1 100644 --- a/pkgs/development/python-modules/xnatpy/default.nix +++ b/pkgs/development/python-modules/xnatpy/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "xnatpy"; - version = "0.5.1"; + version = "0.5.3"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -20,7 +20,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "xnat"; inherit version; - hash = "sha256-iOw9cVWP5Am4S9JQ0NTmtew38KZiKmau+19K2KG2aKQ="; + hash = "sha256-U66b1ZWX68TvgGHf1OO4pI/Jq9pJ8rZEuQQubA5PZKs="; }; nativeBuildInputs = [ setuptools ]; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.xnatpy nix build failed. adding 'xnat/version.py' adding 'xnat/client/__init__.py' adding 'xnat/client/download.py' adding 'xnat/client/importing.py' adding 'xnat/client/listings.py' adding 'xnat/client/prearchive.py' adding 'xnat/client/rest.py' adding 'xnat/client/scripts.py' adding 'xnat/client/search.py' adding 'xnat/client/utils.py' adding 'xnat/scripts/__init__.py' adding 'xnat/scripts/copy_project.py' adding 'xnat/scripts/data_integrity_check.py' adding 'xnat/scripts/import_experiment_dir.py' adding 'xnat-0.5.3.dist-info/LICENSE' adding 'xnat-0.5.3.dist-info/METADATA' adding 'xnat-0.5.3.dist-info/WHEEL' adding 'xnat-0.5.3.dist-info/entry_points.txt' adding 'xnat-0.5.3.dist-info/top_level.txt' adding 'xnat-0.5.3.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Successfully built xnat-0.5.3-py3-none-any.whl Finished creating a wheel... Finished executing pypaBuildPhase @nix { "action": "setPhase", "phase": "pythonRuntimeDepsCheckHook" } Running phase: pythonRuntimeDepsCheckHook Executing pythonRuntimeDepsCheck Checking runtime dependencies for xnat-0.5.3-py3-none-any.whl - python-dateutil not installed - importlib-metadata not installed [result] Failed to update python311Packages.xnatpy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libsignal-ffi, using log file: /var/log/nixpkgs-update/libsignal-ffi/2024-03-16.log libsignal-ffi 0.39.2 -> 0.41.2 https://github.com/signalapp/libsignal/releases attrpath: libsignal-ffi 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/li/libsignal-ffi/package.nix b/pkgs/by-name/li/libsignal-ffi/package.nix index b6faa11f8482..afc863596bb8 100644 --- a/pkgs/by-name/li/libsignal-ffi/package.nix +++ b/pkgs/by-name/li/libsignal-ffi/package.nix @@ -12,13 +12,13 @@ rustPlatform.buildRustPackage rec { pname = "libsignal-ffi"; # must match the version used in mautrix-signal # see https://github.com/mautrix/signal/issues/401 - version = "0.39.2"; + version = "0.41.2"; src = fetchFromGitHub { owner = "signalapp"; repo = "libsignal"; rev = "v${version}"; - hash = "sha256-MKmkqfUhXOHUlP3jSNKsplT9kP0ERj3rmTrLLU3T2no="; + hash = "sha256-Q4tiL9OFjmQcIBvDBBdbvAtDvT1VUhv9dpbIuW50MKA="; }; nativeBuildInputs = [ protobuf ] ++ lib.optionals stdenv.isDarwin [ xcodebuild ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A libsignal-ffi nix build failed. < dependencies = [ < "sha1_smol", < ] --- > checksum = "5e395fcf16a7a3d8127ec99782007af141946b4795001f876d54fb0d55978560" 4180c3750 < "bitflags 2.4.2", --- > "bitflags 2.4.1", 4488d4057 < "cfg-if", 4498d4066 < "rayon", 4500d4067 < "sha2", 4520d4086 < "num_enum", 4528d4093 < "test-case", 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 libsignal-ffi 0.39.2 -> 0.41.2 https://github.com/signalapp/libsignal/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath osu-lazer, using log file: /var/log/nixpkgs-update/osu-lazer/2024-03-16.log osu-lazer 0 -> 1 attrpath: osu-lazer Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - osu-lazer-2024.312.0 Press Enter key to continue... Running update for: - osu-lazer-2024.312.0: UPDATING ... - osu-lazer-2024.312.0: ERROR --- SHOWING ERROR LOG FOR osu-lazer-2024.312.0 ---------------------- error: … while calling the 'derivationStrict' builtin at /builtin/derivation.nix:9:12: (source not available) … while evaluating derivation 'fetch-osu-lazer-deps' whose name attribute is located at /var/cache/nixpkgs-update/worker/worktree/osu-lazer/pkgs/stdenv/generic/make-derivation.nix:331:7 … while evaluating attribute 'text' of derivation 'fetch-osu-lazer-deps' at /var/cache/nixpkgs-update/worker/worktree/osu-lazer/pkgs/build-support/trivial-builders/default.nix:103:16: 102| ({ 103| inherit text executable checkPhase allowSubstitutes preferLocalBuild; | ^ 104| passAsFile = [ "text" ] error: Package ‘osu-lazer-2024.312.1-source’ in /var/cache/nixpkgs-update/worker/worktree/osu-lazer/pkgs/games/osu-lazer/default.nix:83 has an unfree license (‘mit cc-by-nc-40 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) [ "osu-lazer-2024.312.1-source" ]; } c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add { allowUnfree = true; } to ~/.config/nixpkgs/config.nix. --- SHOWING ERROR LOG FOR osu-lazer-2024.312.0 ---------------------- The update script for osu-lazer-2024.312.0 failed with exit code 1 [result] Failed to update osu-lazer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.mongodb, using log file: /var/log/nixpkgs-update/php81Extensions.mongodb/2024-03-16.log php81Extensions.mongodb 0 -> 1 attrpath: php81Extensions.mongodb Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/k7nn49rfbk1ilki7acss73qcmvf7a5ry-packages.json.drv building '/nix/store/k7nn49rfbk1ilki7acss73qcmvf7a5ry-packages.json.drv'... Going to be running update for following packages: - php-mongodb-1.17.3 Press Enter key to continue... Running update for: - php-mongodb-1.17.3: UPDATING ... - php-mongodb-1.17.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update php81Extensions.mongodb 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.memory-profiler, using log file: /var/log/nixpkgs-update/python311Packages.memory-profiler/2024-03-16.log python311Packages.memory-profiler 0 -> 1 attrpath: python311Packages.memory-profiler Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/x7yy56r98kls1i1x6c76wd5sskx36afd-packages.json.drv building '/nix/store/x7yy56r98kls1i1x6c76wd5sskx36afd-packages.json.drv'... Going to be running update for following packages: - python3.11-memory-profiler-0.61.0 Press Enter key to continue... Running update for: - python3.11-memory-profiler-0.61.0: UPDATING ... - python3.11-memory-profiler-0.61.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.memory-profiler 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.faraday-agent-parameters-types, using log file: /var/log/nixpkgs-update/python311Packages.faraday-agent-parameters-types/2024-03-16.log python311Packages.faraday-agent-parameters-types 0 -> 1 attrpath: python311Packages.faraday-agent-parameters-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/kdj5pj95q5zh3rms1r23ifg1q2la5flz-packages.json.drv building '/nix/store/kdj5pj95q5zh3rms1r23ifg1q2la5flz-packages.json.drv'... Going to be running update for following packages: - python3.11-faraday-agent-parameters-types-1.5.1 Press Enter key to continue... Running update for: - python3.11-faraday-agent-parameters-types-1.5.1: UPDATING ... - python3.11-faraday-agent-parameters-types-1.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.faraday-agent-parameters-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 python311Packages.telegraph, using log file: /var/log/nixpkgs-update/python311Packages.telegraph/2024-03-16.log python311Packages.telegraph 0 -> 1 attrpath: python311Packages.telegraph Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hcyg7wjzw16a1ln7zxkmb8hqd6x1bgv3-packages.json.drv building '/nix/store/hcyg7wjzw16a1ln7zxkmb8hqd6x1bgv3-packages.json.drv'... Going to be running update for following packages: - python3.11-telegraph-2.2.0 Press Enter key to continue... Running update for: - python3.11-telegraph-2.2.0: UPDATING ... - python3.11-telegraph-2.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.telegraph 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.casttube, using log file: /var/log/nixpkgs-update/python311Packages.casttube/2024-03-16.log python311Packages.casttube 0 -> 1 attrpath: python311Packages.casttube Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3x13bf5arn6b68pvq1p38lg8ar9ylvhs-packages.json.drv building '/nix/store/3x13bf5arn6b68pvq1p38lg8ar9ylvhs-packages.json.drv'... Going to be running update for following packages: - python3.11-casttube-0.2.1 Press Enter key to continue... Running update for: - python3.11-casttube-0.2.1: UPDATING ... - python3.11-casttube-0.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.casttube 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pytorch-msssim, using log file: /var/log/nixpkgs-update/python311Packages.pytorch-msssim/2024-03-16.log python311Packages.pytorch-msssim 0 -> 1 attrpath: python311Packages.pytorch-msssim Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fcnk63vmai73pf6m2fskzinfnxznw866-packages.json.drv building '/nix/store/fcnk63vmai73pf6m2fskzinfnxznw866-packages.json.drv'... Going to be running update for following packages: - python3.11-pytorch-msssim-1.0.0 Press Enter key to continue... Running update for: - python3.11-pytorch-msssim-1.0.0: UPDATING ... - python3.11-pytorch-msssim-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytorch-msssim 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mutt-ics, using log file: /var/log/nixpkgs-update/mutt-ics/2024-03-16.log mutt-ics 0 -> 1 attrpath: mutt-ics Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/alk1a74nm842ka3xvinfv4svgd227pyf-packages.json.drv building '/nix/store/alk1a74nm842ka3xvinfv4svgd227pyf-packages.json.drv'... Going to be running update for following packages: - mutt-ics-0.9.2 Press Enter key to continue... Running update for: - mutt-ics-0.9.2: UPDATING ... - mutt-ics-0.9.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update mutt-ics 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.uproot, using log file: /var/log/nixpkgs-update/python311Packages.uproot/2024-03-16.log python311Packages.uproot 0 -> 1 attrpath: python311Packages.uproot Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] cannot link '/nix/store/.links/156miqqiz4qpnyakvd69c3l7za5xg747b5f59wmd7vh8g9gq8ii0' to '/nix/store/kak95rvfkcbvc2ki376qryr2ziw38dwi-nixpkgs-update-script.drv': No space left on device this derivation will be built: /nix/store/jjsdd6jfbiak98hpc3yrpxp0pnily0sx-packages.json.drv building '/nix/store/jjsdd6jfbiak98hpc3yrpxp0pnily0sx-packages.json.drv'... Going to be running update for following packages: - python3.11-uproot-5.3.1 Press Enter key to continue... Running update for: - python3.11-uproot-5.3.1: UPDATING ... - python3.11-uproot-5.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.uproot 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-restful, using log file: /var/log/nixpkgs-update/python311Packages.flask-restful/2024-03-16.log python311Packages.flask-restful 0 -> 1 attrpath: python311Packages.flask-restful Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bxiinzpacc4kxzg5d6j02a7wgg69xkbv-packages.json.drv building '/nix/store/bxiinzpacc4kxzg5d6j02a7wgg69xkbv-packages.json.drv'... Going to be running update for following packages: - python3.11-flask-restful-0.3.10 Press Enter key to continue... Running update for: - python3.11-flask-restful-0.3.10: UPDATING ... - python3.11-flask-restful-0.3.10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.flask-restful 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-appservice-irc, using log file: /var/log/nixpkgs-update/matrix-appservice-irc/2024-03-16.log matrix-appservice-irc 0 -> 1 attrpath: matrix-appservice-irc 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/lfsvd2dgimbfcxxsphn85cvrvdh6b3sj-packages.json.drv building '/nix/store/lfsvd2dgimbfcxxsphn85cvrvdh6b3sj-packages.json.drv'... Going to be running update for following packages: - matrix-appservice-irc-1.0.1 Press Enter key to continue... Running update for: - matrix-appservice-irc-1.0.1: UPDATING ... - matrix-appservice-irc-1.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update matrix-appservice-irc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.datasette-publish-fly, using log file: /var/log/nixpkgs-update/python311Packages.datasette-publish-fly/2024-03-16.log python311Packages.datasette-publish-fly 0 -> 1 attrpath: python311Packages.datasette-publish-fly Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gwds8cvcf89z9y9rhdyw4vwiw5d89c0x-packages.json.drv building '/nix/store/gwds8cvcf89z9y9rhdyw4vwiw5d89c0x-packages.json.drv'... Going to be running update for following packages: - python3.11-datasette-publish-fly-1.3.1 Press Enter key to continue... Running update for: - python3.11-datasette-publish-fly-1.3.1: UPDATING ... - python3.11-datasette-publish-fly-1.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.datasette-publish-fly 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-basicauth, using log file: /var/log/nixpkgs-update/python311Packages.aiohttp-basicauth/2024-03-16.log python311Packages.aiohttp-basicauth 0 -> 1 attrpath: python311Packages.aiohttp-basicauth Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2nkszxkirvxfvkcqnx65iqbv0smjkxnb-packages.json.drv building '/nix/store/2nkszxkirvxfvkcqnx65iqbv0smjkxnb-packages.json.drv'... Going to be running update for following packages: - python3.11-aiohttp-basicauth-1.0.0 Press Enter key to continue... Running update for: - python3.11-aiohttp-basicauth-1.0.0: UPDATING ... - python3.11-aiohttp-basicauth-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aiohttp-basicauth 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nixos-bgrt-plymouth, using log file: /var/log/nixpkgs-update/nixos-bgrt-plymouth/2024-03-16.log nixos-bgrt-plymouth 0 -> 1 attrpath: nixos-bgrt-plymouth Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jf3fv7hs5rqgcgzj3xsl68qa43mf8ai2-packages.json.drv building '/nix/store/jf3fv7hs5rqgcgzj3xsl68qa43mf8ai2-packages.json.drv'... Going to be running update for following packages: - nixos-bgrt-plymouth Press Enter key to continue... Running update for: - nixos-bgrt-plymouth: UPDATING ... - nixos-bgrt-plymouth: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update nixos-bgrt-plymouth 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.opuslib, using log file: /var/log/nixpkgs-update/python311Packages.opuslib/2024-03-16.log python311Packages.opuslib 0 -> 1 attrpath: python311Packages.opuslib Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vb00n6d06xiwg98g46h1i40ci40h489q-packages.json.drv building '/nix/store/vb00n6d06xiwg98g46h1i40ci40h489q-packages.json.drv'... Going to be running update for following packages: - python3.11-opuslib-3.0.3 Press Enter key to continue... Running update for: - python3.11-opuslib-3.0.3: UPDATING ... - python3.11-opuslib-3.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.opuslib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.rtmidi-python, using log file: /var/log/nixpkgs-update/python311Packages.rtmidi-python/2024-03-16.log python311Packages.rtmidi-python 0 -> 1 attrpath: python311Packages.rtmidi-python Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2gyi4x62z6v7y6ff2nw8kxg0jhn65ncm-packages.json.drv building '/nix/store/2gyi4x62z6v7y6ff2nw8kxg0jhn65ncm-packages.json.drv'... Going to be running update for following packages: - python3.11-rtmidi-python-0.2.2 Press Enter key to continue... Running update for: - python3.11-rtmidi-python-0.2.2: UPDATING ... - python3.11-rtmidi-python-0.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.rtmidi-python 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cudaPackages.nccl-tests, using log file: /var/log/nixpkgs-update/cudaPackages.nccl-tests/2024-03-16.log cudaPackages.nccl-tests 0 -> 1 attrpath: cudaPackages.nccl-tests Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jkm8d6z2323a4pkl709lbiapnm2s23q4-packages.json.drv building '/nix/store/jkm8d6z2323a4pkl709lbiapnm2s23q4-packages.json.drv'... Going to be running update for following packages: - nccl-tests-2.13.9 Press Enter key to continue... Running update for: - nccl-tests-2.13.9: UPDATING ... - nccl-tests-2.13.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update cudaPackages.nccl-tests 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.myhome, using log file: /var/log/nixpkgs-update/python311Packages.myhome/2024-03-16.log python311Packages.myhome 0 -> 1 attrpath: python311Packages.myhome Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/05hgqm6fx22mh06z8h125k05qzcvc2kz-packages.json.drv building '/nix/store/05hgqm6fx22mh06z8h125k05qzcvc2kz-packages.json.drv'... Going to be running update for following packages: - python3.11-myhome-0.2.1 Press Enter key to continue... Running update for: - python3.11-myhome-0.2.1: UPDATING ... - python3.11-myhome-0.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.myhome 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.carbon, using log file: /var/log/nixpkgs-update/python311Packages.carbon/2024-03-16.log python311Packages.carbon 0 -> 1 attrpath: python311Packages.carbon Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7ql12jagdbj24p3kci6q3rckbjiz6r71-packages.json.drv building '/nix/store/7ql12jagdbj24p3kci6q3rckbjiz6r71-packages.json.drv'... Going to be running update for following packages: - python3.11-carbon-1.1.10 Press Enter key to continue... Running update for: - python3.11-carbon-1.1.10: UPDATING ... - python3.11-carbon-1.1.10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.carbon 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mdformat-nix-alejandra, using log file: /var/log/nixpkgs-update/python311Packages.mdformat-nix-alejandra/2024-03-16.log python311Packages.mdformat-nix-alejandra 0 -> 1 attrpath: python311Packages.mdformat-nix-alejandra Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0hvd5mhhyk0wpskw4gsjlkhs8yg92yb3-packages.json.drv building '/nix/store/0hvd5mhhyk0wpskw4gsjlkhs8yg92yb3-packages.json.drv'... Going to be running update for following packages: - python3.11-mdformat-nix-alejandra-0.1.0 Press Enter key to continue... Running update for: - python3.11-mdformat-nix-alejandra-0.1.0: UPDATING ... - python3.11-mdformat-nix-alejandra-0.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mdformat-nix-alejandra 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.iteration-utilities, using log file: /var/log/nixpkgs-update/python311Packages.iteration-utilities/2024-03-16.log python311Packages.iteration-utilities 0 -> 1 attrpath: python311Packages.iteration-utilities Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nkaqagvaax74gp5ks4db9szs37avk440-packages.json.drv building '/nix/store/nkaqagvaax74gp5ks4db9szs37avk440-packages.json.drv'... Going to be running update for following packages: - python3.11-iteration-utilities-0.12.1 Press Enter key to continue... Running update for: - python3.11-iteration-utilities-0.12.1: UPDATING ... - python3.11-iteration-utilities-0.12.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.iteration-utilities 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aiohue, using log file: /var/log/nixpkgs-update/python311Packages.aiohue/2024-03-16.log python311Packages.aiohue 0 -> 1 attrpath: python311Packages.aiohue Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cj56j9x2zma9z5skcdggi6qs94khn47c-packages.json.drv building '/nix/store/cj56j9x2zma9z5skcdggi6qs94khn47c-packages.json.drv'... Going to be running update for following packages: - python3.11-aiohue-4.7.1 Press Enter key to continue... Running update for: - python3.11-aiohue-4.7.1: UPDATING ... - python3.11-aiohue-4.7.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aiohue 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pymfy, using log file: /var/log/nixpkgs-update/python311Packages.pymfy/2024-03-16.log python311Packages.pymfy 0 -> 1 attrpath: python311Packages.pymfy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8vgxc7g06xlgfphkx23bb7kd3ba5370d-packages.json.drv building '/nix/store/8vgxc7g06xlgfphkx23bb7kd3ba5370d-packages.json.drv'... Going to be running update for following packages: - python3.11-pymfy-0.11.0 Press Enter key to continue... Running update for: - python3.11-pymfy-0.11.0: UPDATING ... - python3.11-pymfy-0.11.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pymfy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ospd-openvas, using log file: /var/log/nixpkgs-update/ospd-openvas/2024-03-16.log ospd-openvas 0 -> 1 attrpath: ospd-openvas Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/psc2jh60jkmlvh7acm3d9sjb6rg7k8xm-packages.json.drv building '/nix/store/psc2jh60jkmlvh7acm3d9sjb6rg7k8xm-packages.json.drv'... Going to be running update for following packages: - ospd-openvas-22.6.2 Press Enter key to continue... Running update for: - ospd-openvas-22.6.2: UPDATING ... - ospd-openvas-22.6.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/security/ospd-openvas/default.nix b/pkgs/tools/security/ospd-openvas/default.nix index 0e4b4b16e752..104bd1d4ae28 100644 --- a/pkgs/tools/security/ospd-openvas/default.nix +++ b/pkgs/tools/security/ospd-openvas/default.nix @@ -5,14 +5,14 @@ python3.pkgs.buildPythonApplication rec { pname = "ospd-openvas"; - version = "22.6.2"; + version = "22.7.0"; format = "pyproject"; src = fetchFromGitHub { owner = "greenbone"; repo = "ospd-openvas"; rev = "refs/tags/v${version}"; - hash = "sha256-SO2+PpxjyP+Yba0X81EgNCOAu7ntlG7zOeWA+7XdRIA="; + hash = "sha256-aBrJODymUMj0sflJW/+dMYZBRPYqtS1L2UBENDXb2Xw="; }; pythonRelaxDeps = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/wrncwcsa8wwqawdj6d2jgfna88hgrpm2-ospd-openvas-22.7.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)
2 packages built:
  • ospd-openvas
  • ospd-openvas.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 ospd-openvas is: OSP server implementation to allow GVM to remotely control an OpenVAS Scanner meta.homepage for ospd-openvas is: https://github.com/greenbone/ospd-openvas meta.changelog for ospd-openvas is: https://github.com/greenbone/ospd-openvas/releases/tag/v22.7.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 22.7.0 with grep in /nix/store/wrncwcsa8wwqawdj6d2jgfna88hgrpm2-ospd-openvas-22.7.0 - found 22.7.0 in filename of file in /nix/store/wrncwcsa8wwqawdj6d2jgfna88hgrpm2-ospd-openvas-22.7.0 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath ospd-openvas ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/wrncwcsa8wwqawdj6d2jgfna88hgrpm2-ospd-openvas-22.7.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 ospd-openvas https://github.com/r-ryantm/nixpkgs/archive/4dc29e3d059814fb195b46d172c2f21d87ab06eb.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/4dc29e3d059814fb195b46d172c2f21d87ab06eb#ospd-openvas ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/wrncwcsa8wwqawdj6d2jgfna88hgrpm2-ospd-openvas-22.7.0 ls -la /nix/store/wrncwcsa8wwqawdj6d2jgfna88hgrpm2-ospd-openvas-22.7.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)
2 packages built:
  • ospd-openvas
  • ospd-openvas.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/296518 [result] Success updating ospd-openvas 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pycookiecheat, using log file: /var/log/nixpkgs-update/python311Packages.pycookiecheat/2024-03-16.log python311Packages.pycookiecheat 0 -> 1 attrpath: python311Packages.pycookiecheat Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/10b9ykapah9hd26ycfl3dx9nkwkpwgky-packages.json.drv building '/nix/store/10b9ykapah9hd26ycfl3dx9nkwkpwgky-packages.json.drv'... Going to be running update for following packages: - python3.11-pycookiecheat-0.6.0 Press Enter key to continue... Running update for: - python3.11-pycookiecheat-0.6.0: UPDATING ... - python3.11-pycookiecheat-0.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pycookiecheat 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pySmartDL, using log file: /var/log/nixpkgs-update/python311Packages.pySmartDL/2024-03-16.log python311Packages.pySmartDL 0 -> 1 attrpath: python311Packages.pySmartDL Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mbhh5bzqzabzxh4y286ijm6ip55vqxlf-packages.json.drv building '/nix/store/mbhh5bzqzabzxh4y286ijm6ip55vqxlf-packages.json.drv'... Going to be running update for following packages: - python3.11-pysmartdl-1.3.4 Press Enter key to continue... Running update for: - python3.11-pysmartdl-1.3.4: UPDATING ... - python3.11-pysmartdl-1.3.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pySmartDL 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.parameterized, using log file: /var/log/nixpkgs-update/python311Packages.parameterized/2024-03-16.log python311Packages.parameterized 0 -> 1 attrpath: python311Packages.parameterized Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qzqqqx2f7rl2qmqa09xy30hl0wncl5n5-packages.json.drv building '/nix/store/qzqqqx2f7rl2qmqa09xy30hl0wncl5n5-packages.json.drv'... Going to be running update for following packages: - python3.11-parameterized-0.9.0 Press Enter key to continue... Running update for: - python3.11-parameterized-0.9.0: UPDATING ... - python3.11-parameterized-0.9.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.parameterized 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyfuse3, using log file: /var/log/nixpkgs-update/python311Packages.pyfuse3/2024-03-16.log python311Packages.pyfuse3 0 -> 1 attrpath: python311Packages.pyfuse3 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/222b6fpi7036j7gh84ak1g3v1fcp5zlg-packages.json.drv building '/nix/store/222b6fpi7036j7gh84ak1g3v1fcp5zlg-packages.json.drv'... Going to be running update for following packages: - python3.11-pyfuse3-3.3.0 Press Enter key to continue... Running update for: - python3.11-pyfuse3-3.3.0: UPDATING ... - python3.11-pyfuse3-3.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyfuse3 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.chromaprint, using log file: /var/log/nixpkgs-update/python311Packages.chromaprint/2024-03-16.log python311Packages.chromaprint 0 -> 1 attrpath: python311Packages.chromaprint Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/35iydcw826h8lyfx2sc34y13c777n0dk-packages.json.drv building '/nix/store/35iydcw826h8lyfx2sc34y13c777n0dk-packages.json.drv'... Going to be running update for following packages: - python3.11-chromaprint-0.5 Press Enter key to continue... Running update for: - python3.11-chromaprint-0.5: UPDATING ... - python3.11-chromaprint-0.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.chromaprint 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath getmail6, using log file: /var/log/nixpkgs-update/getmail6/2024-03-16.log getmail6 0 -> 1 attrpath: getmail6 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3n81c703zqc4adl725al68w9lm8lzdcx-packages.json.drv building '/nix/store/3n81c703zqc4adl725al68w9lm8lzdcx-packages.json.drv'... Going to be running update for following packages: - getmail6-6.18.13 Press Enter key to continue... Running update for: - getmail6-6.18.13: UPDATING ... - getmail6-6.18.13: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update getmail6 0 -> 1 [options] github_user: r-ryantm, pull_request: 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.libxfce4ui 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pantheon.wingpanel-indicator-a11y, using log file: /var/log/nixpkgs-update/pantheon.wingpanel-indicator-a11y/2024-03-16.log pantheon.wingpanel-indicator-a11y 0 -> 1 attrpath: pantheon.wingpanel-indicator-a11y Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qma7z59l39pj0yfhaprjraagmxix2whl-packages.json.drv building '/nix/store/qma7z59l39pj0yfhaprjraagmxix2whl-packages.json.drv'... Going to be running update for following packages: - wingpanel-indicator-a11y-1.0.2 Press Enter key to continue... Running update for: - wingpanel-indicator-a11y-1.0.2: UPDATING ... - wingpanel-indicator-a11y-1.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.wingpanel-indicator-a11y 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.routeros-api, using log file: /var/log/nixpkgs-update/python311Packages.routeros-api/2024-03-16.log python311Packages.routeros-api 0 -> 1 attrpath: python311Packages.routeros-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/jb0rgzrlp06gzikb8l0rikp4fj0gkpa6-packages.json.drv building '/nix/store/jb0rgzrlp06gzikb8l0rikp4fj0gkpa6-packages.json.drv'... Going to be running update for following packages: - python3.11-routeros-api-0.17.0 Press Enter key to continue... Running update for: - python3.11-routeros-api-0.17.0: UPDATING ... - python3.11-routeros-api-0.17.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.routeros-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.pylutron-caseta, using log file: /var/log/nixpkgs-update/python311Packages.pylutron-caseta/2024-03-16.log python311Packages.pylutron-caseta 0 -> 1 attrpath: python311Packages.pylutron-caseta Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8j8px0q6qlrwmlqa0h2qs5clv6rjf09p-packages.json.drv building '/nix/store/8j8px0q6qlrwmlqa0h2qs5clv6rjf09p-packages.json.drv'... Going to be running update for following packages: - python3.11-pylutron-caseta-0.20.0 Press Enter key to continue... Running update for: - python3.11-pylutron-caseta-0.20.0: UPDATING ... - python3.11-pylutron-caseta-0.20.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pylutron-caseta 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.multiset, using log file: /var/log/nixpkgs-update/python311Packages.multiset/2024-03-16.log python311Packages.multiset 0 -> 1 attrpath: python311Packages.multiset Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ayyqncf4s94966qdvkb9ndl37xsj7zdd-packages.json.drv building '/nix/store/ayyqncf4s94966qdvkb9ndl37xsj7zdd-packages.json.drv'... Going to be running update for following packages: - python3.11-multiset-3.0.1 Press Enter key to continue... Running update for: - python3.11-multiset-3.0.1: UPDATING ... - python3.11-multiset-3.0.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/multiset/default.nix b/pkgs/development/python-modules/multiset/default.nix index 0e6e143676bc..e6b7c7adfe0c 100644 --- a/pkgs/development/python-modules/multiset/default.nix +++ b/pkgs/development/python-modules/multiset/default.nix @@ -10,12 +10,12 @@ buildPythonPackage rec { pname = "multiset"; - version = "3.0.1"; + version = "3.0.2"; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-5FZxyug4Wo5iSKmwejqDKAwtDMQxJxMFjPus3F7Jlz4="; + hash = "sha256-oqUSMaQtkiriJFwpTCNaKfioiOBoZdL84hxuyvER//8="; }; patches = [ No auto update branch exists Old version 3.0.1" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , setuptools , setuptools-scm , pytestCheckHook }: buildPythonPackage rec { pname = "multiset"; version = "3.0.2"; format = "pyproject"; src = fetchPypi { inherit pname version; hash = "sha256-oqUSMaQtkiriJFwpTCNaKfioiOBoZdL84hxuyvER//8="; }; postPatch = '' # Drop broken version specifier sed -i '/python_requires/d' setup.cfg ''; nativeBuildInputs = [ setuptools setuptools-scm ]; pythonImportsCheck = [ "multiset" ]; nativeCheckInputs = [ pytestCheckHook ]; meta = with lib; { description = "An implementation of a multiset"; homepage = "https://github.com/wheerd/multiset"; license = licenses.mit; maintainers = [ ]; }; } [result] Failed to update python311Packages.multiset 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.fontawesomefree, using log file: /var/log/nixpkgs-update/python311Packages.fontawesomefree/2024-03-16.log python311Packages.fontawesomefree 0 -> 1 attrpath: python311Packages.fontawesomefree Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xm1zsxs1cp7yzhdgnmvrdifffj9svip2-packages.json.drv building '/nix/store/xm1zsxs1cp7yzhdgnmvrdifffj9svip2-packages.json.drv'... Going to be running update for following packages: - python3.11-fontawesomefree-6.5.1 Press Enter key to continue... Running update for: - python3.11-fontawesomefree-6.5.1: UPDATING ... - python3.11-fontawesomefree-6.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.fontawesomefree 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-filerepresentation, using log file: /var/log/nixpkgs-update/python311Packages.zope-filerepresentation/2024-03-16.log python311Packages.zope-filerepresentation 0 -> 1 attrpath: python311Packages.zope-filerepresentation Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6zrkl3gc0w5qahb7dsjijyham71dw83h-packages.json.drv building '/nix/store/6zrkl3gc0w5qahb7dsjijyham71dw83h-packages.json.drv'... Going to be running update for following packages: - python3.11-zope.filerepresentation-6.0 Press Enter key to continue... Running update for: - python3.11-zope.filerepresentation-6.0: UPDATING ... - python3.11-zope.filerepresentation-6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.zope-filerepresentation 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyinstaller-versionfile, using log file: /var/log/nixpkgs-update/python311Packages.pyinstaller-versionfile/2024-03-16.log python311Packages.pyinstaller-versionfile 0 -> 1 attrpath: python311Packages.pyinstaller-versionfile Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/l59syb1vlrzm4hhziwx2233ciwqql6s2-packages.json.drv building '/nix/store/l59syb1vlrzm4hhziwx2233ciwqql6s2-packages.json.drv'... Going to be running update for following packages: - python3.11-pyinstaller-versionfile-2.1.1 Press Enter key to continue... Running update for: - python3.11-pyinstaller-versionfile-2.1.1: UPDATING ... - python3.11-pyinstaller-versionfile-2.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyinstaller-versionfile 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.modeled, using log file: /var/log/nixpkgs-update/python311Packages.modeled/2024-03-16.log python311Packages.modeled 0 -> 1 attrpath: python311Packages.modeled Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pawfv5n906khw0j38any44yibflfn8kk-packages.json.drv building '/nix/store/pawfv5n906khw0j38any44yibflfn8kk-packages.json.drv'... Going to be running update for following packages: - python3.11-modeled-0.1.8 Press Enter key to continue... Running update for: - python3.11-modeled-0.1.8: UPDATING ... - python3.11-modeled-0.1.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.modeled 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lomiri.libusermetrics, using log file: /var/log/nixpkgs-update/lomiri.libusermetrics/2024-03-16.log lomiri.libusermetrics 0 -> 1 attrpath: lomiri.libusermetrics Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/f71zb8kn8qrlhyjdm5cv6c32ycb8xmsp-packages.json.drv building '/nix/store/f71zb8kn8qrlhyjdm5cv6c32ycb8xmsp-packages.json.drv'... Going to be running update for following packages: - libusermetrics-1.3.2 Press Enter key to continue... Running update for: - libusermetrics-1.3.2: UPDATING ... - libusermetrics-1.3.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update lomiri.libusermetrics 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gtk-frdp, using log file: /var/log/nixpkgs-update/gtk-frdp/2024-03-16.log gtk-frdp 0 -> 1 attrpath: gtk-frdp Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gtk-frdp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.fastnumbers, using log file: /var/log/nixpkgs-update/python311Packages.fastnumbers/2024-03-16.log python311Packages.fastnumbers 0 -> 1 attrpath: python311Packages.fastnumbers Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/f4dk5ybv1z7fn3yqyxxrzb84alphy0kn-packages.json.drv building '/nix/store/f4dk5ybv1z7fn3yqyxxrzb84alphy0kn-packages.json.drv'... Going to be running update for following packages: - python3.11-fastnumbers-5.1.0 Press Enter key to continue... Running update for: - python3.11-fastnumbers-5.1.0: UPDATING ... - python3.11-fastnumbers-5.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.fastnumbers 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyixapi, using log file: /var/log/nixpkgs-update/python311Packages.pyixapi/2024-03-16.log python311Packages.pyixapi 0 -> 1 attrpath: python311Packages.pyixapi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9vbaba9zix0jbdas7cxlvikiaks6jyid-packages.json.drv building '/nix/store/9vbaba9zix0jbdas7cxlvikiaks6jyid-packages.json.drv'... Going to be running update for following packages: - python3.11-pyixapi-0.2.1 Press Enter key to continue... Running update for: - python3.11-pyixapi-0.2.1: UPDATING ... - python3.11-pyixapi-0.2.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pyixapi/default.nix b/pkgs/development/python-modules/pyixapi/default.nix index ce5a265ba263..868fb5b30fad 100644 --- a/pkgs/development/python-modules/pyixapi/default.nix +++ b/pkgs/development/python-modules/pyixapi/default.nix @@ -8,12 +8,12 @@ buildPythonPackage rec { pname = "pyixapi"; - version = "0.2.1"; + version = "0.2.3"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-c5a8Ldbzgh8gXuCDYbKk9zR6AoiBF3Y/VQvGlSwXpR4="; + hash = "sha256-qkgPBIYv9xzGa29RiPAU3zNhcyutTUX1Vkmpd9YdeJU="; }; nativeBuildInputs = [ No auto update branch exists Old version 0.2.1" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , poetry-core , requests , pyjwt }: buildPythonPackage rec { pname = "pyixapi"; version = "0.2.3"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-qkgPBIYv9xzGa29RiPAU3zNhcyutTUX1Vkmpd9YdeJU="; }; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ requests pyjwt ]; pythonImportsCheck = [ "pyixapi" ]; meta = with lib; { homepage = "https://github.com/peering-manager/pyixapi/"; changelog = "https://github.com/peering-manager/pyixapi/releases/tag/${version}"; description = "Python API client library for IX-API"; license = licenses.asl20; maintainers = teams.wdz.members; }; } [result] Failed to update python311Packages.pyixapi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-status, using log file: /var/log/nixpkgs-update/python311Packages.python-status/2024-03-16.log python311Packages.python-status 0 -> 1 attrpath: python311Packages.python-status Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pg9m9448r0mmsfvycpjx30a85z4qcbh8-packages.json.drv building '/nix/store/pg9m9448r0mmsfvycpjx30a85z4qcbh8-packages.json.drv'... Going to be running update for following packages: - python3.11-python-status-1.0.1 Press Enter key to continue... Running update for: - python3.11-python-status-1.0.1: UPDATING ... - python3.11-python-status-1.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-status 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.port-for, using log file: /var/log/nixpkgs-update/python311Packages.port-for/2024-03-16.log python311Packages.port-for 0 -> 1 attrpath: python311Packages.port-for Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qnr03wl9d6ldaq8j14x7ham42xjik31z-packages.json.drv building '/nix/store/qnr03wl9d6ldaq8j14x7ham42xjik31z-packages.json.drv'... Going to be running update for following packages: - python3.11-port-for-0.7.1 Press Enter key to continue... Running update for: - python3.11-port-for-0.7.1: UPDATING ... - python3.11-port-for-0.7.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.port-for 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath g4music, using log file: /var/log/nixpkgs-update/g4music/2024-03-16.log g4music 0 -> 1 attrpath: g4music Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/z6mc9wj7iyvji7v8gdw502mrm1mq4xzc-packages.json.drv building '/nix/store/z6mc9wj7iyvji7v8gdw502mrm1mq4xzc-packages.json.drv'... Going to be running update for following packages: - g4music-3.5.1 Press Enter key to continue... Running update for: - g4music-3.5.1: UPDATING ... - g4music-3.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update g4music 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pycognito, using log file: /var/log/nixpkgs-update/python311Packages.pycognito/2024-03-16.log python311Packages.pycognito 0 -> 1 attrpath: python311Packages.pycognito Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/yqk2afzbmcy2ng0cpyi8vy4g2vm50r55-packages.json.drv building '/nix/store/yqk2afzbmcy2ng0cpyi8vy4g2vm50r55-packages.json.drv'... Going to be running update for following packages: - python3.11-pycognito-2023.5.0 Press Enter key to continue... Running update for: - python3.11-pycognito-2023.5.0: UPDATING ... - python3.11-pycognito-2023.5.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pycognito/default.nix b/pkgs/development/python-modules/pycognito/default.nix index aa503a379cf1..48ec46b19c39 100644 --- a/pkgs/development/python-modules/pycognito/default.nix +++ b/pkgs/development/python-modules/pycognito/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "pycognito"; - version = "2023.5.0"; + version = "2024.2.0"; format = "setuptools"; disabled = isPy27; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "pvizeli"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-2Aqid2bd5BAnWQ+Wtji0zXjLAmSpyJNGqJ0VroGi6lY="; + hash = "sha256-VYko5KcJvnhPUceTll2BBJWb88SYnSL7S3mZ7XSLPSQ="; }; propagatedBuildInputs = [ No auto update branch exists Old version 2023.5.0" not present in staging derivation file with contents: { lib , boto3 , buildPythonPackage , envs , fetchFromGitHub , isPy27 , freezegun , mock , moto , pyjwt , pytestCheckHook , requests , requests-mock }: buildPythonPackage rec { pname = "pycognito"; version = "2024.2.0"; format = "setuptools"; disabled = isPy27; src = fetchFromGitHub { owner = "pvizeli"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-VYko5KcJvnhPUceTll2BBJWb88SYnSL7S3mZ7XSLPSQ="; }; propagatedBuildInputs = [ boto3 envs pyjwt requests ] ++ pyjwt.optional-dependencies.crypto; nativeCheckInputs = [ freezegun mock moto pytestCheckHook requests-mock ] ++ moto.optional-dependencies.cognitoidp; postPatch = '' substituteInPlace setup.py \ --replace 'python-jose[cryptography]' 'python-jose' ''; pytestFlagsArray = [ "tests.py" ]; disabledTests = [ # requires network access "test_srp_requests_http_auth" ]; pythonImportsCheck = [ "pycognito" ]; meta = with lib; { description = "Python class to integrate Boto3's Cognito client so it is easy to login users. With SRP support"; homepage = "https://github.com/pvizeli/pycognito"; license = licenses.asl20; maintainers = with maintainers; [ mic92 ]; }; } [result] Failed to update python311Packages.pycognito 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.stanio, using log file: /var/log/nixpkgs-update/python311Packages.stanio/2024-03-16.log python311Packages.stanio 0 -> 1 attrpath: python311Packages.stanio Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/psw85jx6inn8x383b6l989inv3321ida-packages.json.drv building '/nix/store/psw85jx6inn8x383b6l989inv3321ida-packages.json.drv'... Going to be running update for following packages: - python3.11-stanio-0.5.0 Press Enter key to continue... Running update for: - python3.11-stanio-0.5.0: UPDATING ... - python3.11-stanio-0.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.stanio 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pyditz, using log file: /var/log/nixpkgs-update/pyditz/2024-03-16.log pyditz 0 -> 1 attrpath: pyditz Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bjvwq5zi80x370xswz98gq8pyzjgyzsx-packages.json.drv building '/nix/store/bjvwq5zi80x370xswz98gq8pyzjgyzsx-packages.json.drv'... Going to be running update for following packages: - pyditz-0.11 Press Enter key to continue... Running update for: - pyditz-0.11: UPDATING ... - pyditz-0.11: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pyditz 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.monero, using log file: /var/log/nixpkgs-update/python311Packages.monero/2024-03-16.log python311Packages.monero 0 -> 1 attrpath: python311Packages.monero Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zyll4247b8dvkyipp8cvl7yw7sjb27gp-packages.json.drv building '/nix/store/zyll4247b8dvkyipp8cvl7yw7sjb27gp-packages.json.drv'... Going to be running update for following packages: - python3.11-monero-1.1.1 Press Enter key to continue... Running update for: - python3.11-monero-1.1.1: UPDATING ... - python3.11-monero-1.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.monero 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tepl, using log file: /var/log/nixpkgs-update/tepl/2024-03-16.log tepl 0 -> 1 attrpath: tepl Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5vlgyx6kdny2fy80lf937bdx093vcb6w-packages.json.drv building '/nix/store/5vlgyx6kdny2fy80lf937bdx093vcb6w-packages.json.drv'... Going to be running update for following packages: - tepl-6.8.0 Press Enter key to continue... Running update for: - tepl-6.8.0: UPDATING ... - tepl-6.8.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update tepl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath git-aggregator, using log file: /var/log/nixpkgs-update/git-aggregator/2024-03-16.log git-aggregator 0 -> 1 attrpath: git-aggregator Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1psykxm67gnhlybvjdxwd45q7f160k9i-packages.json.drv building '/nix/store/1psykxm67gnhlybvjdxwd45q7f160k9i-packages.json.drv'... Going to be running update for following packages: - git-aggregator-2.1.0 Press Enter key to continue... Running update for: - git-aggregator-2.1.0: UPDATING ... - git-aggregator-2.1.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/version-management/git-aggregator/default.nix b/pkgs/applications/version-management/git-aggregator/default.nix index 34365cb5d90d..4694669cce4b 100644 --- a/pkgs/applications/version-management/git-aggregator/default.nix +++ b/pkgs/applications/version-management/git-aggregator/default.nix @@ -2,11 +2,11 @@ python3Packages.buildPythonApplication rec { pname = "git-aggregator"; - version = "2.1.0"; + version = "4.0"; src = fetchPypi { inherit pname version; - sha256 = "sha256-79xNPzYP1j71sU5wZM5e2xTqQExqQEdxXPxbk4T/Scw="; + sha256 = "sha256-g31wsNW+mazyC9lA2nwItnEJ8ARrhX/xI60EiWBRVZg="; }; nativeBuildInputs = with python3Packages; [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A git-aggregator Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . git-aggregator Standard output: error: build log of 'git-aggregator' is not available [result] Failed to update git-aggregator 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.purl, using log file: /var/log/nixpkgs-update/python311Packages.purl/2024-03-16.log python311Packages.purl 0 -> 1 attrpath: python311Packages.purl Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7k92v73q1apkhw2axw8pzg7avy7pbgja-packages.json.drv building '/nix/store/7k92v73q1apkhw2axw8pzg7avy7pbgja-packages.json.drv'... Going to be running update for following packages: - python3.11-purl-1.6 Press Enter key to continue... Running update for: - python3.11-purl-1.6: UPDATING ... - python3.11-purl-1.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.purl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.bleak, using log file: /var/log/nixpkgs-update/python311Packages.bleak/2024-03-16.log python311Packages.bleak 0 -> 1 attrpath: python311Packages.bleak Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9c3y4iffk301r2sh1sh2icjx1vmq6kvp-packages.json.drv building '/nix/store/9c3y4iffk301r2sh1sh2icjx1vmq6kvp-packages.json.drv'... Going to be running update for following packages: - python3.11-bleak-0.21.1 Press Enter key to continue... Running update for: - python3.11-bleak-0.21.1: UPDATING ... - python3.11-bleak-0.21.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.bleak 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-devspaces, using log file: /var/log/nixpkgs-update/python311Packages.azure-mgmt-devspaces/2024-03-16.log python311Packages.azure-mgmt-devspaces 0 -> 1 attrpath: python311Packages.azure-mgmt-devspaces Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pm8fm9l571mpj3yr3vwqry7siqn0pfgg-packages.json.drv building '/nix/store/pm8fm9l571mpj3yr3vwqry7siqn0pfgg-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-mgmt-devspaces-0.2.0 Press Enter key to continue... Running update for: - python3.11-azure-mgmt-devspaces-0.2.0: UPDATING ... - python3.11-azure-mgmt-devspaces-0.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-mgmt-devspaces 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath aspellDicts.grc, using log file: /var/log/nixpkgs-update/aspellDicts.grc/2024-03-16.log aspellDicts.grc 0 -> 1 attrpath: aspellDicts.grc Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - aspell-dict-grc-0.02-0 Press Enter key to continue... Running update for: - aspell-dict-grc-0.02-0: UPDATING ... - aspell-dict-grc-0.02-0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update aspellDicts.grc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sphinxcontrib-bayesnet, using log file: /var/log/nixpkgs-update/python311Packages.sphinxcontrib-bayesnet/2024-03-16.log python311Packages.sphinxcontrib-bayesnet 0 -> 1 attrpath: python311Packages.sphinxcontrib-bayesnet Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dkxcaraa5sqk2wlw1ir0r0a1b4zpy2xy-packages.json.drv building '/nix/store/dkxcaraa5sqk2wlw1ir0r0a1b4zpy2xy-packages.json.drv'... Going to be running update for following packages: - python3.11-sphinxcontrib-bayesnet-0.4 Press Enter key to continue... Running update for: - python3.11-sphinxcontrib-bayesnet-0.4: UPDATING ... - python3.11-sphinxcontrib-bayesnet-0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sphinxcontrib-bayesnet 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.openswoole, using log file: /var/log/nixpkgs-update/php81Extensions.openswoole/2024-03-16.log php81Extensions.openswoole 0 -> 1 attrpath: php81Extensions.openswoole Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7qxgnjhapjyf971dzy8lgxg0iygqrksa-packages.json.drv building '/nix/store/7qxgnjhapjyf971dzy8lgxg0iygqrksa-packages.json.drv'... Going to be running update for following packages: - php-openswoole-22.1.2 Press Enter key to continue... Running update for: - php-openswoole-22.1.2: UPDATING ... - php-openswoole-22.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update php81Extensions.openswoole 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath keka, using log file: /var/log/nixpkgs-update/keka/2024-03-16.log keka 1.3.2 -> 1.3.7 https://github.com/aonez/Keka/releases attrpath: keka 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/compression/keka/default.nix b/pkgs/tools/compression/keka/default.nix index 71e979fa0c20..c25bb5e80479 100644 --- a/pkgs/tools/compression/keka/default.nix +++ b/pkgs/tools/compression/keka/default.nix @@ -6,11 +6,11 @@ }: stdenvNoCC.mkDerivation (finalAttrs: { pname = "keka"; - version = "1.3.2"; + version = "1.3.7"; src = fetchurl { url = "https://github.com/aonez/Keka/releases/download/v${finalAttrs.version}/Keka-${finalAttrs.version}.zip"; - sha256 = "0id8j639kba5yc0z34lgvadzgv9z9s2573nn6dx9m6gd8qpnk2x7"; + sha256 = "sha256-iDZwZe6jy8E6i3MCd2xInF/uUqDS7AhGz3eDaqYmdwY="; }; dontUnpack = true; [outpaths] eval start [outpaths] eval end Update edits cause no rebuilds. [result] Failed to update keka 1.3.2 -> 1.3.7 https://github.com/aonez/Keka/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.pyttsx3, using log file: /var/log/nixpkgs-update/python312Packages.pyttsx3/2024-03-16.log python312Packages.pyttsx3 2.90 -> 2.90.12 https://repology.org/project/python:pyttsx3/versions attrpath: python312Packages.pyttsx3 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/d2k7icfllisqzlx4hpv0f4zrykrfk0lm-packages.json.drv building '/nix/store/d2k7icfllisqzlx4hpv0f4zrykrfk0lm-packages.json.drv'... Going to be running update for following packages: - python3.12-pyttsx3-2.90 Press Enter key to continue... Running update for: - python3.12-pyttsx3-2.90: UPDATING ... - python3.12-pyttsx3-2.90: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.pyttsx3 2.90 -> 2.90.12 https://repology.org/project/python:pyttsx3/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.kofdata, using log file: /var/log/nixpkgs-update/rPackages.kofdata/2024-03-16.log rPackages.kofdata 0.2 -> 0.2.1 https://repology.org/project/r:kofdata/versions attrpath: rPackages.kofdata Checking auto update branch... No auto update branch exists Old version 0.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.kofdata 0.2 -> 0.2.1 https://repology.org/project/r:kofdata/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.AER, using log file: /var/log/nixpkgs-update/rPackages.AER/2024-03-16.log rPackages.AER 1.2-10 -> 1.2.12 https://repology.org/project/r:aer/versions attrpath: rPackages.AER Checking auto update branch... No auto update branch exists Old version 1.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.AER 1.2-10 -> 1.2.12 https://repology.org/project/r:aer/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.CompoundEvents, using log file: /var/log/nixpkgs-update/rPackages.CompoundEvents/2024-03-16.log rPackages.CompoundEvents 0.2.0 -> 0.3.0 https://repology.org/project/r:compoundevents/versions attrpath: rPackages.CompoundEvents 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.CompoundEvents 0.2.0 -> 0.3.0 https://repology.org/project/r:compoundevents/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.rTG, using log file: /var/log/nixpkgs-update/rPackages.rTG/2024-03-16.log rPackages.rTG 1.0.1 -> 1.0.2 https://repology.org/project/r:rtg/versions attrpath: rPackages.rTG 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.rTG 1.0.1 -> 1.0.2 https://repology.org/project/r:rtg/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.hstats, using log file: /var/log/nixpkgs-update/rPackages.hstats/2024-03-16.log rPackages.hstats 1.1.1 -> 1.1.2 https://repology.org/project/r:hstats/versions attrpath: rPackages.hstats 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.hstats 1.1.1 -> 1.1.2 https://repology.org/project/r:hstats/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-url-dispatcher, using log file: /var/log/nixpkgs-update/lomiri.lomiri-url-dispatcher/2024-03-16.log lomiri.lomiri-url-dispatcher 0 -> 1 attrpath: lomiri.lomiri-url-dispatcher 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/m34zlr4mncrqc7bhmf95gv2f8xjgs723-packages.json.drv building '/nix/store/m34zlr4mncrqc7bhmf95gv2f8xjgs723-packages.json.drv'... Going to be running update for following packages: - lomiri-url-dispatcher-0.1.3 Press Enter key to continue... Running update for: - lomiri-url-dispatcher-0.1.3: UPDATING ... - lomiri-url-dispatcher-0.1.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update lomiri.lomiri-url-dispatcher 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath qogir-theme, using log file: /var/log/nixpkgs-update/qogir-theme/2024-03-16.log qogir-theme 0 -> 1 attrpath: qogir-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/asnwsqf1yzphavhial4amcsp6a854hvl-packages.json.drv building '/nix/store/asnwsqf1yzphavhial4amcsp6a854hvl-packages.json.drv'... Going to be running update for following packages: - qogir-theme-2023-05-24 Press Enter key to continue... Running update for: - qogir-theme-2023-05-24: UPDATING ... - qogir-theme-2023-05-24: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update qogir-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 python312Packages.asdf-transform-schemas, using log file: /var/log/nixpkgs-update/python312Packages.asdf-transform-schemas/2024-03-16.log python312Packages.asdf-transform-schemas 0.4.0 -> 0.5.0 https://github.com/asdf-format/asdf-transform-schemas/releases attrpath: python312Packages.asdf-transform-schemas Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/w2dzfj2219xb851vc8zq6fbm7c9jhm2k-packages.json.drv building '/nix/store/w2dzfj2219xb851vc8zq6fbm7c9jhm2k-packages.json.drv'... Going to be running update for following packages: - python3.12-asdf-transform-schemas-0.4.0 Press Enter key to continue... Running update for: - python3.12-asdf-transform-schemas-0.4.0: UPDATING ... - python3.12-asdf-transform-schemas-0.4.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/asdf-transform-schemas/default.nix b/pkgs/development/python-modules/asdf-transform-schemas/default.nix index d00e43e756a3..d42e41891352 100644 --- a/pkgs/development/python-modules/asdf-transform-schemas/default.nix +++ b/pkgs/development/python-modules/asdf-transform-schemas/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "asdf-transform-schemas"; - version = "0.4.0"; + version = "0.5.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -17,7 +17,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "asdf_transform_schemas"; inherit version; - hash = "sha256-3n/cP+41+5V/wylXh3oOnX3U0uhRvWMaclnxHCvSlMo="; + hash = "sha256-gs9MeCV1c0qJUyfyX/WDzpSZ1+K4Nv6IgLLXlhxrRis="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.asdf-transform-schemas nix build failed. adding 'asdf_transform_schemas/resources/stsci.edu/schemas/zenithal_equal_area-1.2.0.yaml' adding 'asdf_transform_schemas/resources/stsci.edu/schemas/zenithal_equal_area-1.3.0.yaml' adding 'asdf_transform_schemas/resources/stsci.edu/schemas/zenithal_equidistant-1.0.0.yaml' adding 'asdf_transform_schemas/resources/stsci.edu/schemas/zenithal_equidistant-1.1.0.yaml' adding 'asdf_transform_schemas/resources/stsci.edu/schemas/zenithal_equidistant-1.2.0.yaml' adding 'asdf_transform_schemas/resources/stsci.edu/schemas/zenithal_equidistant-1.3.0.yaml' adding 'asdf_transform_schemas/resources/stsci.edu/schemas/zenithal_perspective-1.0.0.yaml' adding 'asdf_transform_schemas/resources/stsci.edu/schemas/zenithal_perspective-1.1.0.yaml' adding 'asdf_transform_schemas/resources/stsci.edu/schemas/zenithal_perspective-1.2.0.yaml' adding 'asdf_transform_schemas/resources/stsci.edu/schemas/zenithal_perspective-1.3.0.yaml' adding 'asdf_transform_schemas/resources/stsci.edu/schemas/zenithal_perspective-1.4.0.yaml' adding 'asdf_transform_schemas/resources/stsci.edu/schemas/property/bounding_box-1.0.0.yaml' adding 'asdf_transform_schemas/resources/stsci.edu/schemas/property/bounding_box-1.1.0.yaml' adding 'asdf_transform_schemas/resources/stsci.edu/schemas/property/compound_bounding_box-1.0.0.yaml' adding 'asdf_transform_schemas/resources/stsci.edu/schemas/property/compound_bounding_box-1.1.0.yaml' adding 'asdf_transform_schemas-0.5.0.dist-info/LICENSE' adding 'asdf_transform_schemas-0.5.0.dist-info/METADATA' adding 'asdf_transform_schemas-0.5.0.dist-info/WHEEL' adding 'asdf_transform_schemas-0.5.0.dist-info/entry_points.txt' adding 'asdf_transform_schemas-0.5.0.dist-info/top_level.txt' adding 'asdf_transform_schemas-0.5.0.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Successfully built asdf_transform_schemas-0.5.0-py3-none-any.whl Finished creating a wheel... Finished executing pypaBuildPhase @nix { "action": "setPhase", "phase": "pythonRuntimeDepsCheckHook" } Running phase: pythonRuntimeDepsCheckHook Executing pythonRuntimeDepsCheck Checking runtime dependencies for asdf_transform_schemas-0.5.0-py3-none-any.whl - asdf-standard>=1.1.0 not satisfied by version 1.0.3 [result] Failed to update python312Packages.asdf-transform-schemas 0.4.0 -> 0.5.0 https://github.com/asdf-format/asdf-transform-schemas/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dave, using log file: /var/log/nixpkgs-update/dave/2024-03-16.log dave 0.4.0 -> 0.5.0 https://github.com/micromata/dave/releases attrpath: dave Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Found old vendorHash = "sha256-iyq2DGdbdfJIRNkGAIKTk1LLDydpVX3juQFaG6H5vJQ=" build succeeded unexpectedlystderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'dave.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/sxvy5la3ijfq1v2k5xbzdcb2r0ypbjsw-dave-0.5.0-go-modules.drv /nix/store/7hn3dlcwp44d42297hdfwfdp0iswj3sg-dave-0.5.0.drv building '/nix/store/sxvy5la3ijfq1v2k5xbzdcb2r0ypbjsw-dave-0.5.0-go-modules.drv'... Running phase: unpackPhase unpacking source archive /nix/store/65pwmgil0c3m8400hbhinp88vkkhblkq-source source root is source Running phase: patchPhase applying patch /nix/store/nb0zmcygz2shwkiyws4aiidnzkv9rbb9-go-modules.patch The next patch would create the file go.mod, which already exists! Assume -R? [n] Apply anyway? [n] Skipping patch. 1 out of 1 hunk ignored The next patch would create the file go.sum, which already exists! Assume -R? [n] Apply anyway? [n] Skipping patch. 1 out of 1 hunk ignored patching file go.mod Hunk #1 FAILED at 1. 1 out of 1 hunk FAILED -- saving rejects to file go.mod.rej patching file go.sum Hunk #1 succeeded at 382 with fuzz 2 (offset 371 lines). Hunk #2 FAILED at 36. Hunk #3 FAILED at 69. Hunk #4 FAILED at 96. Hunk #5 FAILED at 143. Hunk #6 FAILED at 163. Hunk #7 succeeded at 709 with fuzz 2 (offset 521 lines). Hunk #8 FAILED at 272. Hunk #9 succeeded at 1304 with fuzz 2 (offset 983 lines). 6 out of 9 hunks FAILED -- saving rejects to file go.sum.rej error: builder for '/nix/store/sxvy5la3ijfq1v2k5xbzdcb2r0ypbjsw-dave-0.5.0-go-modules.drv' failed with exit code 1; last 25 log lines: > applying patch /nix/store/nb0zmcygz2shwkiyws4aiidnzkv9rbb9-go-modules.patch > The next patch would create the file go.mod, > which already exists! Assume -R? [n] > Apply anyway? [n] > Skipping patch. > 1 out of 1 hunk ignored > The next patch would create the file go.sum, > which already exists! Assume -R? [n] > Apply anyway? [n] > Skipping patch. > 1 out of 1 hunk ignored > patching file go.mod > Hunk #1 FAILED at 1. > 1 out of 1 hunk FAILED -- saving rejects to file go.mod.rej > patching file go.sum > Hunk #1 succeeded at 382 with fuzz 2 (offset 371 lines). > Hunk #2 FAILED at 36. > Hunk #3 FAILED at 69. > Hunk #4 FAILED at 96. > Hunk #5 FAILED at 143. > Hunk #6 FAILED at 163. > Hunk #7 succeeded at 709 with fuzz 2 (offset 521 lines). > Hunk #8 FAILED at 272. > Hunk #9 succeeded at 1304 with fuzz 2 (offset 983 lines). > 6 out of 9 hunks FAILED -- saving rejects to file go.sum.rej For full logs, run 'nix log /nix/store/sxvy5la3ijfq1v2k5xbzdcb2r0ypbjsw-dave-0.5.0-go-modules.drv'. error: 1 dependencies of derivation '/nix/store/7hn3dlcwp44d42297hdfwfdp0iswj3sg-dave-0.5.0.drv' failed to build [result] Failed to update dave 0.4.0 -> 0.5.0 https://github.com/micromata/dave/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.RWsearch, using log file: /var/log/nixpkgs-update/rPackages.RWsearch/2024-03-16.log rPackages.RWsearch 5.0.5 -> 5.1.4 https://repology.org/project/r:rwsearch/versions attrpath: rPackages.RWsearch Checking auto update branch... No auto update branch exists Old version 5.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.RWsearch 5.0.5 -> 5.1.4 https://repology.org/project/r:rwsearch/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nbd, using log file: /var/log/nixpkgs-update/nbd/2024-03-16.log nbd 3.25 -> 3.26.1 https://github.com/NetworkBlockDevice/nbd/releases attrpath: nbd Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - nbd: 3.25 -> 3.26.1 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/294758" [result] Failed to update nbd 3.25 -> 3.26.1 https://github.com/NetworkBlockDevice/nbd/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath prometheus-smartctl-exporter, using log file: /var/log/nixpkgs-update/prometheus-smartctl-exporter/2024-03-16.log prometheus-smartctl-exporter 0.11.0 -> 0.12.0 https://github.com/prometheus-community/smartctl_exporter/releases attrpath: prometheus-smartctl-exporter Checking auto update branch... An auto update branch exists with message `prometheus-smartctl-exporter: 0.11.0 -> 0.12.0`. New version is 0.12.0. An auto update branch exists with an equal or greater version [result] Failed to update prometheus-smartctl-exporter 0.11.0 -> 0.12.0 https://github.com/prometheus-community/smartctl_exporter/releases [options] github_user: r-ryantm, pull_request: YES, batch_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.spacebar, using log file: /var/log/nixpkgs-update/libsForQt5.spacebar/2024-03-16.log libsForQt5.spacebar 23.01.0 -> 24.02.0 https://repology.org/project/spacebar/versions attrpath: libsForQt5.spacebar Checking auto update branch... No auto update branch exists Old version 23.01.0" not present in master derivation file with contents: { lib , mkDerivation , cmake , extra-cmake-modules , wrapQtAppsHook , c-ares , curl , kcontacts , ki18n , kio , kirigami-addons , kirigami2 , knotifications , kpeople , libphonenumber , modemmanager-qt , protobuf , qcoro , qtquickcontrols2 }: mkDerivation { pname = "spacebar"; nativeBuildInputs = [ cmake extra-cmake-modules wrapQtAppsHook ]; buildInputs = [ c-ares curl kcontacts ki18n kio kirigami-addons kirigami2 knotifications kpeople libphonenumber modemmanager-qt protobuf # Needed by libphonenumber qcoro qtquickcontrols2 ]; meta = with lib; { description = "SMS application for Plasma Mobile"; homepage = "https://invent.kde.org/plasma-mobile/spacebar"; license = licenses.gpl2Plus; maintainers = with maintainers; [ samueldr ]; }; } [result] Failed to update libsForQt5.spacebar 23.01.0 -> 24.02.0 https://repology.org/project/spacebar/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.FatTailsR, using log file: /var/log/nixpkgs-update/rPackages.FatTailsR/2024-03-16.log rPackages.FatTailsR 1.8-0 -> 1.8-5 https://repology.org/project/r:fattailsr/versions attrpath: rPackages.FatTailsR Checking auto update branch... No auto update branch exists Old version 1.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.FatTailsR 1.8-0 -> 1.8-5 https://repology.org/project/r:fattailsr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.sgsR, using log file: /var/log/nixpkgs-update/rPackages.sgsR/2024-03-16.log rPackages.sgsR 1.4.4 -> 1.4.5 https://repology.org/project/r:sgsr/versions attrpath: rPackages.sgsR Checking auto update branch... No auto update branch exists Old version 1.4.4" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.sgsR 1.4.4 -> 1.4.5 https://repology.org/project/r:sgsr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath xfe, using log file: /var/log/nixpkgs-update/xfe/2024-03-16.log xfe 1.46 -> 1.46.1 https://repology.org/project/xfe/versions attrpath: xfe Checking auto update branch... An auto update branch exists with message `xfe: 1.46 -> 1.46.1`. New version is 1.46.1. An auto update branch exists with an equal or greater version [result] Failed to update xfe 1.46 -> 1.46.1 https://repology.org/project/xfe/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.docopt, using log file: /var/log/nixpkgs-update/haskellPackages.docopt/2024-03-16.log haskellPackages.docopt 0.7.0.7 -> 0.7.0.8 https://repology.org/project/haskell:docopt/versions attrpath: haskellPackages.docopt Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.docopt 0.7.0.7 -> 0.7.0.8 https://repology.org/project/haskell:docopt/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.stochvol, using log file: /var/log/nixpkgs-update/rPackages.stochvol/2024-03-16.log rPackages.stochvol 3.2.3 -> 3.2.4 https://repology.org/project/r:stochvol/versions attrpath: rPackages.stochvol Checking auto update branch... No auto update branch exists Old version 3.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.stochvol 3.2.3 -> 3.2.4 https://repology.org/project/r:stochvol/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.skyfield, using log file: /var/log/nixpkgs-update/python312Packages.skyfield/2024-03-16.log python312Packages.skyfield 1.45 -> 1.48 https://repology.org/project/python:skyfield/versions attrpath: python312Packages.skyfield Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/96qa5h2pv820w30d3nmm2k067d212v8h-packages.json.drv building '/nix/store/96qa5h2pv820w30d3nmm2k067d212v8h-packages.json.drv'... Going to be running update for following packages: - python3.12-skyfield-1.45 Press Enter key to continue... Running update for: - python3.12-skyfield-1.45: UPDATING ... - python3.12-skyfield-1.45: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.skyfield 1.45 -> 1.48 https://repology.org/project/python:skyfield/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath moonfire-nvr, using log file: /var/log/nixpkgs-update/moonfire-nvr/2024-03-16.log moonfire-nvr 0.7.7 -> 0.7.13 https://github.com/scottlamb/moonfire-nvr/releases attrpath: moonfire-nvr Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#moonfire-nvr.src --raw --apply "p: p.npmDepsHash" Standard error: warning: Git tree '/var/cache/nixpkgs-update/worker/worktree/moonfire-nvr' is dirty cannot link '/nix/store/.links/0xdpvh2957m3vyv21xhmqwl0bzqwrm79jzmravffm7h0wzp75p30' to '/nix/store/pk57k118dyrlwgya2ghs4rdgkzhz8y0q-source/pkgs/by-name/ba/baresip/package.nix': No space left on device '/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 'npmDepsHash' missing at «string»:1:4: 1| p: p.npmDepsHash | ^ Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#moonfire-nvr.originalSrc --raw --apply "p: p.npmDepsHash" Standard error: warning: Git tree '/var/cache/nixpkgs-update/worker/worktree/moonfire-nvr' is dirty error: flake 'git+file:///var/cache/nixpkgs-update/worker/worktree/moonfire-nvr' does not provide attribute 'packages.x86_64-linux.moonfire-nvr.originalSrc', 'legacyPackages.x86_64-linux.moonfire-nvr.originalSrc' or 'moonfire-nvr.originalSrc' Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#moonfire-nvr --raw --apply "p: p.npmDepsHash" Standard error: warning: Git tree '/var/cache/nixpkgs-update/worker/worktree/moonfire-nvr' is dirty error: attribute 'npmDepsHash' missing at «string»:1:4: 1| p: p.npmDepsHash | ^ [result] Failed to update moonfire-nvr 0.7.7 -> 0.7.13 https://github.com/scottlamb/moonfire-nvr/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.amberelectric, using log file: /var/log/nixpkgs-update/python311Packages.amberelectric/2024-03-16.log python311Packages.amberelectric 0 -> 1 attrpath: python311Packages.amberelectric Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nql518384s795khsyjzzi4njh56k1wd6-packages.json.drv building '/nix/store/nql518384s795khsyjzzi4njh56k1wd6-packages.json.drv'... Going to be running update for following packages: - python3.11-amberelectric-1.1.0 Press Enter key to continue... Running update for: - python3.11-amberelectric-1.1.0: UPDATING ... - python3.11-amberelectric-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.amberelectric 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.python-crfsuite, using log file: /var/log/nixpkgs-update/python311Packages.python-crfsuite/2024-03-16.log python311Packages.python-crfsuite 0 -> 1 attrpath: python311Packages.python-crfsuite Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/j8414xahbkm1gilbmskavch0rgsm86i1-packages.json.drv building '/nix/store/j8414xahbkm1gilbmskavch0rgsm86i1-packages.json.drv'... Going to be running update for following packages: - python3.11-python-crfsuite-0.9.10 Press Enter key to continue... Running update for: - python3.11-python-crfsuite-0.9.10: UPDATING ... - python3.11-python-crfsuite-0.9.10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-crfsuite 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.yamllint, using log file: /var/log/nixpkgs-update/python311Packages.yamllint/2024-03-16.log python311Packages.yamllint 0 -> 1 attrpath: python311Packages.yamllint Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xhmagsm3khszqx7czxq1h986qmb46bhj-packages.json.drv building '/nix/store/xhmagsm3khszqx7czxq1h986qmb46bhj-packages.json.drv'... Going to be running update for following packages: - python3.11-yamllint-1.35.1 Press Enter key to continue... Running update for: - python3.11-yamllint-1.35.1: UPDATING ... - python3.11-yamllint-1.35.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.yamllint 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.editdistance, using log file: /var/log/nixpkgs-update/python311Packages.editdistance/2024-03-16.log python311Packages.editdistance 0 -> 1 attrpath: python311Packages.editdistance Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bfz8l93s7c1dbg6nq8fwvic6qxsz5lsx-packages.json.drv building '/nix/store/bfz8l93s7c1dbg6nq8fwvic6qxsz5lsx-packages.json.drv'... Going to be running update for following packages: - python3.11-editdistance-0.6.2 Press Enter key to continue... Running update for: - python3.11-editdistance-0.6.2: UPDATING ... - python3.11-editdistance-0.6.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/editdistance/default.nix b/pkgs/development/python-modules/editdistance/default.nix index 822eacc0843f..7463028391f5 100644 --- a/pkgs/development/python-modules/editdistance/default.nix +++ b/pkgs/development/python-modules/editdistance/default.nix @@ -8,7 +8,7 @@ buildPythonPackage rec { pname = "editdistance"; - version = "0.6.2"; + version = "0.8.1"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -17,7 +17,7 @@ buildPythonPackage rec { owner = "roy-ht"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-42PEK2KhR7rZLfNX9T45V6on+5CoINfKvntz/YQBJco="; + hash = "sha256-Ncdg8S/UHYqJ1uFnHk9qhHMM3Lrop00woSu3PLKvuBI="; }; nativeBuildInputs = [ No auto update branch exists Old version 0.6.2" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , pytestCheckHook , cython , pythonOlder }: buildPythonPackage rec { pname = "editdistance"; version = "0.8.1"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "roy-ht"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-Ncdg8S/UHYqJ1uFnHk9qhHMM3Lrop00woSu3PLKvuBI="; }; nativeBuildInputs = [ cython ]; preBuild = '' cythonize --inplace editdistance/bycython.pyx ''; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "editdistance" ]; meta = with lib; { description = "Python implementation of the edit distance (Levenshtein distance)"; homepage = "https://github.com/roy-ht/editdistance"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; }; } [result] Failed to update python311Packages.editdistance 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.govee-lan, using log file: /var/log/nixpkgs-update/home-assistant-custom-components.govee-lan/2024-03-16.log home-assistant-custom-components.govee-lan 0 -> 1 attrpath: home-assistant-custom-components.govee-lan Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gfjwix78fj2xi7r449jwnfk9m0y3jls6-packages.json.drv building '/nix/store/gfjwix78fj2xi7r449jwnfk9m0y3jls6-packages.json.drv'... Going to be running update for following packages: - python3.12-wez-govee_lan-unstable-2023-06-10 Press Enter key to continue... Running update for: - python3.12-wez-govee_lan-unstable-2023-06-10: UPDATING ... - python3.12-wez-govee_lan-unstable-2023-06-10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update home-assistant-custom-components.govee-lan 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath autorandr, using log file: /var/log/nixpkgs-update/autorandr/2024-03-16.log autorandr 0 -> 1 attrpath: autorandr Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0n5rg89rra2whp6cqvipgfysqnbvisga-packages.json.drv building '/nix/store/0n5rg89rra2whp6cqvipgfysqnbvisga-packages.json.drv'... Going to be running update for following packages: - autorandr-1.14 Press Enter key to continue... Running update for: - autorandr-1.14: UPDATING ... - autorandr-1.14: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/misc/autorandr/default.nix b/pkgs/tools/misc/autorandr/default.nix index cc196de6230b..f2bf3a50f26a 100644 --- a/pkgs/tools/misc/autorandr/default.nix +++ b/pkgs/tools/misc/autorandr/default.nix @@ -9,14 +9,14 @@ python3.pkgs.buildPythonApplication rec { pname = "autorandr"; - version = "1.14"; + version = "1.15"; format = "other"; src = fetchFromGitHub { owner = "phillipberndt"; repo = "autorandr"; rev = "refs/tags/${version}"; - hash = "sha256-Ru3nQF0DB98rKSew6QtxAZQEB/9nVlIelNX3M7bNYHk="; + hash = "sha256-8FMfy3GCN4z/TnfefU2DbKqV3W35I29/SuGGqeOrjNg="; }; nativeBuildInputs = [ installShellFiles desktop-file-utils ]; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A autorandr nix build failed. got build log for 'autorandr' from 'daemon' Sourcing python-remove-tests-dir-hook Sourcing python-catch-conflicts-hook.sh Sourcing python-remove-bin-bytecode-hook.sh Sourcing python-imports-check-hook.sh Using pythonImportsCheckPhase Sourcing python-namespaces-hook @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/y5cas3f3qxa5fjlrp0h4h3ddaq0k8pjs-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/setup.py @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/sac4n177nfl9d02sk6z5n07s48ad0g83-0001-don-t-use-sys.executable.patch patching file autorandr.py Hunk #1 succeeded at 1282 (offset 90 lines). @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 substituteStream(): WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'autorandr.py') @nix { "action": "setPhase", "phase": "installPhase" } Running phase: installPhase mkdir -p //nix/store/c424qzk5ghsx4lapb9p0b9d8x0acpp8z-autorandr-1.15/bin install -m 755 autorandr.py //nix/store/c424qzk5ghsx4lapb9p0b9d8x0acpp8z-autorandr-1.15/bin/autorandr install: cannot stat 'contrib/fish_copletion/autorandr.fish': No such file or directory [result] Failed to update autorandr 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath animdl, using log file: /var/log/nixpkgs-update/animdl/2024-03-16.log animdl 0 -> 1 attrpath: animdl Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/r3vhcc20bkwv5vi258y7q0ms5i1hwqda-packages.json.drv building '/nix/store/r3vhcc20bkwv5vi258y7q0ms5i1hwqda-packages.json.drv'... Going to be running update for following packages: - animdl-1.7.27 Press Enter key to continue... Running update for: - animdl-1.7.27: UPDATING ... - animdl-1.7.27: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update animdl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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, using log file: /var/log/nixpkgs-update/SDL2/2024-03-16.log SDL2 0 -> 1 attrpath: SDL2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3zdqq31aysx8aby0hdp44l665ljdkpw6-packages.json.drv building '/nix/store/3zdqq31aysx8aby0hdp44l665ljdkpw6-packages.json.drv'... Going to be running update for following packages: - SDL2-2.30.0 Press Enter key to continue... Running update for: - SDL2-2.30.0: UPDATING ... - SDL2-2.30.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/libraries/SDL2/default.nix b/pkgs/development/libraries/SDL2/default.nix index 1aac55d6ef9e..a69b8216124a 100644 --- a/pkgs/development/libraries/SDL2/default.nix +++ b/pkgs/development/libraries/SDL2/default.nix @@ -58,13 +58,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "SDL2"; - version = "2.30.0"; + version = "2.30.1"; src = fetchFromGitHub { owner = "libsdl-org"; repo = "SDL"; rev = "release-${finalAttrs.version}"; - hash = "sha256-uKL9/T6vCEqMqmD3Q3rCMtKPRJZ4fRYVUr+4628/Ajg="; + hash = "sha256-nwmmyJK1/5Mu7l1YCk4PsasJIrx3jdiM5f/Cu3n0paA="; }; dontDisableStatic = if withStatic then 1 else 0; outputs = [ "out" "dev" ]; No auto update branch exists Old version 2.30.0" not present in staging derivation file with contents: { lib , stdenv , config , fetchFromGitHub , nix-update-script , pkg-config , libGLSupported ? lib.elem stdenv.hostPlatform.system lib.platforms.mesaPlatforms , openglSupport ? libGLSupported , libGL , alsaSupport ? stdenv.isLinux && !stdenv.hostPlatform.isAndroid , alsa-lib , x11Support ? !stdenv.hostPlatform.isWindows && !stdenv.hostPlatform.isAndroid , libX11 , xorgproto , libICE , libXi , libXScrnSaver , libXcursor , libXinerama , libXext , libXxf86vm , libXrandr , waylandSupport ? stdenv.isLinux && !stdenv.hostPlatform.isAndroid , wayland , wayland-protocols , wayland-scanner , drmSupport ? false , libdrm , mesa , libxkbcommon , dbusSupport ? stdenv.isLinux && !stdenv.hostPlatform.isAndroid , dbus , udevSupport ? stdenv.isLinux && !stdenv.hostPlatform.isAndroid , udev , ibusSupport ? false , ibus , libdecorSupport ? stdenv.isLinux && !stdenv.hostPlatform.isAndroid , libdecor , pipewireSupport ? stdenv.isLinux && !stdenv.hostPlatform.isAndroid , pipewire # NOTE: must be built with SDL2 without pipewire support , pulseaudioSupport ? config.pulseaudio or stdenv.isLinux && !stdenv.hostPlatform.isAndroid , libpulseaudio , AudioUnit , Cocoa , CoreAudio , CoreServices , ForceFeedback , OpenGL , audiofile , libiconv , withStatic ? stdenv.hostPlatform.isMinGW # passthru.tests , testers }: # NOTE: When editing this expression see if the same change applies to # SDL expression too stdenv.mkDerivation (finalAttrs: { pname = "SDL2"; version = "2.30.1"; src = fetchFromGitHub { owner = "libsdl-org"; repo = "SDL"; rev = "release-${finalAttrs.version}"; hash = "sha256-nwmmyJK1/5Mu7l1YCk4PsasJIrx3jdiM5f/Cu3n0paA="; }; dontDisableStatic = if withStatic then 1 else 0; outputs = [ "out" "dev" ]; outputBin = "dev"; # sdl-config patches = [ # `sdl2-config --cflags` from Nixpkgs returns include path to just SDL2. # On a normal distro this is enough for includes from all SDL2* packages to work, # but on NixOS they're spread across different paths. # This patch + the setup-hook will ensure that `sdl2-config --cflags` works correctly. ./find-headers.patch ]; postPatch = '' # Fix running wayland-scanner for the build platform when cross-compiling. # See comment here: https://github.com/libsdl-org/SDL/issues/4860#issuecomment-1119003545 substituteInPlace configure \ --replace '$(WAYLAND_SCANNER)' 'wayland-scanner' ''; strictDeps = true; depsBuildBuild = [ pkg-config ]; nativeBuildInputs = [ pkg-config ] ++ lib.optionals waylandSupport [ wayland wayland-scanner ]; dlopenPropagatedBuildInputs = [ ] # Propagated for #include in SDL_opengles.h. ++ lib.optional (openglSupport && !stdenv.isDarwin) libGL # Propagated for #include and in SDL_syswm.h. ++ lib.optionals x11Support [ libX11 ]; propagatedBuildInputs = lib.optionals x11Support [ xorgproto ] ++ finalAttrs.dlopenPropagatedBuildInputs; dlopenBuildInputs = lib.optionals alsaSupport [ alsa-lib audiofile ] ++ lib.optional dbusSupport dbus ++ lib.optional libdecorSupport libdecor ++ lib.optional pipewireSupport pipewire ++ lib.optional pulseaudioSupport libpulseaudio ++ lib.optional udevSupport udev ++ lib.optionals waylandSupport [ wayland libxkbcommon ] ++ lib.optionals x11Support [ libICE libXi libXScrnSaver libXcursor libXinerama libXext libXrandr libXxf86vm ] ++ lib.optionals drmSupport [ libdrm mesa ]; buildInputs = [ libiconv ] ++ finalAttrs.dlopenBuildInputs ++ lib.optional ibusSupport ibus ++ lib.optionals waylandSupport [ wayland-protocols ] ++ lib.optionals stdenv.isDarwin [ AudioUnit Cocoa CoreAudio CoreServices ForceFeedback OpenGL ]; enableParallelBuilding = true; configureFlags = [ "--disable-oss" ] ++ lib.optional (!x11Support) "--without-x" ++ lib.optional alsaSupport "--with-alsa-prefix=${alsa-lib.out}/lib" ++ lib.optional stdenv.hostPlatform.isWindows "--disable-video-opengles" ++ lib.optional stdenv.isDarwin "--disable-sdltest"; # We remove libtool .la files when static libs are requested, # because they make the builds of downstream libs like `SDL_tff` # fail with `cannot find -lXext, `-lXcursor` etc. linker errors # because the `.la` files are not pruned if static libs exist # (see https://github.com/NixOS/nixpkgs/commit/fd97db43bcb05e37f6bb77f363f1e1e239d9de53) # and they also don't carry the necessary `-L` paths of their # X11 dependencies. # For static linking, it is better to rely on `pkg-config` `.pc` # files. postInstall = '' if [ "$dontDisableStatic" -eq "1" ]; then rm $out/lib/*.la else rm $out/lib/*.a fi moveToOutput bin/sdl2-config "$dev" ''; # SDL is weird in that instead of just dynamically linking with # libraries when you `--enable-*` (or when `configure` finds) them # it `dlopen`s them at runtime. In principle, this means it can # ignore any missing optional dependencies like alsa, pulseaudio, # some x11 libs, wayland, etc if they are missing on the system # and/or work with wide array of versions of said libraries. In # nixpkgs, however, we don't need any of that. Moreover, since we # don't have a global ld-cache we have to stuff all the propagated # libraries into rpath by hand or else some applications that use # SDL API that requires said libraries will fail to start. # # You can grep SDL sources with `grep -rE 'SDL_(NAME|.*_SYM)'` to # list the symbols used in this way. postFixup = let rpath = lib.makeLibraryPath (finalAttrs.dlopenPropagatedBuildInputs ++ finalAttrs.dlopenBuildInputs); in lib.optionalString (stdenv.hostPlatform.extensions.sharedLibrary == ".so") '' for lib in $out/lib/*.so* ; do if ! [[ -L "$lib" ]]; then patchelf --set-rpath "$(patchelf --print-rpath $lib):${rpath}" "$lib" fi done ''; setupHook = ./setup-hook.sh; passthru = { inherit openglSupport; updateScript = nix-update-script { extraArgs = [ "--version-regex" "release-(.*)" ]; }; tests.pkg-config = testers.hasPkgConfigModules { package = finalAttrs.finalPackage; }; }; meta = with lib; { description = "A cross-platform multimedia library"; homepage = "http://www.libsdl.org/"; changelog = "https://github.com/libsdl-org/SDL/releases/tag/release-${version}"; license = licenses.zlib; platforms = platforms.all; maintainers = with maintainers; [ cpages ]; pkgConfigModules = [ "sdl2" ]; }; }) [result] Failed to update SDL2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sopel, using log file: /var/log/nixpkgs-update/python311Packages.sopel/2024-03-16.log python311Packages.sopel 0 -> 1 attrpath: python311Packages.sopel Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cmqr6yaghrjdny3wakwlg37p9i202p55-packages.json.drv building '/nix/store/cmqr6yaghrjdny3wakwlg37p9i202p55-packages.json.drv'... Going to be running update for following packages: - python3.11-sopel-7.1.9 Press Enter key to continue... Running update for: - python3.11-sopel-7.1.9: UPDATING ... - python3.11-sopel-7.1.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sopel 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath fprettify, using log file: /var/log/nixpkgs-update/fprettify/2024-03-16.log fprettify 0 -> 1 attrpath: fprettify Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9m7swvc17m634awkxf0ls70xgw1r942f-packages.json.drv building '/nix/store/9m7swvc17m634awkxf0ls70xgw1r942f-packages.json.drv'... Going to be running update for following packages: - fprettify-0.3.7 Press Enter key to continue... Running update for: - fprettify-0.3.7: UPDATING ... - fprettify-0.3.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update fprettify 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath glfw-wayland, using log file: /var/log/nixpkgs-update/glfw-wayland/2024-03-16.log glfw-wayland 3.3.10 -> 3.4 https://github.com/glfw/GLFW/releases attrpath: glfw-wayland Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - glfw: 3.3.10 -> 3.4 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/293296" [result] Failed to update glfw-wayland 3.3.10 -> 3.4 https://github.com/glfw/GLFW/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sip4, using log file: /var/log/nixpkgs-update/python311Packages.sip4/2024-03-16.log python311Packages.sip4 0 -> 1 attrpath: python311Packages.sip4 Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0yxncb7jq8m9xb73v7n7l682yv42zpws-packages.json.drv building '/nix/store/0yxncb7jq8m9xb73v7n7l682yv42zpws-packages.json.drv'... Going to be running update for following packages: - python3.11-sip-4.19.25 Press Enter key to continue... Running update for: - python3.11-sip-4.19.25: UPDATING ... - python3.11-sip-4.19.25: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sip4 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath jfrog-cli, using log file: /var/log/nixpkgs-update/jfrog-cli/2024-03-16.log jfrog-cli 2.52.10 -> 2.53.2 https://github.com/jfrog/jfrog-cli/releases attrpath: jfrog-cli Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Found old vendorHash = "sha256-Cm6Wu2U2i6WZfps1WLAjYuVZZ1y7J4WXFLmX2bkevd4=" build succeeded unexpectedlystderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'jfrog-cli.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/f1bzadg4fk70j5v3pq3rqvcba5rf6wqj-jfrog-cli-2.53.2-go-modules.drv /nix/store/zzs90d00c5pv4dh6cib0zbmrv7qnyvas-jfrog-cli-2.53.2.drv building '/nix/store/f1bzadg4fk70j5v3pq3rqvcba5rf6wqj-jfrog-cli-2.53.2-go-modules.drv'... Running phase: unpackPhase unpacking source archive /nix/store/fdqg319vjprnx67ajn706kka7g9s68x7-source source root is source Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase Running phase: buildPhase go: downloading github.com/jfrog/jfrog-cli-core/v2 v2.48.1 go: downloading github.com/jfrog/jfrog-client-go v1.37.1 go: downloading github.com/urfave/cli v1.22.14 go: downloading github.com/stretchr/testify v1.8.4 go: downloading github.com/jfrog/jfrog-cli-security v1.0.3 go: downloading github.com/jfrog/gofrog v1.6.0 go: downloading github.com/jszwec/csvutil v1.10.0 go: downloading github.com/go-git/go-git/v5 v5.11.0 go: downloading golang.org/x/exp v0.0.0-20240213143201-ec583247a57a go: downloading golang.org/x/term v0.17.0 go: downloading github.com/jfrog/archiver/v3 v3.6.0 go: downloading github.com/buger/jsonparser v1.1.1 go: downloading github.com/jfrog/build-info-go v1.9.23 go: downloading github.com/xeipuuv/gojsonschema v1.2.0 go: downloading github.com/testcontainers/testcontainers-go v0.23.0 go: downloading github.com/agnivade/levenshtein v1.1.1 go: downloading github.com/gocarina/gocsv v0.0.0-20231116093920-b87c2d0e983a go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2 go: downloading github.com/forPelevin/gomoji v1.1.8 go: downloading github.com/gookit/color v1.5.4 go: downloading github.com/jedib0t/go-pretty/v6 v6.5.4 go: downloading golang.org/x/text v0.14.0 go: downloading github.com/c-bata/go-prompt v0.2.5 go: downloading github.com/vbauerster/mpb/v7 v7.5.3 go: downloading github.com/google/uuid v1.6.0 go: downloading github.com/spf13/viper v1.18.2 go: downloading github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c go: downloading golang.org/x/mod v0.15.0 go: downloading golang.org/x/sync v0.6.0 go: downloading github.com/chzyer/readline v1.5.1 go: downloading github.com/manifoldco/promptui v0.9.0 go: downloading github.com/ProtonMail/go-crypto v1.0.0 go: downloading github.com/golang-jwt/jwt/v4 v4.5.0 go: downloading github.com/xanzy/ssh-agent v0.3.3 go: downloading golang.org/x/crypto v0.19.0 go: downloading github.com/russross/blackfriday/v2 v2.1.0 go: downloading github.com/owenrumney/go-sarif/v2 v2.3.0 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 go: downloading golang.org/x/sys v0.17.0 go: downloading github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 go: downloading github.com/rivo/uniseg v0.4.3 go: downloading github.com/fsnotify/fsnotify v1.7.0 go: downloading github.com/mitchellh/mapstructure v1.5.0 go: downloading github.com/sagikazarmark/locafero v0.4.0 go: downloading github.com/sagikazarmark/slog-shim v0.1.0 go: downloading github.com/spf13/afero v1.11.0 go: downloading github.com/spf13/cast v1.6.0 go: downloading github.com/spf13/pflag v1.0.5 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading github.com/mattn/go-runewidth v0.0.15 go: downloading github.com/mattn/go-tty v0.0.3 go: downloading dario.cat/mergo v1.0.0 go: downloading github.com/go-git/go-billy/v5 v5.5.0 go: downloading github.com/sergi/go-diff v1.1.0 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da go: downloading github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 go: downloading github.com/emirpasic/gods v1.18.1 go: downloading github.com/jfrog/jfrog-apps-config v1.0.1 go: downloading github.com/andybalholm/brotli v1.1.0 go: downloading github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5 go: downloading github.com/golang/snappy v0.0.4 go: downloading github.com/klauspost/compress v1.17.4 go: downloading github.com/klauspost/pgzip v1.2.6 go: downloading github.com/nwaples/rardecode v1.1.3 go: downloading github.com/pierrec/lz4/v4 v4.1.21 go: downloading github.com/ulikunitz/xz v0.5.11 go: downloading github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 go: downloading github.com/Microsoft/go-winio v0.6.1 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb go: downloading github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d go: downloading github.com/VividCortex/ewma v1.2.0 go: downloading github.com/subosito/gotenv v1.6.0 go: downloading github.com/hashicorp/hcl v1.0.0 go: downloading gopkg.in/ini.v1 v1.67.0 go: downloading github.com/pelletier/go-toml/v2 v2.1.0 go: downloading github.com/magiconair/properties v1.8.7 go: downloading github.com/pkg/term v1.1.0 go: downloading github.com/mattn/go-isatty v0.0.17 go: downloading github.com/pjbgf/sha1cd v0.3.0 go: downloading github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 go: downloading github.com/sourcegraph/conc v0.3.0 go: downloading golang.org/x/tools v0.18.0 go: downloading github.com/cloudflare/circl v1.3.7 go: downloading gopkg.in/warnings.v0 v0.1.2 go: downloading github.com/cyphar/filepath-securejoin v0.2.4 go: downloading github.com/kevinburke/ssh_config v1.2.0 go: downloading golang.org/x/net v0.21.0 go: downloading github.com/skeema/knownhosts v1.2.1 go: downloading github.com/minio/sha256-simd v1.0.1 go: downloading github.com/CycloneDX/cyclonedx-go v0.8.0 go: downloading github.com/BurntSushi/toml v1.3.2 go: downloading go.uber.org/multierr v1.9.0 go: downloading github.com/klauspost/cpuid/v2 v2.2.3 go: downloading go.uber.org/atomic v1.9.0 go: downloading github.com/cenkalti/backoff/v4 v4.2.1 go: downloading github.com/docker/docker v24.0.7+incompatible go: downloading github.com/cpuguy83/dockercfg v0.3.1 go: downloading github.com/opencontainers/image-spec v1.1.0-rc5 go: downloading github.com/moby/term v0.5.0 go: downloading github.com/containerd/containerd v1.7.11 go: downloading github.com/docker/go-connections v0.4.0 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 go: downloading github.com/opencontainers/go-digest v1.0.0 go: downloading github.com/Microsoft/hcsshim v0.11.4 go: downloading github.com/containerd/log v0.1.0 go: downloading google.golang.org/grpc v1.59.0 go: downloading github.com/sirupsen/logrus v1.9.3 go: downloading github.com/moby/sys/sequential v0.5.0 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/moby/patternmatcher v0.6.0 go: downloading github.com/opencontainers/runc v1.1.12 go: downloading github.com/docker/go-units v0.5.0 go: downloading github.com/morikuni/aec v1.0.0 go: downloading github.com/docker/distribution v2.8.2+incompatible go: downloading github.com/gogo/protobuf v1.3.2 go: downloading github.com/golang/protobuf v1.5.3 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f go: downloading google.golang.org/protobuf v1.31.0 go: updates to go.mod needed; to update it: go mod tidy error: builder for '/nix/store/f1bzadg4fk70j5v3pq3rqvcba5rf6wqj-jfrog-cli-2.53.2-go-modules.drv' failed with exit code 1; last 25 log lines: > go: downloading github.com/docker/docker v24.0.7+incompatible > go: downloading github.com/cpuguy83/dockercfg v0.3.1 > go: downloading github.com/opencontainers/image-spec v1.1.0-rc5 > go: downloading github.com/moby/term v0.5.0 > go: downloading github.com/containerd/containerd v1.7.11 > go: downloading github.com/docker/go-connections v0.4.0 > go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 > go: downloading github.com/opencontainers/go-digest v1.0.0 > go: downloading github.com/Microsoft/hcsshim v0.11.4 > go: downloading github.com/containerd/log v0.1.0 > go: downloading google.golang.org/grpc v1.59.0 > go: downloading github.com/sirupsen/logrus v1.9.3 > go: downloading github.com/moby/sys/sequential v0.5.0 > go: downloading github.com/pkg/errors v0.9.1 > go: downloading github.com/moby/patternmatcher v0.6.0 > go: downloading github.com/opencontainers/runc v1.1.12 > go: downloading github.com/docker/go-units v0.5.0 > go: downloading github.com/morikuni/aec v1.0.0 > go: downloading github.com/docker/distribution v2.8.2+incompatible > go: downloading github.com/gogo/protobuf v1.3.2 > go: downloading github.com/golang/protobuf v1.5.3 > go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f > go: downloading google.golang.org/protobuf v1.31.0 > go: updates to go.mod needed; to update it: > go mod tidy For full logs, run 'nix log /nix/store/f1bzadg4fk70j5v3pq3rqvcba5rf6wqj-jfrog-cli-2.53.2-go-modules.drv'. error: 1 dependencies of derivation '/nix/store/zzs90d00c5pv4dh6cib0zbmrv7qnyvas-jfrog-cli-2.53.2.drv' failed to build [result] Failed to update jfrog-cli 2.52.10 -> 2.53.2 https://github.com/jfrog/jfrog-cli/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.httptools, using log file: /var/log/nixpkgs-update/python311Packages.httptools/2024-03-16.log python311Packages.httptools 0 -> 1 attrpath: python311Packages.httptools Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hj3fb6ilihh05knh9pmhwxifrg017s5a-packages.json.drv building '/nix/store/hj3fb6ilihh05knh9pmhwxifrg017s5a-packages.json.drv'... Going to be running update for following packages: - python3.11-httptools-0.6.1 Press Enter key to continue... Running update for: - python3.11-httptools-0.6.1: UPDATING ... - python3.11-httptools-0.6.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.httptools 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lv2, using log file: /var/log/nixpkgs-update/lv2/2024-03-16.log lv2 0 -> 1 attrpath: lv2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fnahxvi83rvvrnlr4w3dams65s0vfrbr-packages.json.drv building '/nix/store/fnahxvi83rvvrnlr4w3dams65s0vfrbr-packages.json.drv'... Going to be running update for following packages: - lv2-1.18.10 Press Enter key to continue... Running update for: - lv2-1.18.10: UPDATING ... - lv2-1.18.10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update lv2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lidarr, using log file: /var/log/nixpkgs-update/lidarr/2024-03-16.log lidarr 0 -> 1 attrpath: lidarr Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - lidarr-2.1.7.4030 Press Enter key to continue... Running update for: - lidarr-2.1.7.4030: UPDATING ... - lidarr-2.1.7.4030: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update lidarr 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath klog-time-tracker, using log file: /var/log/nixpkgs-update/klog-time-tracker/2024-03-16.log klog-time-tracker 6.2 -> 6.3 https://github.com/jotaen/klog/releases attrpath: klog-time-tracker 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-X5xL/4blWjddJsHwwfLpGjHrfia1sttmmqHjaAIVXVo=" build succeeded unexpectedlystderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'klog-time-tracker.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/jyscp65796wqd1l4m0q529nf4n786fsb-klog-time-tracker-6.3-go-modules.drv /nix/store/qbd1g8b5h1kvh2kmcnl5dnsd219yd4nz-klog-time-tracker-6.3.drv building '/nix/store/jyscp65796wqd1l4m0q529nf4n786fsb-klog-time-tracker-6.3-go-modules.drv'... Running phase: unpackPhase unpacking source archive /nix/store/xy3s4sq973h25lp6b0dz4pa5kl74v52x-source source root is source Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase Running phase: buildPhase go: go.mod requires go >= 1.22 (running go 1.21.7; GOTOOLCHAIN=local) error: builder for '/nix/store/jyscp65796wqd1l4m0q529nf4n786fsb-klog-time-tracker-6.3-go-modules.drv' failed with exit code 1; last 8 log lines: > Running phase: unpackPhase > unpacking source archive /nix/store/xy3s4sq973h25lp6b0dz4pa5kl74v52x-source > source root is source > Running phase: patchPhase > Running phase: updateAutotoolsGnuConfigScriptsPhase > Running phase: configurePhase > Running phase: buildPhase > go: go.mod requires go >= 1.22 (running go 1.21.7; GOTOOLCHAIN=local) For full logs, run 'nix log /nix/store/jyscp65796wqd1l4m0q529nf4n786fsb-klog-time-tracker-6.3-go-modules.drv'. error: 1 dependencies of derivation '/nix/store/qbd1g8b5h1kvh2kmcnl5dnsd219yd4nz-klog-time-tracker-6.3.drv' failed to build [result] Failed to update klog-time-tracker 6.2 -> 6.3 https://github.com/jotaen/klog/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.l18n, using log file: /var/log/nixpkgs-update/python311Packages.l18n/2024-03-16.log python311Packages.l18n 0 -> 1 attrpath: python311Packages.l18n Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/p0kirlabya1c0a35g0z3s5c78wavhzyd-packages.json.drv building '/nix/store/p0kirlabya1c0a35g0z3s5c78wavhzyd-packages.json.drv'... Going to be running update for following packages: - python3.11-l18n-2021.3 Press Enter key to continue... Running update for: - python3.11-l18n-2021.3: UPDATING ... - python3.11-l18n-2021.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.l18n 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.slicedimage, using log file: /var/log/nixpkgs-update/python311Packages.slicedimage/2024-03-16.log python311Packages.slicedimage 0 -> 1 attrpath: python311Packages.slicedimage Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ngjw996hi3qv1syz98k0pjd6wpkkxn23-packages.json.drv building '/nix/store/ngjw996hi3qv1syz98k0pjd6wpkkxn23-packages.json.drv'... Going to be running update for following packages: - python3.11-slicedimage-4.1.1 Press Enter key to continue... Running update for: - python3.11-slicedimage-4.1.1: UPDATING ... - python3.11-slicedimage-4.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.slicedimage 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.hyperframe, using log file: /var/log/nixpkgs-update/python311Packages.hyperframe/2024-03-16.log python311Packages.hyperframe 0 -> 1 attrpath: python311Packages.hyperframe Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ylzcyzy3gjkm0xkb59ban4bsyh4jzkzi-packages.json.drv building '/nix/store/ylzcyzy3gjkm0xkb59ban4bsyh4jzkzi-packages.json.drv'... Going to be running update for following packages: - python3.11-hyperframe-6.0.1 Press Enter key to continue... Running update for: - python3.11-hyperframe-6.0.1: UPDATING ... - python3.11-hyperframe-6.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.hyperframe 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.yanc, using log file: /var/log/nixpkgs-update/python311Packages.yanc/2024-03-16.log python311Packages.yanc 0 -> 1 attrpath: python311Packages.yanc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/19jh2pdvkyf7411m2z44arjv31sgb8q3-packages.json.drv building '/nix/store/19jh2pdvkyf7411m2z44arjv31sgb8q3-packages.json.drv'... Going to be running update for following packages: - python3.11-yanc-0.3.3 Press Enter key to continue... Running update for: - python3.11-yanc-0.3.3: UPDATING ... - python3.11-yanc-0.3.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.yanc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tsduck, using log file: /var/log/nixpkgs-update/tsduck/2024-03-16.log tsduck 3.31-2761 -> 3.36-3528 https://github.com/tsduck/tsduck/releases attrpath: tsduck 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/video/tsduck/default.nix b/pkgs/tools/video/tsduck/default.nix index bb4757a4cf7f..f6efbcf78948 100644 --- a/pkgs/tools/video/tsduck/default.nix +++ b/pkgs/tools/video/tsduck/default.nix @@ -9,13 +9,13 @@ stdenv.mkDerivation rec { pname = "tsduck"; - version = "3.31-2761"; + version = "3.36-3528"; src = fetchFromGitHub { owner = "tsduck"; repo = pname; rev = "v${version}"; - sha256 = "sha256-268TKCh3naebbw+sOQ6d4N/zl7UEVtc3l3flFAYHDU4="; + sha256 = "sha256-c/ZgmOZInLz3NiDvoxP7P/Z9PJWwWNEUnlqmn/1ZAmk="; }; buildInputs = [ [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A tsduck nix build failed. got build log for 'tsduck' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/g4f4phh2zwdv9qr314wqagvqvpv4glwh-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: -j24 SHELL=/nix/store/4vzal97iq3dmrgycj8r0gflrh51p8w1s-bash-5.2p26/bin/bash NODEKTEC=1 NOHIDES=1 NOPCSC=1 NORIST=1 NOVATEK=1 SYSROOT=/nix/store/9py0275vk9y7c50rqgvi2gpj0nhslddv-tsduck-3.36-3528 SYSPREFIX=/ USRLIBDIR=/lib Makefile.inc:118: *** Python 3 required, current version: /nix/store/4vzal97iq3dmrgycj8r0gflrh51p8w1s-bash-5.2p26/bin/bash: line 1: python: command not found. Stop. [result] Failed to update tsduck 3.31-2761 -> 3.36-3528 https://github.com/tsduck/tsduck/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath embree, using log file: /var/log/nixpkgs-update/embree/2024-03-16.log embree 3.13.5 -> 4.3.1 https://github.com/embree/embree/releases attrpath: embree Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update embree 3.13.5 -> 4.3.1 https://github.com/embree/embree/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath emacsPackages.el-easydraw, using log file: /var/log/nixpkgs-update/emacsPackages.el-easydraw/2024-03-16.log emacsPackages.el-easydraw 0 -> 1 attrpath: emacsPackages.el-easydraw Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9dv7aznq73kgpkivd509q116hx3sqgrb-packages.json.drv building '/nix/store/9dv7aznq73kgpkivd509q116hx3sqgrb-packages.json.drv'... Going to be running update for following packages: - emacs-edraw-1.1.0 Press Enter key to continue... Running update for: - emacs-edraw-1.1.0: UPDATING ... - emacs-edraw-1.1.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/editors/emacs/elisp-packages/manual-packages/el-easydraw/default.nix b/pkgs/applications/editors/emacs/elisp-packages/manual-packages/el-easydraw/default.nix index 608777208bb6..5503388c4155 100644 --- a/pkgs/applications/editors/emacs/elisp-packages/manual-packages/el-easydraw/default.nix +++ b/pkgs/applications/editors/emacs/elisp-packages/manual-packages/el-easydraw/default.nix @@ -7,17 +7,17 @@ }: let - rev = "de68851724072c6695e675f090b33a8abec040c9"; + rev = "12dda9c2e4d9eb239dfe979198fe52d4e2e7cb41"; in melpaBuild { pname = "edraw"; - version = "1.1.0"; + version = "unstable-2024-03-16"; src = fetchFromGitHub { owner = "misohena"; repo = "el-easydraw"; inherit rev; - hash = "sha256-l9i+HCRKnKiDqID+bfAOPE7LpVBZp1AOPkceX8KbDXM="; + hash = "sha256-pYHyb5nO4JxfH/p7WtXRx/WK0WfdeXslFehmF5erCqk="; }; commit = rev; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A emacsPackages.el-easydraw nix build failed. (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(# (("edraw-color-picker.el" . "edraw-color-picker.el") ("edraw-color.el" . "edraw-color.el") ("edraw-dom-svg.el" . "edraw-dom-svg.el") ("edraw-editor-util.el" . "edraw-editor-util.el") ("edraw-import.el" . "edraw-import.el") ("edraw-math.el" . "edraw-math.el") ("edraw-mode.el" . "edraw-mode.el") ("edraw-msg.el" . "edraw-msg.el") ("edraw-org-edit.el" . "edraw-org-edit.el") ("edraw-org-export-html.el" . "edraw-org-export-html.el") ("edraw-org-export-latex.el" . "edraw-org-export-latex.el") ("edraw-org.el" . "edraw-org.el") ("edraw-path.el" . "edraw-path.el") ("edraw-property-editor.el" . "edraw-property-editor.el") ("edraw-shape-picker.el" . "edraw-shape-picker.el") ("edraw-util.el" . "edraw-util.el") ("edraw-widget.el" . "edraw-widget.el") ("edraw.el" . "edraw.el") ("msg" . "msg")) tar) (or (package-build--desc-from-package rcp files) (package-build--desc-from-library rcp files 'tar) (package-build--error name "%s[-pkg].el matching package name is missing" name)) (let* ((target (expand-file-name (concat name "-" version) tmp-dir)) (desc (or (package-build--desc-from-package rcp files) (package-build--desc-from-library rcp files 'tar) (package-build--error name "%s[-pkg].el matching package name is missing" name)))) (package-build--copy-package-files files target) (package-build--write-pkg-file desc target) (package-build--generate-info-files rcp files target) (package-build--create-tar rcp tmp-dir) (package-build--write-pkg-readme rcp files) (package-build--write-archive-entry desc)) (unwind-protect (let* ((target (expand-file-name (concat name "-" version) tmp-dir)) (desc (or (package-build--desc-from-package rcp files) (package-build--desc-from-library rcp files 'tar) (package-build--error name "%s[-pkg].el matching package name is missing" name)))) (package-build--copy-package-files files target) (package-build--write-pkg-file desc target) (package-build--generate-info-files rcp files target) (package-build--create-tar rcp tmp-dir) (package-build--write-pkg-readme rcp files) (package-build--write-archive-entry desc)) (delete-directory tmp-dir t nil)) (let* ((name (eieio-oref rcp 'name)) (version (eieio-oref rcp 'version)) (tmp-dir (file-name-as-directory (make-temp-file name t)))) (unwind-protect (let* ((target (expand-file-name (concat name "-" version) tmp-dir)) (desc (or (package-build--desc-from-package rcp files) (package-build--desc-from-library rcp files 'tar) (package-build--error name "%s[-pkg].el matching package name is missing" name)))) (package-build--copy-package-files files target) (package-build--write-pkg-file desc target) (package-build--generate-info-files rcp files target) (package-build--create-tar rcp tmp-dir) (package-build--write-pkg-readme rcp files) (package-build--write-archive-entry desc)) (delete-directory tmp-dir t nil))) package-build--build-multi-file-package(# (("edraw-color-picker.el" . "edraw-color-picker.el") ("edraw-color.el" . "edraw-color.el") ("edraw-dom-svg.el" . "edraw-dom-svg.el") ("edraw-editor-util.el" . "edraw-editor-util.el") ("edraw-import.el" . "edraw-import.el") ("edraw-math.el" . "edraw-math.el") ("edraw-mode.el" . "edraw-mode.el") ("edraw-msg.el" . "edraw-msg.el") ("edraw-org-edit.el" . "edraw-org-edit.el") ("edraw-org-export-html.el" . "edraw-org-export-html.el") ("edraw-org-export-latex.el" . "edraw-org-export-latex.el") ("edraw-org.el" . "edraw-org.el") ("edraw-path.el" . "edraw-path.el") ("edraw-property-editor.el" . "edraw-property-editor.el") ("edraw-shape-picker.el" . "edraw-shape-picker.el") ("edraw-util.el" . "edraw-util.el") ("edraw-widget.el" . "edraw-widget.el") ("edraw.el" . "edraw.el") ("msg" . "msg"))) (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" "edraw" "unstable-2024-03-16" "12dda9c2e4d9eb239dfe979198fe52d4e2e7cb41")) command-line() normal-top-level() Invalid version syntax: `unstable-2024-03-16' (must start with a number) [result] Failed to update emacsPackages.el-easydraw 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-remotedata, using log file: /var/log/nixpkgs-update/python311Packages.pytest-remotedata/2024-03-16.log python311Packages.pytest-remotedata 0 -> 1 attrpath: python311Packages.pytest-remotedata Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jbifspk66l6qhwndvwxgfk22c6wyrn56-packages.json.drv building '/nix/store/jbifspk66l6qhwndvwxgfk22c6wyrn56-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-remotedata-0.4.1 Press Enter key to continue... Running update for: - python3.11-pytest-remotedata-0.4.1: UPDATING ... - python3.11-pytest-remotedata-0.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-remotedata 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath spotdl, using log file: /var/log/nixpkgs-update/spotdl/2024-03-16.log spotdl 0 -> 1 attrpath: spotdl Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9vlzqpfh929gpb99ig0ky10l01q0cskz-packages.json.drv building '/nix/store/9vlzqpfh929gpb99ig0ky10l01q0cskz-packages.json.drv'... Going to be running update for following packages: - spotdl-4.2.4 Press Enter key to continue... Running update for: - spotdl-4.2.4: UPDATING ... - spotdl-4.2.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update spotdl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO