summary refs log tree commit diff
path: root/pkgs/games/steam
diff options
context:
space:
mode:
authornyanloutre <paul@nyanlout.re>2018-09-28 14:38:56 +0200
committernyanloutre <paul@nyanlout.re>2018-09-29 09:38:36 +0200
commit7af3a85d8d1a91b57b6cdee0b2e5d88981f310fa (patch)
tree764894d2021a46d52e93a05838298c7dcbe68767 /pkgs/games/steam
parent30240a59fe5f6eecc61830ed9a0a588c91677e68 (diff)
downloadnixpkgs-7af3a85d8d1a91b57b6cdee0b2e5d88981f310fa.tar
nixpkgs-7af3a85d8d1a91b57b6cdee0b2e5d88981f310fa.tar.gz
nixpkgs-7af3a85d8d1a91b57b6cdee0b2e5d88981f310fa.tar.bz2
nixpkgs-7af3a85d8d1a91b57b6cdee0b2e5d88981f310fa.tar.lz
nixpkgs-7af3a85d8d1a91b57b6cdee0b2e5d88981f310fa.tar.xz
nixpkgs-7af3a85d8d1a91b57b6cdee0b2e5d88981f310fa.tar.zst
nixpkgs-7af3a85d8d1a91b57b6cdee0b2e5d88981f310fa.zip
steamPackages.steam: 1.0.0.51 -> 1.0.0.56
Diffstat (limited to 'pkgs/games/steam')
-rw-r--r--pkgs/games/steam/steam.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/steam/steam.nix b/pkgs/games/steam/steam.nix
index d0b221c5133..dd6e9a070b1 100644
--- a/pkgs/games/steam/steam.nix
+++ b/pkgs/games/steam/steam.nix
@@ -2,14 +2,14 @@
 
 let
   traceLog = "/tmp/steam-trace-dependencies.log";
-  version = "1.0.0.51";
+  version = "1.0.0.56";
 
 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 = "1ghrfznm9rckm8v87zvh7hx820r5pp7sq575wxwq0fncbyq6sxmz";
+    sha256 = "01jgp909biqf4rr56kb08jkl7g5xql6r2g4ch6lc71njgcsbn5fs";
   };
 
   makeFlags = [ "DESTDIR=$(out)" "PREFIX=" ];