spirv-tools: 2023.2 -> 2023.3.rc1

Matches 1.3.250 SDK tag.
This commit is contained in:
K900 2023-06-23 11:27:50 +03:00
parent f2a2be87eb
commit 7226a56365

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "spirv-tools";
version = "2023.2";
version = "2023.3.rc1";
src = fetchFromGitHub {
owner = "KhronosGroup";
repo = "SPIRV-Tools";
rev = "v${version}";
hash = "sha256-l44Ru0WjROQEDNU/2YQJGti1uDZP9osRdfsXus5EGX0=";
hash = "sha256-HV7jNvgTRRGnhurtT5pf5f5gzUOmr3iWNcDc8TE4ICQ=";
};
nativeBuildInputs = [ cmake python3 ];