steamPackages.steam-original: 1.0.0.49 -> 1.0.0.51

This commit is contained in:
Nikolay Amiantov 2016-03-03 15:28:28 +03:00
parent e3d9bdf8f8
commit 5b4de73b8f

View File

@ -2,14 +2,14 @@
let
traceLog = "/tmp/steam-trace-dependencies.log";
version = "1.0.0.49";
version = "1.0.0.51";
in stdenv.mkDerivation rec {
name = "steam-original-${version}";
src = fetchurl {
url = "http://repo.steampowered.com/steam/pool/steam/s/steam/steam_${version}.tar.gz";
sha256 = "1c1gl5pwvb5gnnnqf5d9hpcjnfjjgmn4lgx8v0fbx1am5xf3p2gx";
sha256 = "1ghrfznm9rckm8v87zvh7hx820r5pp7sq575wxwq0fncbyq6sxmz";
};
makeFlags = [ "DESTDIR=$(out)" "PREFIX=" ];