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

Commits on Feb 6, 2020

  1. vips: 8.9.0 -> 8.9.1

    r-ryantm committed Feb 6, 2020
    Copy the full SHA
    d06536f View commit details

Commits on Feb 7, 2020

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

    vips: 8.9.0 -> 8.9.1
    ryantm authored Feb 7, 2020
    Copy the full SHA
    d35c686 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.9.0";
version = "8.9.1";

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