diff options
| author | TredwellGit <tredwell@tutanota.com> | 2021-11-27 01:15:42 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-11-29 19:34:50 +0000 |
| commit | 03080a1f109ca6e61a4fccfae1f742258174807e (patch) | |
| tree | 2bf3528bb4ef681745838c6951b90fd06ffb1d14 | |
| parent | Merge pull request #147922 from NixOS/backport-147915-to-release-21.11 (diff) | |
| download | nixpkgs-03080a1f109ca6e61a4fccfae1f742258174807e.tar.gz | |
steamPackages.steam-runtime: 0.20210906.1 -> 0.20211102.0
(cherry picked from commit dbda557c643b16b7646615d8e82e39bf607abe0c)
| -rw-r--r-- | pkgs/games/steam/runtime.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/steam/runtime.nix b/pkgs/games/steam/runtime.nix index fc38c2eab99f..8f2398255a41 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/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"; }; |
