vulkan-volk: 1.3.280.0 -> 1.3.283.0

Diff: https://github.com/zeux/volk/compare/vulkan-sdk-1.3.280.0...vulkan-sdk-1.3.283.0
This commit is contained in:
K900 2024-05-15 07:59:28 +03:00
parent fb7aed3fff
commit fb98282b40

View File

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