summaryrefslogtreecommitdiffstats
path: root/pkgs/games
diff options
context:
space:
mode:
authorMax Wilson <max@maxwilson.dev>2020-11-19 22:02:01 -0500
committerJonathan Ringer <jonringer@users.noreply.github.com>2020-11-23 06:58:18 -0800
commite82c3b68e166fa71818ff8d5a16b4472cfdb2253 (patch)
treed3ae2ce9dd322f04b17e5bb638692056f9dc0fff /pkgs/games
parentb11ca24578739b5446a8271b82097e65b980fdd8 (diff)
steam: http -> https
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/steam/steam.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/steam/steam.nix b/pkgs/games/steam/steam.nix
index 830c97b2fb7d..20ccba641e4a 100644
--- a/pkgs/games/steam/steam.nix
+++ b/pkgs/games/steam/steam.nix
@@ -9,7 +9,7 @@ in stdenv.mkDerivation {
inherit version;
src = fetchurl {
- url = "http://repo.steampowered.com/steam/pool/steam/s/steam/steam_${version}.tar.gz";
+ url = "https://repo.steampowered.com/steam/pool/steam/s/steam/steam_${version}.tar.gz";
sha256 = "0c5xy57gwr14vp3wy3jpqi5dl6y7n01p2dy4jlgl9bf9x7616r6n";
};