audiofile: Update Patch File Location

Debian moved git servers.
This commit is contained in:
jammerful 2018-02-02 13:06:53 -05:00
parent 5858f5abdd
commit d198355ac6

View File

@ -5,7 +5,7 @@ let
fetchDebianPatch = { name, debname, sha256 }:
fetchpatch {
inherit sha256 name;
url = "https://anonscm.debian.org/cgit/pkg-multimedia/audiofile.git/plain/debian/patches/${debname}?h=debian/0.3.6-4";
url = "https://salsa.debian.org/multimedia-team/audiofile/raw/debian/0.3.6-4/debian/patches/${debname}";
};
in