summary refs log tree commit diff
path: root/pkgs/games/steam
diff options
context:
space:
mode:
authornyanloutre <paul@nyanlout.re>2019-08-19 15:11:53 +0200
committernyanloutre <paul@nyanlout.re>2019-08-19 15:11:53 +0200
commit6eec41564420575fcdea1b0c6aec878336cd5916 (patch)
treee17944dbf6b82d71a7b42bac294a66f69d97d6af /pkgs/games/steam
parent8746c77a383f5c76153c7a181f3616d273acfa2a (diff)
downloadnixpkgs-6eec41564420575fcdea1b0c6aec878336cd5916.tar
nixpkgs-6eec41564420575fcdea1b0c6aec878336cd5916.tar.gz
nixpkgs-6eec41564420575fcdea1b0c6aec878336cd5916.tar.bz2
nixpkgs-6eec41564420575fcdea1b0c6aec878336cd5916.tar.lz
nixpkgs-6eec41564420575fcdea1b0c6aec878336cd5916.tar.xz
nixpkgs-6eec41564420575fcdea1b0c6aec878336cd5916.tar.zst
nixpkgs-6eec41564420575fcdea1b0c6aec878336cd5916.zip
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 3e29ceb5b01..9bbdf0474e1 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=" ];