We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 5e35f55 commit 7661489Copy full SHA for 7661489
pkgs/development/libraries/audiofile/default.nix
@@ -5,7 +5,7 @@ let
5
fetchDebianPatch = { name, debname, sha256 }:
6
fetchpatch {
7
inherit sha256 name;
8
- 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}";
9
};
10
11
in
0 commit comments