Skip to content

Commit

Permalink
Merge pull request #95287 from r-ryantm/auto-update/vips
Browse files Browse the repository at this point in the history
vips: 8.9.2 -> 8.10.0
  • Loading branch information
marsam committed Aug 13, 2020
2 parents c758868 + 7dad465 commit a50aeb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/graphics/vips/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@

stdenv.mkDerivation rec {
pname = "vips";
version = "8.9.2";
version = "8.10.0";

outputs = [ "bin" "out" "man" "dev" ];

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

0 comments on commit a50aeb9

Please sign in to comment.