Merge pull request #309346 from r-ryantm/auto-update/vulkan-cts

vulkan-cts: 1.3.8.2 -> 1.3.8.3
This commit is contained in:
Nick Cao 2024-05-06 12:59:14 -04:00 committed by GitHub
commit e049102f0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -39,13 +39,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "vulkan-cts";
version = "1.3.8.2";
version = "1.3.8.3";
src = fetchFromGitHub {
owner = "KhronosGroup";
repo = "VK-GL-CTS";
rev = "${finalAttrs.pname}-${finalAttrs.version}";
hash = "sha256-0Yyk7o5RSo1pzo1+oCi0TqEf62CLBURvZWgwELXDKKA=";
hash = "sha256-+xmbPezWTEwjxX+o2b7FjQcsoWxWe0RTSaTJOrXSIhc=";
};
prePatch = ''

View File

@ -25,8 +25,8 @@ rec {
nvidia-video-samples = fetchFromGitHub {
owner = "Igalia";
repo = "vk_video_samples";
rev = "ce80453dadeea7b1a6409434f3358ef1e46e4ae7";
hash = "sha256-zgHMaUA7rdLbmkX8lr4p2TW9g1RDyBmUs5rK++wmUjE=";
rev = "6821adf11eb4f84a2168264b954c170d03237699";
hash = "sha256-prshOzxUHLYi64Pbyytsp+XvmtIIyhx/3n5IVimYH64=";
};
spirv-headers = fetchFromGitHub {