vulkan-loader: 1.3.249 -> 1.3.254

Diff: https://github.com/KhronosGroup/Vulkan-Loader/compare/v1.3.249...v1.3.254
This commit is contained in:
K900 2023-06-23 11:27:29 +03:00
parent 88d00dd40a
commit c7bd802148

View file

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