vulkan-sdk: 1.3.224.0 -> 1.3.224.1

This commit is contained in:
PedroHLC ☭ 2022-09-01 12:09:04 -03:00
parent bb97e96c23
commit 269df4a6e5
No known key found for this signature in database
GPG Key ID: F5BFC029DA9A28CE
9 changed files with 11 additions and 11 deletions

View File

@ -9,13 +9,13 @@
}:
stdenv.mkDerivation rec {
pname = "glslang";
version = "1.3.224.0";
version = "1.3.224.1";
src = fetchFromGitHub {
owner = "KhronosGroup";
repo = "glslang";
rev = "sdk-${version}";
hash = "sha256-+NKp/4e3iruAcTunpxksvCHxoVYmPd0kFI8JDJJUVg4=";
hash = "sha256-VEOENuy/VhYBBX52O4QHJFXUjsj6jL4vDD4cLDlQcIA=";
};
# These get set at all-packages, keep onto them for child drvs

View File

@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
pname = "spirv-headers";
version = "1.3.224.0";
version = "1.3.224.1";
src = fetchFromGitHub {
owner = "KhronosGroup";

View File

@ -1,7 +1,7 @@
{ lib, stdenv, fetchFromGitHub, cmake }:
stdenv.mkDerivation rec {
pname = "vulkan-headers";
version = "1.3.224.0";
version = "1.3.224.1";
nativeBuildInputs = [ cmake ];

View File

@ -3,7 +3,7 @@
stdenv.mkDerivation rec {
pname = "vulkan-loader";
version = "1.3.224.0";
version = "1.3.224.1";
src = (assert version == vulkan-headers.version;
fetchFromGitHub {

View File

@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
pname = "spirv-tools";
version = "1.3.224.0";
version = "1.3.224.1";
src = (assert version == spirv-headers.version;
fetchFromGitHub {

View File

@ -22,7 +22,7 @@ let
in
stdenv.mkDerivation rec {
pname = "vulkan-validation-layers";
version = "1.3.224.0";
version = "1.3.224.1";
# If we were to use "dev" here instead of headers, the setupHook would be
# placed in that output instead of "out".
@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
owner = "KhronosGroup";
repo = "Vulkan-ValidationLayers";
rev = "sdk-${version}";
hash = "sha256-MmAxUuV9CVJ6LHUb6ePEiE37meDB1TqPAwLsPdHQ1u8=";
hash = "sha256-5To5Llxl1i1XLaU2tR/O7g7dn2iV3FwLH7gFdXTMXxo=";
});
# Include absolute paths to layer libraries in their associated

View File

@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
pname = "vulkan-extension-layer";
version = "1.3.224.0";
version = "1.3.224.1";
src = (assert version == vulkan-headers.version;
fetchFromGitHub {

View File

@ -23,7 +23,7 @@
stdenv.mkDerivation rec {
pname = "vulkan-tools-lunarg";
# The version must match that in vulkan-headers
version = "1.3.224.0";
version = "1.3.224.1";
src = (assert version == vulkan-headers.version;
fetchFromGitHub {

View File

@ -21,7 +21,7 @@
stdenv.mkDerivation rec {
pname = "vulkan-tools";
version = "1.3.224.0";
version = "1.3.224.1";
# 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