vulkan-extension-layer: 1.3.268.0 -> 1.3.275.0
Diff: https://github.com/KhronosGroup/Vulkan-ExtensionLayer/compare/vulkan-sdk-1.3.268.0...vulkan-sdk-1.3.275.0
This commit is contained in:
parent
0afd1dcf3e
commit
5cb62285ca
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "vulkan-extension-layer";
|
||||
version = "1.3.268.0";
|
||||
version = "1.3.275.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "KhronosGroup";
|
||||
repo = "Vulkan-ExtensionLayer";
|
||||
rev = "vulkan-sdk-${version}";
|
||||
hash = "sha256-rSKPTeTDOz6IeJGRt9aIu1VH8VfVzXNYZfjdiSXEJxg=";
|
||||
hash = "sha256-zQycF3yKoa54KBUIuG1BqFGB00yc6oZQzdcDel2rXN0=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ cmake pkg-config jq ];
|
||||
|
|
Loading…
Reference in a new issue