2022-11-16T10:00:31 libheif 1.13.0 -> 1.14.0 https://github.com/strukturag/libheif/releases 2022-11-16T10:00:34 attrpath: libheif 2022-11-16T10:00:34 Checking auto update branch... 2022-11-16T10:00:34 No auto update branch exists 2022-11-16T10:00:39 [version] 2022-11-16T10:00:41 [version] updated version and sha256 2022-11-16T10:00:41 [rustCrateVersion] 2022-11-16T10:00:41 [rustCrateVersion] No cargoSha256 found 2022-11-16T10:00:41 [golangModuleVersion] 2022-11-16T10:00:41 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-16T10:00:41 [updateScript] 2022-11-16T10:00:41 [updateScript] skipping because derivation has no updateScript 2022-11-16T10:00:41 2022-11-16T10:00:41 [quotedUrls] 2022-11-16T10:00:42 [quotedUrls] nothing found to replace 2022-11-16T10:00:42 Diff after rewrites: diff --git a/pkgs/development/libraries/libheif/default.nix b/pkgs/development/libraries/libheif/default.nix index 51bd86edb71..1f9037dab75 100644 --- a/pkgs/development/libraries/libheif/default.nix +++ b/pkgs/development/libraries/libheif/default.nix @@ -3,7 +3,7 @@ stdenv.mkDerivation rec { pname = "libheif"; - version = "1.13.0"; + version = "1.14.0"; outputs = [ "bin" "out" "dev" "man" ]; @@ -11,7 +11,7 @@ stdenv.mkDerivation rec { owner = "strukturag"; repo = "libheif"; rev = "v${version}"; - sha256 = "sha256-/w/I6dgyiAscUqVpPjw2z6LbZJ6IBTeE5lawLg0awTM="; + sha256 = "sha256-MvCiVAHM9C/rxeh6f9Bd13GECc2ladEP7Av7y3eWDcY="; }; nativeBuildInputs = [ autoreconfHook pkg-config ]; 2022-11-16T10:02:29 Successfully finished processing 2022-11-16T10:02:29 cachix "/nix/store/5dhnvbhqx5afyakdznl2mnr03s36nyq1-libheif-1.14.0-bin" 2022-11-16T10:02:32 [check][nixpkgs-review] 2022-11-16T10:47:33 [check][nixpkgs-review] took longer than 45m and timed out 2022-11-16T10:47:33 nixpkgs-review took longer than 45m and timed out 2022-11-16T10:47:39 Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/strukturag/libheif/releases. meta.description for libheif is: "ISO/IEC 23008-12:2017 HEIF image file format decoder and encoder" meta.homepage for libheif is: "http://www.libheif.org/" meta.changelog for libheif is: "" ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/strukturag/libheif/releases/tag/v1.14.0) - [Compare changes on GitHub](https://github.com/strukturag/libheif/compare/v1.13.0...v1.14.0) ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.14.0 with grep in /nix/store/5dhnvbhqx5afyakdznl2mnr03s36nyq1-libheif-1.14.0-bin - found 1.14.0 in filename of file in /nix/store/5dhnvbhqx5afyakdznl2mnr03s36nyq1-libheif-1.14.0-bin ---
Rebuild report (if merged into master) (click to expand) ``` 413 total rebuild path(s) 413 package rebuild(s) First fifty rebuilds by attrpath abiword adapta-gtk-theme aether almanah apacheHttpdPackages.mod_tile apacheHttpdPackages_2_4.mod_tile arc-theme arx-libertatis asc-key-to-qr-code-gif asciidoc-full asciidoc-full-with-plugins asymptote authenticator auto-multiple-choice autotrace awesome ayu-theme-gtk ballerburg beets beets-unstable beetsPackages.beets beetsPackages.beets-stable beetsPackages.beets-unstable betterlockscreen bisq-desktop blockhash bombono brasero brasero-original calibre calibre-web calligra capitaine-cursors cataract cataract-unstable catppuccin-cursors cd-hit chafa ciano cinnamon.cinnamon-gsettings-overrides cinnamon.cinnamon-screensaver cinnamon.iso-flags-png-320x420 cinnamon.iso-flags-svg clevis cloudcompare cobang coreboot-configurator crypto-org-wallet cuneiform cyan ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/5dhnvbhqx5afyakdznl2mnr03s36nyq1-libheif-1.14.0-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 libheif https://github.com/r-ryantm/nixpkgs/archive/520902c32b3e78fe65c79c22b7ca1bbfb35b21d1.tar.gz ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/5dhnvbhqx5afyakdznl2mnr03s36nyq1-libheif-1.14.0-bin ls -la /nix/store/5dhnvbhqx5afyakdznl2mnr03s36nyq1-libheif-1.14.0-bin/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 @gebner 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). 2022-11-16T10:47:44 https://api.github.com/repos/NixOS/nixpkgs/pulls/201477