Skip to content

Commit

Permalink
vulkan-extension-layer: 1.2.162.0 → 1.2.176.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kira-bruneau committed May 6, 2021
1 parent 95bba7f commit 88ed68b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/graphics/vulkan-extension-layer/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "vulkan-extension-layer";
version = "2020-11-20";
version = "1.2.176.0";

src = fetchFromGitHub {
owner = "KhronosGroup";
repo = "Vulkan-ExtensionLayer";
rev = "7474cb8e1f70e9f4a8bf382708a7f15465453af5";
sha256 = "1lxkgcnv32wqk4hlckv13xy84g38jzgc4qxp9vsbkrgz87hkdvwj";
rev = "sdk-${version}";
sha256 = "04zybnha7qnw9dqqlhb4q77d7pb8dq7b5y8qvid2dnjwf6ymirdn";
};

nativeBuildInputs = [ cmake jq ];
Expand Down

0 comments on commit 88ed68b

Please sign in to comment.