summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorTredwellGit <tredwell@tutanota.com>2021-11-27 01:15:42 +0000
committerTredwellGit <tredwell@tutanota.com>2021-11-27 01:15:42 +0000
commitdbda557c643b16b7646615d8e82e39bf607abe0c (patch)
tree5688a07fe2b884d9f47a341c123edb1c99c7b091 /pkgs/games
parent70307e16745959c52fc6889ae546f1e4887e16ee (diff)
downloadnixpkgs-dbda557c643b16b7646615d8e82e39bf607abe0c.tar
nixpkgs-dbda557c643b16b7646615d8e82e39bf607abe0c.tar.gz
nixpkgs-dbda557c643b16b7646615d8e82e39bf607abe0c.tar.bz2
nixpkgs-dbda557c643b16b7646615d8e82e39bf607abe0c.tar.lz
nixpkgs-dbda557c643b16b7646615d8e82e39bf607abe0c.tar.xz
nixpkgs-dbda557c643b16b7646615d8e82e39bf607abe0c.tar.zst
nixpkgs-dbda557c643b16b7646615d8e82e39bf607abe0c.zip
steamPackages.steam-runtime: 0.20210906.1 -> 0.20211102.0
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/steam/runtime.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/steam/runtime.nix b/pkgs/games/steam/runtime.nix
index fc38c2eab99..8f2398255a4 100644
--- a/pkgs/games/steam/runtime.nix
+++ b/pkgs/games/steam/runtime.nix
@@ -8,11 +8,11 @@ stdenv.mkDerivation rec {
 
   pname = "steam-runtime";
   # from https://repo.steampowered.com/steamrt-images-scout/snapshots/latest-steam-client-general-availability/VERSION.txt
-  version = "0.20210906.1";
+  version = "0.20211102.0";
 
   src = fetchurl {
     url = "https://repo.steampowered.com/steamrt-images-scout/snapshots/${version}/steam-runtime.tar.xz";
-    sha256 = "1dkynar5y4q0pi32ihdhl7r81v9jxsb7lhc91mqhy43f6462qz1h";
+    sha256 = "sha256-/ve4oVxKQ4uTaTiTg8Qc0Kyb4GRJKGZ5SQVLIyeJSpI=";
     name = "scout-runtime-${version}.tar.gz";
   };