summary refs log tree commit diff
path: root/pkgs/games/steam/runtime.nix
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2016-08-13 03:14:45 +0300
committerNikolay Amiantov <ab@fmap.me>2016-08-14 22:37:09 +0300
commitc3868a1d747fd59faa48e4c8b791dd5dbdfc5276 (patch)
tree54ba8a2416ae6153ed054155952d7aa45e173b6c /pkgs/games/steam/runtime.nix
parentf2913e46fda262c6511218ee475df5a1d0b6b6fc (diff)
downloadnixpkgs-c3868a1d747fd59faa48e4c8b791dd5dbdfc5276.tar
nixpkgs-c3868a1d747fd59faa48e4c8b791dd5dbdfc5276.tar.gz
nixpkgs-c3868a1d747fd59faa48e4c8b791dd5dbdfc5276.tar.bz2
nixpkgs-c3868a1d747fd59faa48e4c8b791dd5dbdfc5276.tar.lz
nixpkgs-c3868a1d747fd59faa48e4c8b791dd5dbdfc5276.tar.xz
nixpkgs-c3868a1d747fd59faa48e4c8b791dd5dbdfc5276.tar.zst
nixpkgs-c3868a1d747fd59faa48e4c8b791dd5dbdfc5276.zip
steam-packages.steam-runtime: 2016-03-03 -> 2016-08-13
Diffstat (limited to 'pkgs/games/steam/runtime.nix')
-rw-r--r--pkgs/games/steam/runtime.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/steam/runtime.nix b/pkgs/games/steam/runtime.nix
index 9236243427a..fa1da479196 100644
--- a/pkgs/games/steam/runtime.nix
+++ b/pkgs/games/steam/runtime.nix
@@ -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-2016-03-03";
+  name = "steam-runtime-2016-08-13";
 
   nativeBuildInputs = [ python2 dpkg binutils ];