summary refs log tree commit diff
path: root/pkgs/games/steam
diff options
context:
space:
mode:
authorTredwellGit <tredwell@tutanota.com>2021-10-06 05:09:21 +0000
committerTredwellGit <tredwell@tutanota.com>2021-10-06 05:09:21 +0000
commit5ac32013ca5f58863e1846621c808c4d2819efcd (patch)
treea4b39bdbca2ef485bd9ea8b324a790f5f6f69275 /pkgs/games/steam
parent01bd5f8e0dc866e28808bd6acc6e1fe65e08cf34 (diff)
downloadnixpkgs-5ac32013ca5f58863e1846621c808c4d2819efcd.tar
nixpkgs-5ac32013ca5f58863e1846621c808c4d2819efcd.tar.gz
nixpkgs-5ac32013ca5f58863e1846621c808c4d2819efcd.tar.bz2
nixpkgs-5ac32013ca5f58863e1846621c808c4d2819efcd.tar.lz
nixpkgs-5ac32013ca5f58863e1846621c808c4d2819efcd.tar.xz
nixpkgs-5ac32013ca5f58863e1846621c808c4d2819efcd.tar.zst
nixpkgs-5ac32013ca5f58863e1846621c808c4d2819efcd.zip
steam: 1.0.0.70 -> 1.0.0.72
Diffstat (limited to 'pkgs/games/steam')
-rw-r--r--pkgs/games/steam/steam.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/games/steam/steam.nix b/pkgs/games/steam/steam.nix
index f9883633576..74ee8778b39 100644
--- a/pkgs/games/steam/steam.nix
+++ b/pkgs/games/steam/steam.nix
@@ -2,15 +2,15 @@
 
 let
   traceLog = "/tmp/steam-trace-dependencies.log";
-  version = "1.0.0.70";
+  version = "1.0.0.72";
 
 in stdenv.mkDerivation {
   pname = "steam-original";
   inherit version;
 
   src = fetchurl {
-    url = "https://repo.steampowered.com/steam/archive/stable/steam_${version}.tar.gz";
-    sha256 = "sha256-n/iKV3jHsA77GPMk1M0MKC1fQ42tEgG8Ppgi4/9qLf8=";
+    url = "https://repo.steampowered.com/steam/pool/steam/s/steam/steam_${version}.tar.gz";
+    sha256 = "0l54ljnlnx289i1ssnss78251vyga726dnzsrhgnxwn1p1125m45";
   };
 
   makeFlags = [ "DESTDIR=$(out)" "PREFIX=" ];
@@ -40,7 +40,7 @@ in stdenv.mkDerivation {
 
   meta = with lib; {
     description = "A digital distribution platform";
-    homepage = "http://store.steampowered.com/";
+    homepage = "https://store.steampowered.com/";
     license = licenses.unfreeRedistributable;
     maintainers = with maintainers; [ jagajaga jonringer ];
   };