vulkan-loader: 1.3.254 -> 1.3.261

Diff: https://github.com/KhronosGroup/Vulkan-Loader/compare/v1.3.254...v1.3.261
This commit is contained in:
K900 2023-08-22 20:01:32 +03:00
parent 25e05e3ede
commit 59ce99f4c2

View file

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "vulkan-loader";
version = "1.3.254";
version = "1.3.261";
src = fetchFromGitHub {
owner = "KhronosGroup";
repo = "Vulkan-Loader";
rev = "v${version}";
hash = "sha256-bxmDhKDM+OOTsSJEoGXlWPZciBcwevv0e4gHweH46JU=";
hash = "sha256-5QCVHfvjE98EnL2Dr7g9fdrJAg+np1Q6hgqcuZCWReQ=";
};
patches = [ ./fix-pkgconfig.patch ];