mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
spirv-tools: 2020.2 -> 2021.3
This commit is contained in:
parent
e0e573fc8c
commit
e927818ed9
@ -3,13 +3,13 @@
|
|||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "spirv-tools";
|
pname = "spirv-tools";
|
||||||
# Update spirv-headers rev in lockstep according to DEPs file
|
# Update spirv-headers rev in lockstep according to DEPs file
|
||||||
version = "2020.2";
|
version = "2021.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "KhronosGroup";
|
owner = "KhronosGroup";
|
||||||
repo = "SPIRV-Tools";
|
repo = "SPIRV-Tools";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "00b7xgyrcb2qq63pp3cnw5q1xqx2d9rfn65lai6n6r89s1vh3vg6";
|
sha256 = "sha256-skpsxpgl6hR5uiKfphKFQJfh+LJvhGvDW/t2u5AhXzk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake python3 ];
|
nativeBuildInputs = [ cmake python3 ];
|
||||||
|
Loading…
Reference in New Issue
Block a user