aacgain: fix src

This commit is contained in:
Raghav Sood 2020-11-17 15:30:31 +00:00
parent 9706108b63
commit fe1a36fe5b
No known key found for this signature in database
GPG Key ID: 947862F324C79D21

View File

@ -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";