steamPackages.steam-runtime: 0.20210906.1 -> 0.20211102.0

This commit is contained in:
TredwellGit 2021-11-27 01:15:42 +00:00
parent 70307e1674
commit dbda557c64

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.20210906.1";
version = "0.20211102.0";
src = fetchurl {
url = "https://repo.steampowered.com/steamrt-images-scout/snapshots/${version}/steam-runtime.tar.xz";
sha256 = "1dkynar5y4q0pi32ihdhl7r81v9jxsb7lhc91mqhy43f6462qz1h";
sha256 = "sha256-/ve4oVxKQ4uTaTiTg8Qc0Kyb4GRJKGZ5SQVLIyeJSpI=";
name = "scout-runtime-${version}.tar.gz";
};