summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2020-07-20 02:16:21 +0200
committerJan Tojnar <jtojnar@gmail.com>2020-07-20 02:16:21 +0200
commit83442a3533b37e65f1344b2139aeb33013328de2 (patch)
tree44527acf69315a1bb475cbb67cc18417948bc572 /pkgs/games
parent939337f4d59dc3c6cccbd859870297ec574c0136 (diff)
parent8b66a6f863729a9223f31f20adc340113b4ec14a (diff)
downloadnixpkgs-83442a3533b37e65f1344b2139aeb33013328de2.tar
nixpkgs-83442a3533b37e65f1344b2139aeb33013328de2.tar.gz
nixpkgs-83442a3533b37e65f1344b2139aeb33013328de2.tar.bz2
nixpkgs-83442a3533b37e65f1344b2139aeb33013328de2.tar.lz
nixpkgs-83442a3533b37e65f1344b2139aeb33013328de2.tar.xz
nixpkgs-83442a3533b37e65f1344b2139aeb33013328de2.tar.zst
nixpkgs-83442a3533b37e65f1344b2139aeb33013328de2.zip
Merge branch 'master' into staging-next
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 6d81d6c775e..f2e023e056f 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.20200417.0";
+  version = "0.20200604.0";
 
   src = fetchurl {
     url = "https://repo.steampowered.com/steamrt-images-scout/snapshots/${version}/steam-runtime.tar.xz";
-    sha256 = "0d4dfl6i31i8187wj8rr9yvmrg32bx96bsgs2ya21b00czf070sy";
+    sha256 = "04ficg3lnf6ijwkj08094vgcsskfncnlhk61v2csls3wfwvkrmhv";
     name = "scout-runtime-${version}.tar.gz";
   };