vulkan-memory-allocator: 3.2.1 -> 3.3.0

This commit is contained in:
R. Ryantm 2025-05-12 22:31:29 +00:00 committed by Francesco Gazzetta
parent ed0d5e9025
commit 5efd4067cc

View file

@ -8,13 +8,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "vulkan-memory-allocator";
version = "3.2.1";
version = "3.3.0";
src = fetchFromGitHub {
owner = "GPUOpen-LibrariesAndSDKs";
repo = "VulkanMemoryAllocator";
tag = "v${finalAttrs.version}";
hash = "sha256-PnrzYZfTZU02odvmUrD9he1T6O09vhfOfhkvgEBnDHk=";
hash = "sha256-TPEqV8uHbnyphLG0A+b2tgLDQ6K7a2dOuDHlaFPzTeE=";
};
# A compiler is only required for the samples. This lets us use stdenvNoCC.