steamPackages.steam-runtime: 0.20201203.1 -> 0.20210317.0

This commit is contained in:
V 2021-04-30 20:05:26 +02:00 committed by Jonathan Ringer
parent f612313722
commit 490fa1e891

View file

@ -8,11 +8,11 @@ stdenv.mkDerivation rec {
pname = "steam-runtime";
# from https://repo.steampowered.com/steamrt-images-scout/snapshots/
version = "0.20201203.1";
version = "0.20210317.0";
src = fetchurl {
url = "https://repo.steampowered.com/steamrt-images-scout/snapshots/${version}/steam-runtime.tar.xz";
sha256 = "sha256-hOHfMi0x3K82XM3m/JmGYbVk5RvuHG+m275eAC0MoQc=";
sha256 = "061z2r33n2017prmhdxm82cly3qp3bma2q70pqs57adl65yvg7vw";
name = "scout-runtime-${version}.tar.gz";
};