Skip to content

Commit

Permalink
vulkan-tools-lunarg: 1.3.243.0 -> 1.3.249
Browse files Browse the repository at this point in the history
  • Loading branch information
K900 committed May 3, 2023
1 parent 0cb697b commit bfa29e5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pkgs/tools/graphics/vulkan-tools-lunarg/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

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

0 comments on commit bfa29e5

Please sign in to comment.