mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 12:15:34 +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: {
|
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||||
pname = "vulkan-memory-allocator";
|
pname = "vulkan-memory-allocator";
|
||||||
version = "3.2.1";
|
version = "3.3.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "GPUOpen-LibrariesAndSDKs";
|
owner = "GPUOpen-LibrariesAndSDKs";
|
||||||
repo = "VulkanMemoryAllocator";
|
repo = "VulkanMemoryAllocator";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-PnrzYZfTZU02odvmUrD9he1T6O09vhfOfhkvgEBnDHk=";
|
hash = "sha256-TPEqV8uHbnyphLG0A+b2tgLDQ6K7a2dOuDHlaFPzTeE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# A compiler is only required for the samples. This lets us use stdenvNoCC.
|
# A compiler is only required for the samples. This lets us use stdenvNoCC.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue