vulkan-headers: 1.3.239.0 -> 1.3.243.0

This commit is contained in:
PedroHLC ☭ 2023-04-03 11:42:29 -03:00
parent c79b98dd40
commit 6cc536eb1d
No known key found for this signature in database
GPG key ID: DF4C6898CBDC6DF5

View file

@ -1,7 +1,7 @@
{ lib, stdenv, fetchFromGitHub, cmake }:
stdenv.mkDerivation rec {
pname = "vulkan-headers";
version = "1.3.239.0";
version = "1.3.243.0";
nativeBuildInputs = [ cmake ];
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
owner = "KhronosGroup";
repo = "Vulkan-Headers";
rev = "sdk-${version}";
hash = "sha256-mzxT6s4ZHShB9tGyyf8jDtVWVEclHPYW+9oKy7v0bC4=";
hash = "sha256-iitEA/x9QpbQrYTcV0OzBgnY6bQFhIm+mVq1ryIQ3+0=";
};
meta = with lib; {