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

vulkan-cts: 1.3.8.1 -> 1.3.8.2
This commit is contained in:
Nick Cao
2024-04-12 09:07:32 -04:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -39,13 +39,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "vulkan-cts";
version = "1.3.8.1";
version = "1.3.8.2";
src = fetchFromGitHub {
owner = "KhronosGroup";
repo = "VK-GL-CTS";
rev = "${finalAttrs.pname}-${finalAttrs.version}";
hash = "sha256-lDMaJjAusK+Hva4BZnrXNmuGdSL04rh1W9PYsjxF3c8=";
hash = "sha256-0Yyk7o5RSo1pzo1+oCi0TqEf62CLBURvZWgwELXDKKA=";
};
prePatch = ''
+2 -2
View File
@@ -11,8 +11,8 @@ rec {
glslang = fetchFromGitHub {
owner = "KhronosGroup";
repo = "glslang";
rev = "9fd0fcd737f1369e89fb3aa8b2e62bad57ac46c6";
hash = "sha256-A3IFW3kOuOGj4AfpdDfAHIySDLdIB9IK+wk8TSBcPrk=";
rev = "bada5c87ec6db4441db129d8506742c4a72bd610";
hash = "sha256-GayYjvJ935arbe4GUg8l6KhfImBCpqWRe8xSqlxXLYQ=";
};
jsoncpp = fetchFromGitHub {