From e848ffe48cca1aa2caa48912dec642aa41278ee3 Mon Sep 17 00:00:00 2001 From: Nikolay Amiantov Date: Mon, 19 Aug 2019 01:25:58 +0300 Subject: [PATCH] fetchurl mirrors: move steamrt mirror to another host This one is hosted in a cloud so hopefully incidents like https://github.com/NixOS/nixpkgs/pull/66853 won't repeat. --- pkgs/build-support/fetchurl/mirrors.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/build-support/fetchurl/mirrors.nix b/pkgs/build-support/fetchurl/mirrors.nix index d09b775d42c..2138a487f8e 100644 --- a/pkgs/build-support/fetchurl/mirrors.nix +++ b/pkgs/build-support/fetchurl/mirrors.nix @@ -385,7 +385,7 @@ rec { # Steam Runtime mirrors steamrt = [ http://repo.steampowered.com/steamrt/ - https://abbradar.net/steamrt/ + https://public.abbradar.moe/steamrt/ ]; # Python PyPI mirrors