Skip to content

Commit

Permalink
libtiff: update url to patch file (#44815)
Browse files Browse the repository at this point in the history
  • Loading branch information
Izorkin authored and xeji committed Aug 9, 2018
1 parent 3055c49 commit 527d3d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libtiff/default.nix
Expand Up @@ -13,8 +13,8 @@ stdenv.mkDerivation rec {

prePatch = let
debian = fetchurl {
url = http://http.debian.net/debian/pool/main/t/tiff/tiff_4.0.9-5.debian.tar.xz;
sha256 = "15lwcsd46gini27akms2ngyxnwi1hs2yskrv5x2wazs5fw5ii62w";
url = http://http.debian.net/debian/pool/main/t/tiff/tiff_4.0.9-6.debian.tar.xz;
sha256 = "10yk5npchxscgsnd7ihd3bbbw2fxkl7ni0plm43c9q4nwp6ms52f";
};
in ''
tar xf ${debian}
Expand Down

0 comments on commit 527d3d5

Please sign in to comment.