summary refs log tree commit diff
path: root/pkgs/games/steam
diff options
context:
space:
mode:
authorHerman Fries <baracoder@googlemail.com>2021-07-14 16:55:53 +0200
committerHerman Fries <baracoder@googlemail.com>2021-07-14 16:55:53 +0200
commit7cae0551597ab2129c59fb2c93ca42e51aaf0f72 (patch)
tree7204130e1a24e91e979a79c726450b4d1770f274 /pkgs/games/steam
parent45fc7d4a35c5343e58541a7847f6415654ccbb37 (diff)
downloadnixpkgs-7cae0551597ab2129c59fb2c93ca42e51aaf0f72.tar
nixpkgs-7cae0551597ab2129c59fb2c93ca42e51aaf0f72.tar.gz
nixpkgs-7cae0551597ab2129c59fb2c93ca42e51aaf0f72.tar.bz2
nixpkgs-7cae0551597ab2129c59fb2c93ca42e51aaf0f72.tar.lz
nixpkgs-7cae0551597ab2129c59fb2c93ca42e51aaf0f72.tar.xz
nixpkgs-7cae0551597ab2129c59fb2c93ca42e51aaf0f72.tar.zst
nixpkgs-7cae0551597ab2129c59fb2c93ca42e51aaf0f72.zip
steamPackages.steam-runtime: 20210527.0 -> 20210630.0
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 ab2c19249aa..a986e1baa2c 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.20210527.0";
+  version = "0.20210630.0";
 
   src = fetchurl {
     url = "https://repo.steampowered.com/steamrt-images-scout/snapshots/${version}/steam-runtime.tar.xz";
-    sha256 = "1880d1byn265w0vy5p98d8w8virnbywj707ydybj7rixhid2gzdc";
+    sha256 = "sha256-vwSgk3hEaI/RO9uvehAx3+ZBynpqjwGDzuyeyGCnu18=";
     name = "scout-runtime-${version}.tar.gz";
   };