Commit 07fd3ec5 authored by K900's avatar K900
Browse files

vulkan-extension-layer: 1.3.243 -> 1.3.248, remove vulkan-headers version check

parent 064bcc58
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "vulkan-extension-layer";
  version = "1.3.243.0";
  version = "1.3.248";

  src = fetchFromGitHub {
    owner = "KhronosGroup";
    repo = "Vulkan-ExtensionLayer";
    rev = "sdk-${version}";
    hash = "sha256-hxlfSnH4M3ui5nW0Ll5rhto0DnJIHW0tJzS+p4KV0R4=";
    rev = "v${version}";
    hash = "sha256-CuwYpB8HX8pnR+ElkQfckpKDLKyZIzqm4F9kluM1cKo=";
  };

  nativeBuildInputs = [ cmake jq ];
@@ -40,6 +40,5 @@ stdenv.mkDerivation rec {
    platforms = platforms.linux;
    license = licenses.asl20;
    maintainers = with maintainers; [ expipiplus1 ];
    broken = (version != vulkan-headers.version);
  };
}