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

directx-shader-compiler: 1.7.2308 -> 1.8.2405
This commit is contained in:
Nick Cao 2024-06-13 14:17:01 -04:00 committed by GitHub
commit 69370a1359
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
pname = "directx-shader-compiler";
version = "1.7.2308";
version = "1.8.2405";
# Put headers in dev, there are lot of them which aren't necessary for
# using the compiler binary.
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
owner = "microsoft";
repo = "DirectXShaderCompiler";
rev = "v${version}";
hash = "sha256-pfdAD+kRpmqW29Y8jn6+X5Ujy/9cIvisYr0tH1PuxsY=";
hash = "sha256-p1sQcKWSQo0VU1JwB7J0eqT85CzNWxAMqC4HZ95NySg=";
fetchSubmodules = true;
};