Skip to content

Commit

Permalink
vips: 8.15.0 -> 8.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 30, 2023
1 parent 01962ad commit fd86d94
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 @@ -42,15 +42,15 @@

stdenv.mkDerivation (finalAttrs: {
pname = "vips";
version = "8.15.0";
version = "8.15.1";

outputs = [ "bin" "out" "man" "dev" ] ++ lib.optionals (!stdenv.isDarwin) [ "devdoc" ];

src = fetchFromGitHub {
owner = "libvips";
repo = "libvips";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-WfKq+maLcAXyjk1sq66wSU92ALv4MfRDPKe4Mki0KRQ=";
hash = "sha256-0zfYpOawH7XnTH9k8BdNDtZEKpYUlCXp7GY+fdXalsE=";
# Remove unicode file names which leads to different checksums on HFS+
# vs. other filesystems because of unicode normalisation.
postFetch = ''
Expand Down

0 comments on commit fd86d94

Please sign in to comment.