steam-packages.steam-runtime: 2016-03-03 -> 2016-08-13

This commit is contained in:
Nikolay Amiantov 2016-08-13 03:14:45 +03:00
parent f2913e46fd
commit c3868a1d74
2 changed files with 19 additions and 1 deletions

View File

@ -1254,6 +1254,15 @@
name = "libvpx1.deb";
};
}
rec {
name = "libvulkan1_1.0.3~git20160215-0.1+steamos5+srt1_amd64";
md5 = "4d9ac7966de8160a13817291206b51a4";
url = "mirror://steamrt/pool/main/v/vulkan-loader/libvulkan1_1.0.3~git20160215-0.1+steamos5+srt1_amd64.deb";
source = fetchurl {
inherit url md5;
name = "libvulkan1.deb";
};
}
rec {
name = "libwind0-heimdal_1.6~git20120311.dfsg.1-2+srt4_amd64";
md5 = "a1e5b4a8f8200feef82dab976f1b4e5d";
@ -2993,6 +3002,15 @@
name = "libvpx1.deb";
};
}
rec {
name = "libvulkan1_1.0.3~git20160215-0.1+steamos5+srt1_i386";
md5 = "de2c787fcc443fb989b1862367a2e0c7";
url = "mirror://steamrt/pool/main/v/vulkan-loader/libvulkan1_1.0.3~git20160215-0.1+steamos5+srt1_i386.deb";
source = fetchurl {
inherit url md5;
name = "libvulkan1.deb";
};
}
rec {
name = "libwind0-heimdal_1.6~git20120311.dfsg.1-2+srt4_i386";
md5 = "6265aab9d541aea8aad3496ebcc5908e";

View File

@ -9,7 +9,7 @@ let arch = if stdenv.system == "x86_64-linux" then "amd64"
inputFile = writeText "steam-runtime.json" (builtins.toJSON input);
in stdenv.mkDerivation {
name = "steam-runtime-2016-03-03";
name = "steam-runtime-2016-08-13";
nativeBuildInputs = [ python2 dpkg binutils ];