summary refs log tree commit diff
path: root/pkgs/games/steam
diff options
context:
space:
mode:
authorTredwellGit <tredwell@tutanota.com>2021-11-15 09:20:52 +0000
committerTredwellGit <tredwell@tutanota.com>2021-11-15 09:20:52 +0000
commite682fd7c83d16c35de979ecd419115c98a260601 (patch)
tree15e5af351d20337932873562355b0ff863579aae /pkgs/games/steam
parent36a614fe6631f18468c1f588be9ff9f29729c65a (diff)
downloadnixpkgs-e682fd7c83d16c35de979ecd419115c98a260601.tar
nixpkgs-e682fd7c83d16c35de979ecd419115c98a260601.tar.gz
nixpkgs-e682fd7c83d16c35de979ecd419115c98a260601.tar.bz2
nixpkgs-e682fd7c83d16c35de979ecd419115c98a260601.tar.lz
nixpkgs-e682fd7c83d16c35de979ecd419115c98a260601.tar.xz
nixpkgs-e682fd7c83d16c35de979ecd419115c98a260601.tar.zst
nixpkgs-e682fd7c83d16c35de979ecd419115c98a260601.zip
steam: 1.0.0.72 -> 1.0.0.73
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 74ee8778b39..fdc0058a2ee 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.72";
+  version = "1.0.0.73";
 
 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 = "0l54ljnlnx289i1ssnss78251vyga726dnzsrhgnxwn1p1125m45";
+    sha256 = "sha256-uVO6D1K8zGlq12lrIs7aTQEVnj1bk1P4wRUtkPWkNZE=";
   };
 
   makeFlags = [ "DESTDIR=$(out)" "PREFIX=" ];