vulkan-loader: 1.3.224.1 -> 1.3.231.0

This commit is contained in:
PedroHLC ☭ 2022-10-25 15:25:05 -03:00
parent 1e6932fe38
commit f2f29afdff
No known key found for this signature in database
GPG Key ID: DF4C6898CBDC6DF5

View File

@ -3,14 +3,14 @@
stdenv.mkDerivation rec {
pname = "vulkan-loader";
version = "1.3.224.1";
version = "1.3.231.0";
src = (assert version == vulkan-headers.version;
fetchFromGitHub {
owner = "KhronosGroup";
repo = "Vulkan-Loader";
rev = "sdk-${version}";
hash = "sha256-lmdImPeosHbAbEzPVW4K9Wkz/mF6gr8MVroGf0bDEPc=";
hash = "sha256-HWaa3JT0znhvqbvZdcsAwy8Dr6HDQp4rgpVmMOuCo0s=";
});
patches = [ ./fix-pkgconfig.patch ];