vulkan-tools: 1.3.224.1 -> 1.3.231.0

This commit is contained in:
PedroHLC ☭ 2022-10-25 15:28:43 -03:00
parent 1373d189df
commit b347baf7d5
No known key found for this signature in database
GPG key ID: DF4C6898CBDC6DF5

View file

@ -21,17 +21,17 @@
stdenv.mkDerivation rec {
pname = "vulkan-tools";
version = "1.3.224.1";
version = "1.3.231.0";
# It's not strictly necessary to have matching versions here, however
# since we're using the SDK version we may as well be consistent with
# the rest of nixpkgs.
src = (assert version == vulkan-headers.version;
src = (assert (version) == vulkan-headers.version;
fetchFromGitHub {
owner = "KhronosGroup";
repo = "Vulkan-Tools";
rev = "sdk-${version}";
hash = "sha256-Z+QJBd2LBdiJD1fHhBLbOfOoLhqTg0J3tq+XQRSiQaY=";
hash = "sha256-6oimP4ISa0dX4bLU3Nch8Ur6MzEMQscnL8EfRrqT/Es=";
});
nativeBuildInputs = [