2022-12-06T04:55:15 imagemagick 7.1.0-52 -> 7.1.0-53 https://github.com/ImageMagick/ImageMagick/releases 2022-12-06T04:55:17 attrpath: imagemagick 2022-12-06T04:55:17 Checking auto update branch... 2022-12-06T04:55:17 No auto update branch exists 2022-12-06T04:55:21 [version] 2022-12-06T04:55:25 [version] updated version and sha256 2022-12-06T04:55:25 [rustCrateVersion] 2022-12-06T04:55:25 [rustCrateVersion] No cargoSha256 found 2022-12-06T04:55:25 [golangModuleVersion] 2022-12-06T04:55:25 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-06T04:55:25 [updateScript] 2022-12-06T04:55:25 [updateScript] skipping because derivation has no updateScript 2022-12-06T04:55:25 2022-12-06T04:55:25 [quotedUrls] 2022-12-06T04:55:25 [quotedUrls] nothing found to replace 2022-12-06T04:55:25 Diff after rewrites: diff --git a/pkgs/applications/graphics/ImageMagick/default.nix b/pkgs/applications/graphics/ImageMagick/default.nix index 44397108f24..5de210fcad2 100644 --- a/pkgs/applications/graphics/ImageMagick/default.nix +++ b/pkgs/applications/graphics/ImageMagick/default.nix @@ -46,13 +46,13 @@ in stdenv.mkDerivation rec { pname = "imagemagick"; - version = "7.1.0-52"; + version = "7.1.0-53"; src = fetchFromGitHub { owner = "ImageMagick"; repo = "ImageMagick"; rev = version; - hash = "sha256-GV71O4cHUKJ7+6u4T+vdaFz5q2SpZVDCfEAbfz0s6f4="; + hash = "sha256-U111mor498zAyoYKqCerb9cnxUUOlXKYPfaIzKxZiUM="; }; outputs = [ "out" "dev" "doc" ]; # bin/ isn't really big 2022-12-06T04:57:56 Successfully finished processing 2022-12-06T04:57:56 cachix "/nix/store/fxqibjjj6ljs8cbnlb8kmjqxp77zf63h-imagemagick-7.1.0-53" 2022-12-06T04:58:01 [check][nixpkgs-review] 2022-12-06T05:43:02 [check][nixpkgs-review] took longer than 45m and timed out 2022-12-06T05:43:02 nixpkgs-review took longer than 45m and timed out 2022-12-06T05:43:07 Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/ImageMagick/ImageMagick/releases. meta.description for imagemagick is: "A software suite to create, edit, compose, or convert bitmap images" meta.homepage for imagemagick is: "http://www.imagemagick.org/" meta.changelog for imagemagick is: "" ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/ImageMagick/ImageMagick/releases/tag/7.1.0-53) - [Compare changes on GitHub](https://github.com/ImageMagick/ImageMagick/compare/7.1.0-52...7.1.0-53) ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 7.1.0-53 with grep in /nix/store/fxqibjjj6ljs8cbnlb8kmjqxp77zf63h-imagemagick-7.1.0-53 - found 7.1.0-53 in filename of file in /nix/store/fxqibjjj6ljs8cbnlb8kmjqxp77zf63h-imagemagick-7.1.0-53 ---
Rebuild report (if merged into master) (click to expand) ``` 319 total rebuild path(s) 319 package rebuild(s) First fifty rebuilds by attrpath abiword adapta-gtk-theme aether almanah 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 bottles brasero brasero-original calibre calibre-web calligra capitaine-cursors catppuccin-cursors cd-hit chafa ciano cinnamon.cinnamon-gsettings-overrides cinnamon.cinnamon-screensaver cinnamon.iso-flags-png-320x420 cinnamon.iso-flags-svg clevis cobang coreboot-configurator crypto-org-wallet cuneiform cyan dblatexFull deliantra-arch deliantra-maps deliantra-server ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/fxqibjjj6ljs8cbnlb8kmjqxp77zf63h-imagemagick-7.1.0-53 \ --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 imagemagick https://github.com/r-ryantm/nixpkgs/archive/faef21d3dbd3ffee3d06ac9e1ffbf63325e80a32.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/fxqibjjj6ljs8cbnlb8kmjqxp77zf63h-imagemagick-7.1.0-53 ls -la /nix/store/fxqibjjj6ljs8cbnlb8kmjqxp77zf63h-imagemagick-7.1.0-53/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 @erictapen @dotlambda 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-12-06T05:43:09 https://api.github.com/repos/NixOS/nixpkgs/pulls/204735