about summary refs log tree commit diff
path: root/pkgs/games/steam
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2019-08-25 18:42:11 +0200
committerGitHub <noreply@github.com>2019-08-25 18:42:11 +0200
commit48191315aa2e34643203dbfc5ae8bd84c1cafe54 (patch)
tree4b952738df372cc538537b80e32d9e3a12646e91 /pkgs/games/steam
parentd41b832ac24f57a3412d3004ad4a5eba2f387de8 (diff)
parent6eec41564420575fcdea1b0c6aec878336cd5916 (diff)
downloadnixlib-48191315aa2e34643203dbfc5ae8bd84c1cafe54.tar
nixlib-48191315aa2e34643203dbfc5ae8bd84c1cafe54.tar.gz
nixlib-48191315aa2e34643203dbfc5ae8bd84c1cafe54.tar.bz2
nixlib-48191315aa2e34643203dbfc5ae8bd84c1cafe54.tar.lz
nixlib-48191315aa2e34643203dbfc5ae8bd84c1cafe54.tar.xz
nixlib-48191315aa2e34643203dbfc5ae8bd84c1cafe54.tar.zst
nixlib-48191315aa2e34643203dbfc5ae8bd84c1cafe54.zip
Merge pull request #66916 from nyanloutre/steam_update_1_0_0_61
steam: 1.0.0.59 -> 1.0.0.61
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 3e29ceb5b01f..9bbdf0474e1a 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.59";
+  version = "1.0.0.61";
 
 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 = "17yrziy2bmzcppp5v3ycdjll250k4idak4rjakmw8gvr96whs255";
+    sha256 = "0c5xy57gwr14vp3wy3jpqi5dl6y7n01p2dy4jlgl9bf9x7616r6n";
   };
 
   makeFlags = [ "DESTDIR=$(out)" "PREFIX=" ];