Skip to content

Commit

Permalink
vulkan-headers: 1.1.144.0 -> 1.2.131.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralith authored and FRidh committed Feb 11, 2020
1 parent d40256f commit 8985abb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/vulkan-headers/default.nix
@@ -1,15 +1,15 @@
{ stdenv, fetchFromGitHub, cmake }:
stdenv.mkDerivation rec {
pname = "vulkan-headers";
version = "1.1.114.0";
version = "1.2.131.1";

nativeBuildInputs = [ cmake ];

src = fetchFromGitHub {
owner = "KhronosGroup";
repo = "Vulkan-Headers";
rev = "sdk-${version}";
sha256 = "0fdvh26nxibylh32lj8b62d9nf9j25xa0il9zg362wmr2zgm8gka";
sha256 = "1yf42c2cnhx1y4wkxsdl6g653xl2vvamhpkldz6jb4ca5wk03gxf";
};

meta = with stdenv.lib; {
Expand Down

0 comments on commit 8985abb

Please sign in to comment.