vips: 8.16.0 -> 8.16.1
Diff: https://github.com/libvips/libvips/compare/refs/tags/v8.16.0...refs/tags/v8.16.1 Changelog: https://github.com/libvips/libvips/blob/refs/tags/v8.16.1/ChangeLog
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "vips";
|
||||
version = "8.16.0";
|
||||
version = "8.16.1";
|
||||
|
||||
outputs = [
|
||||
"bin"
|
||||
@@ -67,7 +67,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
owner = "libvips";
|
||||
repo = "libvips";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-Cx657BEZecPeB9rCeVym3C/d+/u+YLJn9vwxfe8b0dM=";
|
||||
hash = "sha256-F2ymfvqwuCtNtFIOLgXvqRWATSMaeV7EQKYyQalCNfc=";
|
||||
# Remove unicode file names which leads to different checksums on HFS+
|
||||
# vs. other filesystems because of unicode normalisation.
|
||||
postFetch = ''
|
||||
|
||||
Reference in New Issue
Block a user