Merge pull request #140716 from TredwellGit/steam
This commit is contained in:
commit
29c4270a8d
1 changed files with 4 additions and 4 deletions
|
@ -2,15 +2,15 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
traceLog = "/tmp/steam-trace-dependencies.log";
|
traceLog = "/tmp/steam-trace-dependencies.log";
|
||||||
version = "1.0.0.70";
|
version = "1.0.0.72";
|
||||||
|
|
||||||
in stdenv.mkDerivation {
|
in stdenv.mkDerivation {
|
||||||
pname = "steam-original";
|
pname = "steam-original";
|
||||||
inherit version;
|
inherit version;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://repo.steampowered.com/steam/archive/stable/steam_${version}.tar.gz";
|
url = "https://repo.steampowered.com/steam/pool/steam/s/steam/steam_${version}.tar.gz";
|
||||||
sha256 = "sha256-n/iKV3jHsA77GPMk1M0MKC1fQ42tEgG8Ppgi4/9qLf8=";
|
sha256 = "0l54ljnlnx289i1ssnss78251vyga726dnzsrhgnxwn1p1125m45";
|
||||||
};
|
};
|
||||||
|
|
||||||
makeFlags = [ "DESTDIR=$(out)" "PREFIX=" ];
|
makeFlags = [ "DESTDIR=$(out)" "PREFIX=" ];
|
||||||
|
@ -40,7 +40,7 @@ in stdenv.mkDerivation {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A digital distribution platform";
|
description = "A digital distribution platform";
|
||||||
homepage = "http://store.steampowered.com/";
|
homepage = "https://store.steampowered.com/";
|
||||||
license = licenses.unfreeRedistributable;
|
license = licenses.unfreeRedistributable;
|
||||||
maintainers = with maintainers; [ jagajaga jonringer ];
|
maintainers = with maintainers; [ jagajaga jonringer ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue