summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorSarah Brofeldt <sbrofeldt@gmail.com>2020-08-18 07:03:37 +0200
committerGitHub <noreply@github.com>2020-08-18 07:03:37 +0200
commitc5815280e92112a25d958a2ec8b3704d7d90c506 (patch)
treed02c8bc41d71f03e3561fbbf4a19ce2919efb1d8 /pkgs/games
parent670c094af1a0c0ce83891e2f417658976bd9da35 (diff)
parentd7dd12326f5518b7001629784a87acd22a20d2bd (diff)
downloadnixpkgs-c5815280e92112a25d958a2ec8b3704d7d90c506.tar
nixpkgs-c5815280e92112a25d958a2ec8b3704d7d90c506.tar.gz
nixpkgs-c5815280e92112a25d958a2ec8b3704d7d90c506.tar.bz2
nixpkgs-c5815280e92112a25d958a2ec8b3704d7d90c506.tar.lz
nixpkgs-c5815280e92112a25d958a2ec8b3704d7d90c506.tar.xz
nixpkgs-c5815280e92112a25d958a2ec8b3704d7d90c506.tar.zst
nixpkgs-c5815280e92112a25d958a2ec8b3704d7d90c506.zip
Merge pull request #94134 from dtzWill/update/steamrt-0.20200720.0
steam-runtime: 0.20200604.0 -> 0.20200720.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 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";
   };