steamPackages.steam: use stable archive to avoid 404s
This commit is contained in:
parent
d79d927cca
commit
69a4de6251
|
@ -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=";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue