Skip to content

Commit

Permalink
steamPackages.steam: use stable archive to avoid 404s
Browse files Browse the repository at this point in the history
(cherry picked from commit 69a4de6)
  • Loading branch information
jonringer committed Apr 25, 2021
1 parent 90a0492 commit cf8870f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/games/steam/steam.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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=";
};

Expand Down

0 comments on commit cf8870f

Please sign in to comment.