spirv-tools: 1.3.275.0 -> 1.3.280.0

Diff: https://github.com/KhronosGroup/SPIRV-Tools/compare/vulkan-sdk-1.3.275.0...vulkan-sdk-1.3.280.0
This commit is contained in:
K900 2024-03-22 08:31:25 +03:00
parent c0e45491bf
commit 3fbc0885d4
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "spirv-tools";
version = "1.3.275.0";
version = "1.3.280.0";
src = fetchFromGitHub {
owner = "KhronosGroup";
repo = "SPIRV-Tools";
rev = "vulkan-sdk-${version}";
hash = "sha256-RzGvoDt1Qc+f6mZsfs99MxX4YB3yFc5FP92Yx/WGrsI=";
hash = "sha256-WnlFr9M7OI4unCIxfmSkvcLqZFKhW4Qkbb4+xp8lSOo=";
};
# The cmake options are sufficient for turning on static building, but not