summary refs log tree commit diff
path: root/pkgs/games/steam
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2020-12-08 23:19:14 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2020-12-08 16:07:51 -0800
commitf3103fe2d1f087f36ba6d5b1787f3284a5f5781c (patch)
treee1c9a08f4b349042a002f56046c3c90aebd8a8b2 /pkgs/games/steam
parente6bf8328806f19f8025bba23732117f7c2fb262d (diff)
downloadnixpkgs-f3103fe2d1f087f36ba6d5b1787f3284a5f5781c.tar
nixpkgs-f3103fe2d1f087f36ba6d5b1787f3284a5f5781c.tar.gz
nixpkgs-f3103fe2d1f087f36ba6d5b1787f3284a5f5781c.tar.bz2
nixpkgs-f3103fe2d1f087f36ba6d5b1787f3284a5f5781c.tar.lz
nixpkgs-f3103fe2d1f087f36ba6d5b1787f3284a5f5781c.tar.xz
nixpkgs-f3103fe2d1f087f36ba6d5b1787f3284a5f5781c.tar.zst
nixpkgs-f3103fe2d1f087f36ba6d5b1787f3284a5f5781c.zip
steamPackages.steam-runtime: 0.20200720.0 → 0.20201203.1
Diffstat (limited to 'pkgs/games/steam')
-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 19ee34f5ca4..69e222ab0d6 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/
-  version = "0.20200720.0";
+  version = "0.20201203.1";
 
   src = fetchurl {
     url = "https://repo.steampowered.com/steamrt-images-scout/snapshots/${version}/steam-runtime.tar.xz";
-    sha256 = "03qdlr1xk84jb4c60ilis00vjhj70bxc0bbgk5g5b1883l2frljd";
+    sha256 = "sha256-hOHfMi0x3K82XM3m/JmGYbVk5RvuHG+m275eAC0MoQc=";
     name = "scout-runtime-${version}.tar.gz";
   };