vulkan-headers: 1.3.254 -> 1.3.261

Diff: https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.3.254...v1.3.261
This commit is contained in:
K900 2023-08-22 20:01:26 +03:00
parent 4e951d3273
commit 25e05e3ede

View file

@ -1,7 +1,7 @@
{ lib, stdenv, fetchFromGitHub, cmake }:
stdenv.mkDerivation rec {
pname = "vulkan-headers";
version = "1.3.254";
version = "1.3.261";
nativeBuildInputs = [ cmake ];
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
owner = "KhronosGroup";
repo = "Vulkan-Headers";
rev = "v${version}";
hash = "sha256-4erHZKx4jksAtyG8ZHtlVoEY3EqE4p2pEtcGHqv7G7A=";
hash = "sha256-zKHew7SGUq1C3XGp/HrCle6KyqB4cziPcTYVqAr814s=";
};
passthru.updateScript = ./update.sh;