vulkan-cts: 1.4.5.0 -> 1.4.5.1

This commit is contained in:
R. Ryantm
2026-02-09 21:14:32 +00:00
parent 41711138bb
commit aff367cf27
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -53,13 +53,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "vulkan-cts";
version = "1.4.5.0";
version = "1.4.5.1";
src = fetchFromGitHub {
owner = "KhronosGroup";
repo = "VK-GL-CTS";
rev = "vulkan-cts-${finalAttrs.version}";
hash = "sha256-cbXSelRPCCH52xczWaxqftbimHe4PyIKZqySQSFTHos=";
hash = "sha256-kGnOBEiZQuvRqqwx7pbOK2y3VpUlHVoXH1ntq+o5y5g=";
};
prePatch = ''
+2 -2
View File
@@ -60,8 +60,8 @@ rec {
vulkan-video-samples = fetchFromGitHub {
owner = "KhronosGroup";
repo = "Vulkan-Video-Samples";
rev = "v0.3.7";
hash = "sha256-vNdRAx4kgPHxhHB0bUUsvi6yJhNcm/H5pU24tkVshuM=";
rev = "v0.3.9";
hash = "sha256-SyW/OzDGPdRPYGG7jgFMp8AkvpZq8Yi/7QZKZugXKho=";
};
prePatch = ''