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

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