Unverified Commit d52a1f5a authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

vulkan-cts: 1.4.5.2 -> 1.4.5.3 (#504937)

parents 3f81b90b 324f117c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -53,13 +53,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "vulkan-cts";
  version = "1.4.5.2";
  version = "1.4.5.3";

  src = fetchFromGitHub {
    owner = "KhronosGroup";
    repo = "VK-GL-CTS";
    rev = "vulkan-cts-${finalAttrs.version}";
    hash = "sha256-VlnKeZlf6oMROHfJ5cnvUXSQequosul6BhrjBP/IoUU=";
    hash = "sha256-UZktBlSADFowMuGoWH98Dhg9nD5hYjs19melnx996gg=";
  };

  prePatch = ''