mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
vips: 8.18.2 -> 8.18.3
Diff: https://github.com/libvips/libvips/compare/v8.18.2...v8.18.3
Changelog: https://github.com/libvips/libvips/blob/refs/tags/v8.18.3/ChangeLog
(cherry picked from commit 50ba706892)
This commit is contained in:
parent
8172c2b127
commit
8bd87e8605
1 changed files with 2 additions and 2 deletions
|
|
@ -58,7 +58,7 @@
|
|||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "vips";
|
||||
version = "8.18.2";
|
||||
version = "8.18.3";
|
||||
|
||||
outputs = [
|
||||
"bin"
|
||||
|
|
@ -72,7 +72,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
owner = "libvips";
|
||||
repo = "libvips";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-w42igzcvnCBoGHAvyb27Z6IciSuGeHctgSsZY30TtWo=";
|
||||
hash = "sha256-P8qjbCcpWNgKthZrXd+GykfPoU2x6avMNoYX1I+YE+k=";
|
||||
# Remove unicode file names which leads to different checksums on HFS+
|
||||
# vs. other filesystems because of unicode normalisation.
|
||||
postFetch = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue