We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c2a212 + 545f1cb commit b6377acCopy full SHA for b6377ac
pkgs/by-name/vu/vulkan-cts/package.nix
@@ -45,13 +45,13 @@ let
45
in
46
stdenv.mkDerivation (finalAttrs: {
47
pname = "vulkan-cts";
48
- version = "1.4.3.2";
+ version = "1.4.3.3";
49
50
src = fetchFromGitHub {
51
owner = "KhronosGroup";
52
repo = "VK-GL-CTS";
53
rev = "vulkan-cts-${finalAttrs.version}";
54
- hash = "sha256-Ahp8Wcil0IWSMXXA0Hlm/4KtBCo4HFSQtYAjIlFGtgA=";
+ hash = "sha256-bhbk2ayY4syyUXJcYesRlVFArAVhivTjELvM8uuNzEQ=";
55
};
56
57
prePatch = ''
0 commit comments