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

vulkan-cts: 1.3.7.2 -> 1.3.7.3

authored by Nick Cao and committed by GitHub 0d6e82cf 1daa8604

+3 -3
+2 -2
pkgs/tools/graphics/vulkan-cts/default.nix
··· 39 39 in 40 40 stdenv.mkDerivation (finalAttrs: { 41 41 pname = "vulkan-cts"; 42 - version = "1.3.7.2"; 42 + version = "1.3.7.3"; 43 43 44 44 src = fetchFromGitHub { 45 45 owner = "KhronosGroup"; 46 46 repo = "VK-GL-CTS"; 47 47 rev = "${finalAttrs.pname}-${finalAttrs.version}"; 48 - hash = "sha256-TnHFCEGKgn1U00aUDMX7UEWSeTjzysmX7rOQCZTL8FU="; 48 + hash = "sha256-YtfUnrqWZwPMkLr3ovJz8Xr2ES1piW0yB+rBAaiQKoQ="; 49 49 }; 50 50 51 51 prePatch = ''
+1 -1
pkgs/tools/graphics/vulkan-cts/sources.nix
··· 32 32 nvidia-video-samples = fetchFromGitHub { 33 33 owner = "Igalia"; 34 34 repo = "vk_video_samples"; 35 - rev = "cts-integration-0.9.9-2"; 35 + rev = "138bbe048221d315962ddf8413aa6a08cc62a381"; 36 36 hash = "sha256-ftHhb5u3l7WbgEu6hHynBnvNbVOn5TFne915M17jiAQ="; 37 37 }; 38 38