summary refs log tree commit diff
path: root/pkgs/games/steam/runtime.nix
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2020-07-28 09:52:28 -0500
committerWill Dietz <w@wdtz.org>2020-07-28 23:53:23 -0500
commitd7dd12326f5518b7001629784a87acd22a20d2bd (patch)
treec73be46149823be8839ff209921aab576aa9d7a9 /pkgs/games/steam/runtime.nix
parent65eab104a34d7db8f847d21f9c783a5f192b0f18 (diff)
downloadnixpkgs-d7dd12326f5518b7001629784a87acd22a20d2bd.tar
nixpkgs-d7dd12326f5518b7001629784a87acd22a20d2bd.tar.gz
nixpkgs-d7dd12326f5518b7001629784a87acd22a20d2bd.tar.bz2
nixpkgs-d7dd12326f5518b7001629784a87acd22a20d2bd.tar.lz
nixpkgs-d7dd12326f5518b7001629784a87acd22a20d2bd.tar.xz
nixpkgs-d7dd12326f5518b7001629784a87acd22a20d2bd.tar.zst
nixpkgs-d7dd12326f5518b7001629784a87acd22a20d2bd.zip
steam-runtime: 0.20200604.0 -> 0.20200720.0
Diffstat (limited to 'pkgs/games/steam/runtime.nix')
-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 f2e023e056f..4f373b9be30 100644
--- a/pkgs/games/steam/runtime.nix
+++ b/pkgs/games/steam/runtime.nix
@@ -4,11 +4,11 @@ stdenv.mkDerivation rec {
 
   name = "steam-runtime";
   # from https://repo.steampowered.com/steamrt-images-scout/snapshots/
-  version = "0.20200604.0";
+  version = "0.20200720.0";
 
   src = fetchurl {
     url = "https://repo.steampowered.com/steamrt-images-scout/snapshots/${version}/steam-runtime.tar.xz";
-    sha256 = "04ficg3lnf6ijwkj08094vgcsskfncnlhk61v2csls3wfwvkrmhv";
+    sha256 = "03qdlr1xk84jb4c60ilis00vjhj70bxc0bbgk5g5b1883l2frljd";
     name = "scout-runtime-${version}.tar.gz";
   };