steamPackages.steam: use stable archive to avoid 404s

This commit is contained in:
Jonathan Ringer 2021-04-24 09:48:44 -07:00
parent d79d927cca
commit 69a4de6251
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -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=";
};