steamPackages.steam-runtime: 0.20211102.0 -> 0.20220601.1

This commit is contained in:
QuantMint 2022-08-09 22:27:26 +02:00
parent 97dfd0e253
commit 7e2760130b

View File

@ -8,11 +8,11 @@ stdenv.mkDerivation rec {
pname = "steam-runtime";
# from https://repo.steampowered.com/steamrt-images-scout/snapshots/latest-steam-client-general-availability/VERSION.txt
version = "0.20211102.0";
version = "0.20220601.1";
src = fetchurl {
url = "https://repo.steampowered.com/steamrt-images-scout/snapshots/${version}/steam-runtime.tar.xz";
sha256 = "sha256-/ve4oVxKQ4uTaTiTg8Qc0Kyb4GRJKGZ5SQVLIyeJSpI=";
sha256 = "sha256-uYauNtbUlvrnATGks7hWy1zt4Y7AEeADrCr1eVylPbY=";
name = "scout-runtime-${version}.tar.gz";
};