vulkan-tools: 1.3.239.0 -> 1.3.243.0

This commit is contained in:
PedroHLC ☭ 2023-04-03 11:47:57 -03:00
parent eb5a415e1c
commit 5481d74a29
No known key found for this signature in database
GPG Key ID: DF4C6898CBDC6DF5

View File

@ -21,7 +21,7 @@
stdenv.mkDerivation rec {
pname = "vulkan-tools";
version = "1.3.239.0";
version = "1.3.243.0";
# It's not strictly necessary to have matching versions here, however
# since we're using the SDK version we may as well be consistent with
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
owner = "KhronosGroup";
repo = "Vulkan-Tools";
rev = "sdk-${version}";
hash = "sha256-DQGwxTZzS0eATKodMpeJaQdXADvomiqPOspDYoPFZjI=";
hash = "sha256-8XJON+iBEPRtuQWf1bPXyOJHRkuRLnLXgTIjk7gYQwE=";
});
nativeBuildInputs = [