beamPackages: point to new cdn for tarballs
This commit is contained in:
committed by
Eric Merritt
parent
2e61bd72a1
commit
de40133673
@@ -10,7 +10,7 @@ stdenv.mkDerivation ({
|
|||||||
name = "hex-source-${pkg}-${version}";
|
name = "hex-source-${pkg}-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
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;
|
inherit sha256;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user