vulkan-headers: 1.3.249 -> 1.3.254

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

View file

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