summary refs log tree commit diff
path: root/pkgs/games/steam/runtime.nix
diff options
context:
space:
mode:
authorTredwellGit <tredwell@tutanota.com>2021-10-06 04:44:44 +0000
committerTredwellGit <tredwell@tutanota.com>2021-10-06 04:44:44 +0000
commit7e5136fcc483af9ca14e3655c1a38bc056b6e26e (patch)
tree20119a2bfabf33dc610a1ec6a129e4cc58a5dea0 /pkgs/games/steam/runtime.nix
parent01bd5f8e0dc866e28808bd6acc6e1fe65e08cf34 (diff)
downloadnixpkgs-7e5136fcc483af9ca14e3655c1a38bc056b6e26e.tar
nixpkgs-7e5136fcc483af9ca14e3655c1a38bc056b6e26e.tar.gz
nixpkgs-7e5136fcc483af9ca14e3655c1a38bc056b6e26e.tar.bz2
nixpkgs-7e5136fcc483af9ca14e3655c1a38bc056b6e26e.tar.lz
nixpkgs-7e5136fcc483af9ca14e3655c1a38bc056b6e26e.tar.xz
nixpkgs-7e5136fcc483af9ca14e3655c1a38bc056b6e26e.tar.zst
nixpkgs-7e5136fcc483af9ca14e3655c1a38bc056b6e26e.zip
steamPackages.steam-runtime: 0.20210630.0 -> 0.20210906.1
Diffstat (limited to 'pkgs/games/steam/runtime.nix')
-rw-r--r--pkgs/games/steam/runtime.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/games/steam/runtime.nix b/pkgs/games/steam/runtime.nix
index a986e1baa2c..fc38c2eab99 100644
--- a/pkgs/games/steam/runtime.nix
+++ b/pkgs/games/steam/runtime.nix
@@ -7,12 +7,12 @@
 stdenv.mkDerivation rec {
 
   pname = "steam-runtime";
-  # from https://repo.steampowered.com/steamrt-images-scout/snapshots/
-  version = "0.20210630.0";
+  # from https://repo.steampowered.com/steamrt-images-scout/snapshots/latest-steam-client-general-availability/VERSION.txt
+  version = "0.20210906.1";
 
   src = fetchurl {
     url = "https://repo.steampowered.com/steamrt-images-scout/snapshots/${version}/steam-runtime.tar.xz";
-    sha256 = "sha256-vwSgk3hEaI/RO9uvehAx3+ZBynpqjwGDzuyeyGCnu18=";
+    sha256 = "1dkynar5y4q0pi32ihdhl7r81v9jxsb7lhc91mqhy43f6462qz1h";
     name = "scout-runtime-${version}.tar.gz";
   };