beamPackages: point to new cdn for tarballs

This commit is contained in:
Eric Merritt
2016-06-15 07:19:56 -07:00
committed by Eric Merritt
parent 2e61bd72a1
commit de40133673
+1 -1
View File
@@ -10,7 +10,7 @@ stdenv.mkDerivation ({
name = "hex-source-${pkg}-${version}";
src = fetchurl {
url = "https://s3.amazonaws.com/s3.hex.pm/tarballs/${pkg}-${version}.tar";
url = "https://repo.hex.pm/tarballs/${pkg}-${version}.tar";
inherit sha256;
};