mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
Merge pull request #314431 from NixOS/backport-272640-to-release-23.11
[Backport release-23.11] bzip2: update patch URL
This commit is contained in:
@@ -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=";
|
||||
})
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user