lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

vulkan-cts: 1.4.3.1 -> 1.4.3.2 (#428982)

Co-authored-by: Flakebi <Flakebi@users.noreply.github.com>

authored by

nixpkgs-merge-bot[bot]
Flakebi
and committed by
GitHub
abe87867 dc71c8cc

+2 -2
+2 -2
pkgs/by-name/vu/vulkan-cts/package.nix
··· 45 45 in 46 46 stdenv.mkDerivation (finalAttrs: { 47 47 pname = "vulkan-cts"; 48 - version = "1.4.3.1"; 48 + version = "1.4.3.2"; 49 49 50 50 src = fetchFromGitHub { 51 51 owner = "KhronosGroup"; 52 52 repo = "VK-GL-CTS"; 53 53 rev = "vulkan-cts-${finalAttrs.version}"; 54 - hash = "sha256-DW9Js4eVC7I5pyjdmcP6TdLZ9RrFKfizAgOYuQmzF5Q="; 54 + hash = "sha256-Ahp8Wcil0IWSMXXA0Hlm/4KtBCo4HFSQtYAjIlFGtgA="; 55 55 }; 56 56 57 57 prePatch = ''