Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7227ca7f588d
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 09f5f3a810c1
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 16, 2019

  1. imagemagick: 6.9.10-69 -> 6.9.10-71

    (cherry picked from commit 6a059ee)
    pacien committed Nov 16, 2019
    Copy the full SHA
    ca5abe5 View commit details

Commits on Nov 17, 2019

  1. Merge pull request #73523 from pacien/imagemagick-6.9.10-71-19.09

    [19.09] imagemagick: 6.9.10-69 -> 6.9.10-71
    fpletz authored Nov 17, 2019
    Copy the full SHA
    09f5f3a View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/graphics/ImageMagick/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/graphics/ImageMagick/default.nix
Original file line number Diff line number Diff line change
@@ -13,8 +13,8 @@ let
else throw "ImageMagick is not supported on this platform.";

cfg = {
version = "6.9.10-69";
sha256 = "0l4lllis16gbwjpvvsyfz91i9nq11zb3lg2zlmyay7v5697jshh6";
version = "6.9.10-71";
sha256 = "0c69xmr8k8c4dplgzxydm30s2dr8biq71x07hc15bw196nsx3srr";
patches = [];
}
# Freeze version on mingw so we don't need to port the patch too often.