Merge pull request #104058 from RaghavSood/aacgain/src

aacgain: fix src
This commit is contained in:
ajs124 2020-11-17 17:06:58 +01:00 committed by GitHub
commit bbd083c7f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,9 +1,9 @@
{ stdenv, fetchFromGitHub, fetchpatch }:
{ stdenv, fetchFromGitLab, fetchpatch }:
stdenv.mkDerivation {
name = "aacgain-1.9.0";
src = fetchFromGitHub {
src = fetchFromGitLab {
owner = "mulx";
repo = "aacgain";
rev = "7c29dccd878ade1301710959aeebe87a8f0828f5";