a52dec: fix src url

This commit is contained in:
Alexander Bich 2021-10-27 08:02:47 +00:00 committed by GitHub
parent 3b225fa342
commit 9a3abb23cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "0.7.4";
src = fetchurl {
url = "https://liba52.sourceforge.net/files/${pname}-${version}.tar.gz";
url = "https://liba52.sourceforge.io/files/${pname}-${version}.tar.gz";
sha256 = "oh1ySrOzkzMwGUNTaH34LEdbXfuZdRPu9MJd5shl7DM=";
};