vulkan-utility-libraries: 1.3.261 -> 1.3.269

This commit is contained in:
R. Ryantm 2023-10-23 14:32:21 +00:00
parent 6c5458cf32
commit 220e1c3f3f

View file

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