Skip to content
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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 31601a384409
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 752639c2bfb2
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 26, 2020

  1. vips: 8.8.4 -> 8.9.0

    r-ryantm committed Jan 26, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    BurntSushi Andrew Gallant
    Copy the full SHA
    61a6a60 View commit details

Commits on Jan 27, 2020

  1. Merge pull request #78544 from r-ryantm/auto-update/vips

    vips: 8.8.4 -> 8.9.0
    ryantm authored Jan 27, 2020
    Copy the full SHA
    752639c View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/graphics/vips/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/graphics/vips/default.nix
Original file line number Diff line number Diff line change
@@ -10,13 +10,13 @@

stdenv.mkDerivation rec {
pname = "vips";
version = "8.8.4";
version = "8.9.0";

src = fetchFromGitHub {
owner = "libvips";
repo = "libvips";
rev = "v${version}";
sha256 = "1gw8srjf5r6dhg6g5hh91if302mcr44dzy87mv230ar7027kwwbi";
sha256 = "0x61vnfnqv53pnp52nx610470x7pzdjbkqzk8wlc8i6cc2cg7f91";
# Remove unicode file names which leads to different checksums on HFS+
# vs. other filesystems because of unicode normalisation.
extraPostFetch = ''