steamPackages.runtime: 20151020 -> 2016-02-18

This commit is contained in:
Nikolay Amiantov 2016-02-19 14:09:34 +03:00
parent e41c80e790
commit b64192744a
2 changed files with 837 additions and 837 deletions

File diff suppressed because it is too large Load diff

View file

@ -9,7 +9,7 @@ let arch = if stdenv.system == "x86_64-linux" then "amd64"
inputFile = writeText "steam-runtime.json" (builtins.toJSON input);
in stdenv.mkDerivation {
name = "steam-runtime-20151020";
name = "steam-runtime-2016-02-18";
nativeBuildInputs = [ python2 dpkg binutils ];