vulkan-extension-layer: 1.3.248 -> 1.3.254

Diff: https://github.com/KhronosGroup/Vulkan-ExtensionLayer/compare/v1.3.248...v1.3.254
This commit is contained in:
K900 2023-06-23 11:27:44 +03:00
parent 0eb5d95df1
commit 1a8fd67c6c

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "vulkan-extension-layer";
version = "1.3.248";
version = "1.3.254";
src = fetchFromGitHub {
owner = "KhronosGroup";
repo = "Vulkan-ExtensionLayer";
rev = "v${version}";
hash = "sha256-CuwYpB8HX8pnR+ElkQfckpKDLKyZIzqm4F9kluM1cKo=";
hash = "sha256-YWJk0sAvhmfVbJ6Nv24kzFL4SltQnggNjZ+NjaUO1Io=";
};
nativeBuildInputs = [ cmake jq ];