vulkan-volk: 1.3.275.0 -> 1.3.280.0

Diff: https://github.com/zeux/volk/compare/vulkan-sdk-1.3.275.0...vulkan-sdk-1.3.280.0
This commit is contained in:
K900 2024-03-22 08:31:04 +03:00
parent 8b60fc9737
commit 9939e9dd82
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "volk";
version = "1.3.275.0";
version = "1.3.280.0";
src = fetchFromGitHub {
owner = "zeux";
repo = "volk";
rev = "vulkan-sdk-${finalAttrs.version}";
hash = "sha256-uTjLgJMGN8nOVhVIl/GNhO2jXe9ebhc9vzAwCDwfuf4=";
hash = "sha256-e4TLGRqn0taYeiRVxc9WevURjO5dsVq3RpOwZBGDknQ=";
};
nativeBuildInputs = [ cmake ];