mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
vulkan-memory-allocator: 3.2.1 -> 3.3.0
This commit is contained in:
parent
ed0d5e9025
commit
5efd4067cc
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue