mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 16:53:40 +00:00
spirv-tools: 2019.4 -> 2020.2
This commit is contained in:
parent
42133cb6fe
commit
9efc9c8e2d
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, fetchFromGitHub, cmake, python3, spirv-headers }:
|
{ stdenv, fetchFromGitHub, cmake, python3, spirv-headers }:
|
||||||
let
|
let
|
||||||
# Update spirv-headers rev in lockstep according to DEPs file
|
# Update spirv-headers rev in lockstep according to DEPs file
|
||||||
version = "2019.4";
|
version = "2020.2";
|
||||||
in
|
in
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||||||
owner = "KhronosGroup";
|
owner = "KhronosGroup";
|
||||||
repo = "SPIRV-Tools";
|
repo = "SPIRV-Tools";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "17bbvhk4p42x4jlvcr5p9903xiiryw57c8yyfxmqik10s8601an9";
|
sha256 = "00b7xgyrcb2qq63pp3cnw5q1xqx2d9rfn65lai6n6r89s1vh3vg6";
|
||||||
};
|
};
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user