Merge pull request #288015 from trofi/vkmark-gcc-13-fix-update

vkmark: unstable-2022-09-09 -> 2017.08-unstable-2023-04-12

authored by Nick Cao and committed by GitHub fe374929 2d8077c3

+6 -3
+6 -3
pkgs/tools/graphics/vkmark/default.nix
··· 13 13 , assimp 14 14 , libxcb 15 15 , xcbutilwm 16 + , unstableGitUpdater 16 17 }: 17 18 18 19 stdenv.mkDerivation rec { 19 20 pname = "vkmark"; 20 - version = "unstable-2022-09-09"; 21 + version = "2017.08-unstable-2023-04-12"; 21 22 22 23 src = fetchFromGitHub { 23 24 owner = "vkmark"; 24 25 repo = "vkmark"; 25 - rev = "30d2cd37f0566589d90914501fc7c51a4e51f559"; 26 - sha256 = "sha256-/awEJbmSiNJT71bijI5mrJkKN4DhRNxXO/qYpQECFnA="; 26 + rev = "ab6e6f34077722d5ae33f6bd40b18ef9c0e99a15"; 27 + sha256 = "sha256-X1Y2U1aJymKrv3crJLN7tvXHG2W+w0W5gB2g00y4yvc="; 27 28 }; 28 29 29 30 nativeBuildInputs = [ meson ninja pkg-config ]; ··· 38 39 wayland 39 40 wayland-protocols 40 41 ]; 42 + 43 + passthru.updateScript = unstableGitUpdater { }; 41 44 42 45 meta = with lib; { 43 46 description = "An extensible Vulkan benchmarking suite";