Skip to content

Commit

Permalink
bzip2: update patch URL
Browse files Browse the repository at this point in the history
For some reason ftp.suse.com refuses connections via IPv6 on HTTPS,
which breaks download from IPv6-only network. This commit changes
protocol to FTP, which works fine via IPv6 and which is consistent with
other mention of this domain in nixpkgs.
  • Loading branch information
matshch committed Feb 15, 2024
1 parent b99bc1d commit ab3f854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/compression/bzip2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ in {

patches = [
(fetchurl {
url = "https://ftp.suse.com/pub/people/sbrabec/bzip2/for_downstream/bzip2-1.0.6.2-autoconfiscated.patch";
url = "ftp://ftp.suse.com/pub/people/sbrabec/bzip2/for_downstream/bzip2-1.0.6.2-autoconfiscated.patch";
sha256 = "sha256-QMufl6ffJVVVVZespvkCbFpB6++R1lnq1687jEsUjr0=";
})
];
Expand Down

0 comments on commit ab3f854

Please sign in to comment.