qpdf 11.8.0 -> 11.9.0 https://github.com/qpdf/qpdf/releases attrpath: qpdf 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/qpdf/default.nix b/pkgs/development/libraries/qpdf/default.nix index 872faafdd1ff..33967e39ccfa 100644 --- a/pkgs/development/libraries/qpdf/default.nix +++ b/pkgs/development/libraries/qpdf/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "qpdf"; - version = "11.8.0"; + version = "11.9.0"; src = fetchFromGitHub { owner = "qpdf"; repo = "qpdf"; rev = "v${version}"; - hash = "sha256-EoFCRAWia8LAaLdoBW0ByndzIAjSvQ7bJFh0SZ/FKtY="; + hash = "sha256-HD7+2TBDLBIt+VaPO5WgnDjNZOj8naltFmYdYzOIn+4="; }; nativeBuildInputs = [ cmake perl ]; Successfully finished processing cachix "/nix/store/asxkc0cjv1h6r2wwwpql9s89kflqwmd7-qpdf-11.9.0" Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/qpdf/qpdf/releases. meta.description for qpdf is: A C++ library and set of programs that inspect and manipulate the structure of PDF files meta.homepage for qpdf is: https://qpdf.sourceforge.io/ meta.changelog for qpdf is: https://github.com/qpdf/qpdf/blob/v11.9.0/ChangeLog ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/qpdf/qpdf/releases/tag/v11.9.0) - [Compare changes on GitHub](https://github.com/qpdf/qpdf/compare/v11.8.0...v11.9.0) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 11.9.0 with grep in /nix/store/asxkc0cjv1h6r2wwwpql9s89kflqwmd7-qpdf-11.9.0 - found 11.9.0 in filename of file in /nix/store/asxkc0cjv1h6r2wwwpql9s89kflqwmd7-qpdf-11.9.0 ---
Rebuild report (if merged into master) (click to expand) ``` 1949 total rebuild path(s) 1949 package rebuild(s) First fifty rebuilds by attrpath activitywatch appdaemon authentik aw-watcher-afk baserow bitwarden-menu borgbackup borgmatic browsr buildbot-full buildbot-plugins.badges buku cfripper checkov cmake-format cmake-language-server conan crackql cups-filters cve-bin-tool datasette dvc dvc-with-remotes emacsPackages.python-isort emborg faraday-agent-dispatcher flexget flitter foomatic-db foomatic-db-ppds foomatic-db-ppds-withNonfreeDb gdbgui ggshield glaxnimate gup heisenbridge home-assistant home-assistant-component-tests.abode home-assistant-component-tests.accuweather home-assistant-component-tests.acmeda home-assistant-component-tests.adax home-assistant-component-tests.adguard home-assistant-component-tests.advantage_air home-assistant-component-tests.aemet home-assistant-component-tests.aftership home-assistant-component-tests.agent_dvr home-assistant-component-tests.air_quality home-assistant-component-tests.airly home-assistant-component-tests.airnow home-assistant-component-tests.airq ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/asxkc0cjv1h6r2wwwpql9s89kflqwmd7-qpdf-11.9.0 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A qpdf https://github.com/r-ryantm/nixpkgs/archive/87c22ad506908f5653cd7fcf5629a2c9c750f15a.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/87c22ad506908f5653cd7fcf5629a2c9c750f15a#qpdf ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/asxkc0cjv1h6r2wwwpql9s89kflqwmd7-qpdf-11.9.0 ls -la /nix/store/asxkc0cjv1h6r2wwwpql9s89kflqwmd7-qpdf-11.9.0/bin ``` ---

### Pre-merge build results NixPkgs review skipped --- ###### Maintainer pings cc @abbradar 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/291263