Unverified Commit 0e394930 authored by Raghav Sood's avatar Raghav Sood Committed by GitHub
Browse files

Merge pull request #272640 from matshch/fix-bzip2-patch-link

bzip2: update patch URL
parents ce65a053 ab3f8547
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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=";
    })
  ];