steamPackages.steam-runtime: 20210527.0 -> 20210630.0

(cherry picked from commit 7cae0551597ab2129c59fb2c93ca42e51aaf0f72)
This commit is contained in:
Herman Fries 2021-07-14 16:55:53 +02:00 committed by Nikita Uvarov
parent 0a96dbc8b6
commit f8a3b92fb2
No known key found for this signature in database
GPG Key ID: D3C4D7873B85C975
1 changed files with 2 additions and 2 deletions

View File

@ -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";
};