spirv-cross: 1.3.236.0 -> 1.3.239.0

This commit is contained in:
PedroHLC ☭ 2023-01-30 16:44:39 -03:00
parent 7a5a9bbf9e
commit 44a1fb1b9c
No known key found for this signature in database
GPG Key ID: DF4C6898CBDC6DF5

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "spirv-cross";
version = "1.3.236.0";
version = "1.3.239.0";
src = fetchFromGitHub {
owner = "KhronosGroup";
repo = "SPIRV-Cross";
rev = "sdk-${finalAttrs.version}";
hash = "sha256-zx/fjDKgteWizC3O1bL4WSwwPNw2/2m0xCnCiOttgAo=";
hash = "sha256-Awtsz4iMuS3JuvaYHRxjo56EnnZPjo9YGfeYAi7lmJY=";
};
nativeBuildInputs = [ cmake python3 ];