Skip to content

Commit

Permalink
Merge pull request #94134 from dtzWill/update/steamrt-0.20200720.0
Browse files Browse the repository at this point in the history
steam-runtime: 0.20200604.0 -> 0.20200720.0
  • Loading branch information
srhb authored Aug 18, 2020
2 parents 670c094 + d7dd123 commit c581528
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/games/steam/runtime.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ stdenv.mkDerivation rec {

name = "steam-runtime";
# from https://repo.steampowered.com/steamrt-images-scout/snapshots/
version = "0.20200604.0";
version = "0.20200720.0";

src = fetchurl {
url = "https://repo.steampowered.com/steamrt-images-scout/snapshots/${version}/steam-runtime.tar.xz";
sha256 = "04ficg3lnf6ijwkj08094vgcsskfncnlhk61v2csls3wfwvkrmhv";
sha256 = "03qdlr1xk84jb4c60ilis00vjhj70bxc0bbgk5g5b1883l2frljd";
name = "scout-runtime-${version}.tar.gz";
};

Expand Down

0 comments on commit c581528

Please sign in to comment.