mod_dnssd: fix dead Launchpad patch URL → use Debian source URL (#460290)

This commit is contained in:
dish
2025-11-12 19:26:20 +00:00
committed by GitHub

View File

@@ -32,8 +32,8 @@ stdenv.mkDerivation rec {
patches = [
(fetchpatch {
url = "https://bazaar.launchpad.net/~ubuntu-branches/ubuntu/vivid/mod-dnssd/vivid/download/10/debian/patches/port-for-apache2.4.patch";
sha256 = "1hgcxwy1q8fsxfqyg95w8m45zbvxzskf1jxd87ljj57l7x1wwp4r";
url = "https://sources.debian.org/data/main/m/mod-dnssd/0.6-5/debian/patches/port-for-apache2.4.patch";
hash = "sha256-jWWzZDpZdveXlLpo7pN0tMQZkjYUbpz/DRjm6T6pCzY=";
})
];