Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9c96d120aa79
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a18112a7e8fb
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 28, 2018

  1. libtiff: fix download url

    veprbl committed Nov 28, 2018
    Copy the full SHA
    15790a7 View commit details

Commits on Nov 29, 2018

  1. Merge pull request #51193 from veprbl/pr/libtiff_fix_url_18.03

    [18.03] libtiff: fix download url
    c0bw3b authored Nov 29, 2018
    Copy the full SHA
    a18112a View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 pkgs/development/libraries/libtiff/default.nix
2 changes: 1 addition & 1 deletion pkgs/development/libraries/libtiff/default.nix
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {

prePatch = let
debian = fetchurl {
url = http://http.debian.net/debian/pool/main/t/tiff/tiff_4.0.9-6.debian.tar.xz;
url = http://security.ubuntu.com/ubuntu/pool/main/t/tiff/tiff_4.0.9-6.debian.tar.xz;
sha256 = "10yk5npchxscgsnd7ihd3bbbw2fxkl7ni0plm43c9q4nwp6ms52f";
};
in ''