Merge pull request #262134 from r-ryantm/auto-update/steamPackages.steam-runtime

steamPackages.steam-runtime: 0.20220601.1 -> 0.20231127.68515
This commit is contained in:
Weijia Wang 2024-01-28 11:40:05 +01:00 committed by GitHub
commit 3c1efcd96d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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.20220601.1";
version = "0.20231127.68515";
src = fetchurl {
url = "https://repo.steampowered.com/steamrt-images-scout/snapshots/${version}/steam-runtime.tar.xz";
sha256 = "sha256-uYauNtbUlvrnATGks7hWy1zt4Y7AEeADrCr1eVylPbY=";
sha256 = "sha256-invUOdJGNhrswsj9Vj/bSAkEigWtBQ554sBAyvPf0mk=";
name = "scout-runtime-${version}.tar.gz";
};