vulkan-utility-libraries: 1.3.269 -> 1.3.270

This commit is contained in:
R. Ryantm 2023-11-16 05:39:08 +00:00
parent 2387a37fa0
commit 783e7498f4

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "vulkan-utility-libraries";
version = "1.3.269";
version = "1.3.270";
src = fetchFromGitHub {
owner = "KhronosGroup";
repo = "Vulkan-Utility-Libraries";
rev = "v${finalAttrs.version}";
hash = "sha256-7BN+U97dqpSyCYhHuFTPqokRnABH7Gt91njZPxItpzg=";
hash = "sha256-P1v5UEAooTDGA10K4uck8lhcrbW2ccl44gWIGVnZ6uo=";
};
nativeBuildInputs = [ cmake python3 ];