Merge pull request #183622 from r-ryantm/auto-update/directx-shader-compiler

This commit is contained in:
Winter 2022-07-29 18:55:13 -04:00 committed by GitHub
commit d684cc51bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "directx-shader-compiler"; pname = "directx-shader-compiler";
version = "1.6.2112"; version = "1.7.2207";
# Put headers in dev, there are lot of them which aren't necessary for # Put headers in dev, there are lot of them which aren't necessary for
# using the compiler binary. # using the compiler binary.
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
owner = "microsoft"; owner = "microsoft";
repo = "DirectXShaderCompiler"; repo = "DirectXShaderCompiler";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-+oh7oWJCE0CLehnqpE2J9aIfMFbtfLAKwI9ETmCg/TA="; hash = "sha256-yvhraZPJ6ocsg7/22/AzDbl/Rz7qXRQiXBxE1zB1QPA=";
fetchSubmodules = true; fetchSubmodules = true;
}; };