about summary refs log tree commit diff
path: root/pkgs/games/steam
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2021-04-24 09:37:38 -0700
committerJonathan Ringer <jonringer117@gmail.com>2021-04-24 09:37:38 -0700
commitd79d927cca0ac03067e5727a3d1da60590ad8f17 (patch)
tree13173c2dcb701fa1516b9c78190af4a3b9219a10 /pkgs/games/steam
parentb7e08de1e9e9a3e484fd8952151c59571e5c479c (diff)
steamPackages.steam: 1.0.0.69 -> 1.0.0.70
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 2c5932cf7faf2..8e715b4856f32 100644
--- a/pkgs/games/steam/steam.nix
+++ b/pkgs/games/steam/steam.nix
@@ -2,7 +2,7 @@
 
 let
   traceLog = "/tmp/steam-trace-dependencies.log";
-  version = "1.0.0.69";
+  version = "1.0.0.70";
 
 in stdenv.mkDerivation {
   pname = "steam-original";
@@ -10,7 +10,7 @@ in stdenv.mkDerivation {
 
   src = fetchurl {
     url = "https://repo.steampowered.com/steam/pool/steam/s/steam/steam_${version}.tar.gz";
-    sha256 = "sha256-b5g4AUprE/lTunJs59IDlGu5O/1dB0kBvCFq0Eqyx2c=";
+    sha256 = "sha256-n/iKV3jHsA77GPMk1M0MKC1fQ42tEgG8Ppgi4/9qLf8=";
   };
 
   makeFlags = [ "DESTDIR=$(out)" "PREFIX=" ];