Skip to content

Commit

Permalink
Merge pull request #120545 from jonringer/bump-steam
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Apr 24, 2021
2 parents 47d3e95 + 69a4de6 commit 324f9af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/games/steam/steam.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

let
traceLog = "/tmp/steam-trace-dependencies.log";
version = "1.0.0.69";
version = "1.0.0.70";

in stdenv.mkDerivation {
pname = "steam-original";
inherit version;

src = fetchurl {
url = "https://repo.steampowered.com/steam/pool/steam/s/steam/steam_${version}.tar.gz";
sha256 = "sha256-b5g4AUprE/lTunJs59IDlGu5O/1dB0kBvCFq0Eqyx2c=";
url = "https://repo.steampowered.com/steam/archive/stable/steam_${version}.tar.gz";
sha256 = "sha256-n/iKV3jHsA77GPMk1M0MKC1fQ42tEgG8Ppgi4/9qLf8=";
};

makeFlags = [ "DESTDIR=$(out)" "PREFIX=" ];
Expand Down

0 comments on commit 324f9af

Please sign in to comment.