From ac5950a4a91aa2cafd9f1cdfb772275a3de7c641 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Sun, 6 Nov 2016 11:37:47 +0100 Subject: [PATCH] libtiff: the new hashes are for fetchurl, really ... and there's not much reason to use fetchpatch in this case anyway. --- pkgs/development/libraries/libtiff/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/libraries/libtiff/default.nix b/pkgs/development/libraries/libtiff/default.nix index 45810283e052..1911a5a93b09 100644 --- a/pkgs/development/libraries/libtiff/default.nix +++ b/pkgs/development/libraries/libtiff/default.nix @@ -49,15 +49,15 @@ stdenv.mkDerivation rec { url = "${p}/07-CVE-2016-5323.patch"; sha256 = "1j6w8g6qizkx5h4aq95kxzx6bgkn4jhc8l22swwhvlkichsh4910"; }) - (fetchpatch { + (fetchurl { url = "${p}/08-CVE-2016-3623_CVE-2016-3624.patch"; sha256 = "1xnvwjvgyxi387h1sdiyp4360a3176jmipb7ghm8vwiz7cisdn9z"; }) - (fetchpatch { + (fetchurl { url = "${p}/09-CVE-2016-5652.patch"; sha256 = "1yqfq32gzh21ab2jfqkq13gaz0nin0492l06adzsyhr5brvdhnx8"; }) - (fetchpatch { + (fetchurl { url = "${p}/10-CVE-2016-3658.patch"; sha256 = "01kb8rfk30fgjf1hy0m088yhjfld1yyh4bk3gkg8jx3dl9bd076d"; })