spirv-tools: 2019.3 -> 2019.4
This commit is contained in:
parent
752231d474
commit
1092bd70af
@ -1,18 +1,15 @@
|
|||||||
{ stdenv, fetchFromGitHub, cmake, python3, spirv-headers }:
|
{ stdenv, fetchFromGitHub, cmake, python3, spirv-headers }:
|
||||||
let
|
|
||||||
# Update spirv-headers rev in lockstep according to DEPs file
|
|
||||||
version = "2019.3";
|
|
||||||
in
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "spirv-tools";
|
pname = "spirv-tools";
|
||||||
inherit version;
|
# Update spirv-headers rev in lockstep according to DEPs file
|
||||||
|
version = "2019.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "KhronosGroup";
|
owner = "KhronosGroup";
|
||||||
repo = "SPIRV-Tools";
|
repo = "SPIRV-Tools";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1wvipjcjsi815ls08s3dz9hwlbb59dbl4syxkskg1k9d5jjph1a8";
|
sha256 = "17bbvhk4p42x4jlvcr5p9903xiiryw57c8yyfxmqik10s8601an9";
|
||||||
};
|
};
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user