qpdf 11.6.1 -> 11.6.3 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 [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/libraries/qpdf/default.nix b/pkgs/development/libraries/qpdf/default.nix index d80309f2b16b..2cabf5022844 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.6.1"; + version = "11.6.3"; src = fetchFromGitHub { owner = "qpdf"; repo = "qpdf"; rev = "v${version}"; - hash = "sha256-QXRzvSMi6gKISJo44KIjTYENNqxh1yDhUUhEZa8uz6Q="; + hash = "sha256-asGNZ/5iEkyIjRO9FECV1bN4k/YHv4/7I125BUr9+fE="; }; nativeBuildInputs = [ cmake perl ]; Successfully finished processing cachix "/nix/store/2sncikpqivwz5jwqxi4mb0halv09xqzz-qpdf-11.6.3" Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 26 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 27 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 27 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 27 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 27 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 29 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 29 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 28 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 26 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 26 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 26 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 27 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 27 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 28 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 28 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.6.3/ChangeLog ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/qpdf/qpdf/releases/tag/v11.6.3) - [Compare changes on GitHub](https://github.com/qpdf/qpdf/compare/v11.6.1...v11.6.3) ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 11.6.3 with grep in /nix/store/2sncikpqivwz5jwqxi4mb0halv09xqzz-qpdf-11.6.3 - found 11.6.3 in filename of file in /nix/store/2sncikpqivwz5jwqxi4mb0halv09xqzz-qpdf-11.6.3 ---
Rebuild report (if merged into master) (click to expand) ``` 1845 total rebuild path(s) 1845 package rebuild(s) First fifty rebuilds by attrpath appdaemon baserow borgbackup borgmatic browsr buildbot buildbot-full buildbot-plugins.badges buildbot-ui cfripper crackql cups-filters dvc dvc-with-remotes emborg flexget foomatic-db foomatic-db-ppds foomatic-db-ppds-withNonfreeDb gdbgui ggshield glaxnimate 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 home-assistant-component-tests.airthings home-assistant-component-tests.airthings_ble home-assistant-component-tests.airtouch4 home-assistant-component-tests.airvisual home-assistant-component-tests.airvisual_pro home-assistant-component-tests.airzone home-assistant-component-tests.airzone_cloud home-assistant-component-tests.aladdin_connect home-assistant-component-tests.alarm_control_panel home-assistant-component-tests.alarmdecoder home-assistant-component-tests.alert home-assistant-component-tests.alexa home-assistant-component-tests.amberelectric ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/2sncikpqivwz5jwqxi4mb0halv09xqzz-qpdf-11.6.3 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A qpdf https://github.com/r-ryantm/nixpkgs/archive/b6ce112e9d3e19665e3196eabab862f48e4cfa2c.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/b6ce112e9d3e19665e3196eabab862f48e4cfa2c#qpdf ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/2sncikpqivwz5jwqxi4mb0halv09xqzz-qpdf-11.6.3 ls -la /nix/store/2sncikpqivwz5jwqxi4mb0halv09xqzz-qpdf-11.6.3/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/261479