Commit bfa29e52 authored by K900's avatar K900
Browse files

vulkan-tools-lunarg: 1.3.243.0 -> 1.3.249

parent 0cb697b2
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -24,14 +24,13 @@

stdenv.mkDerivation rec {
  pname = "vulkan-tools-lunarg";
  # The version must match that in vulkan-headers
  version = "1.3.243.0";
  version = "1.3.249";

  src = fetchFromGitHub {
   owner = "LunarG";
   repo = "VulkanTools";
   rev = "sdk-${version}";
   hash = "sha256-mvBP6wD1Z0VNLZ0mC4bA3i2IaBDtDr7K6XjHz4S3UA4=";
   rev = "v${version}";
   hash = "sha256-yQE6tjUxIZEMspxDaO9AoSjoEHQl2eDAc0E/aVQZnxQ=";
   fetchSubmodules = true;
 };

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