Skip to content

Commit b6377ac

Browse files
vulkan-cts: 1.4.3.2 -> 1.4.3.3 (#439936)
2 parents 1c2a212 + 545f1cb commit b6377ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/vu/vulkan-cts/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ let
4545
in
4646
stdenv.mkDerivation (finalAttrs: {
4747
pname = "vulkan-cts";
48-
version = "1.4.3.2";
48+
version = "1.4.3.3";
4949

5050
src = fetchFromGitHub {
5151
owner = "KhronosGroup";
5252
repo = "VK-GL-CTS";
5353
rev = "vulkan-cts-${finalAttrs.version}";
54-
hash = "sha256-Ahp8Wcil0IWSMXXA0Hlm/4KtBCo4HFSQtYAjIlFGtgA=";
54+
hash = "sha256-bhbk2ayY4syyUXJcYesRlVFArAVhivTjELvM8uuNzEQ=";
5555
};
5656

5757
prePatch = ''

0 commit comments

Comments
 (0)