Merge pull request #189647 from r-ryantm/auto-update/vips

vips: 8.13.0 -> 8.13.2
This commit is contained in:
Christian Kögler
2022-10-01 12:37:51 +02:00
committed by GitHub
+2 -2
View File
@@ -38,7 +38,7 @@
stdenv.mkDerivation rec {
pname = "vips";
version = "8.13.0";
version = "8.13.2";
outputs = [ "bin" "out" "man" "dev" ];
@@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
owner = "libvips";
repo = "libvips";
rev = "v${version}";
sha256 = "sha256-N2jq68Vs/D+lZcIJVdjBLVaz2gK/TwqKeNfHUWdS3NA=";
sha256 = "sha256-Tff+M2qJ/FPxU7Y5gUnuF+Kbwh8DIW5Tb7fe0Lbi0m4=";
# Remove unicode file names which leads to different checksums on HFS+
# vs. other filesystems because of unicode normalisation.
postFetch = ''