Skip to content

Commit

Permalink
faac: fix patch URLs
Browse files Browse the repository at this point in the history
Fixes #28028.
  • Loading branch information
rycee committed Aug 13, 2017
1 parent 6a886d5 commit 14e2a39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/faac/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ stdenv.mkDerivation rec {
patches = [
(fetchpatch {
name = "faac-mp4v2-1.9.patch";
url = "https://git.archlinux.org/svntogit/packages.git/plain/trunk/mp4v2-1.9.patch?h=packages/faac";
url = "https://git.archlinux.org/svntogit/packages.git/plain/trunk/mp4v2-1.9.patch?h=packages/faac&id=fd0ce84f05203c992bbcd43d07bc65def6cee388";
sha256 = "1pja822zw9q3cg8bjkw5z0bpxsk4q92qix26zpiqbvi7vg314hyc";
})
(fetchpatch {
name = "faac-mp4v2-2.0.0.patch";
url = "https://git.archlinux.org/svntogit/packages.git/plain/trunk/mp4v2-2.0.0.patch?h=packages/faac";
url = "https://git.archlinux.org/svntogit/packages.git/plain/trunk/mp4v2-2.0.0.patch?h=packages/faac&id=fd0ce84f05203c992bbcd43d07bc65def6cee388";
sha256 = "07kmkrl0600rs01xqpkkw9n8p1215n485xqf8hwimp60dw3vc0wn";
addPrefixes = true;
})
Expand Down

0 comments on commit 14e2a39

Please sign in to comment.