From 69a4de62515cb3980fbb5c68120d607a3bbca5c4 Mon Sep 17 00:00:00 2001 From: Jonathan Ringer Date: Sat, 24 Apr 2021 09:48:44 -0700 Subject: [PATCH] steamPackages.steam: use stable archive to avoid 404s --- pkgs/games/steam/steam.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/games/steam/steam.nix b/pkgs/games/steam/steam.nix index 8e715b4856f..f9883633576 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 = "https://repo.steampowered.com/steam/pool/steam/s/steam/steam_${version}.tar.gz"; + url = "https://repo.steampowered.com/steam/archive/stable/steam_${version}.tar.gz"; sha256 = "sha256-n/iKV3jHsA77GPMk1M0MKC1fQ42tEgG8Ppgi4/9qLf8="; };