directx-shader-compiler: 1.7.2207 -> 1.7.2212

This commit is contained in:
Sebastian Neubauer 2022-12-20 23:36:16 +01:00
parent 83d95200e7
commit 4e3db444a5

View file

@ -2,7 +2,7 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "directx-shader-compiler"; pname = "directx-shader-compiler";
version = "1.7.2207"; version = "1.7.2212";
# 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-yvhraZPJ6ocsg7/22/AzDbl/Rz7qXRQiXBxE1zB1QPA="; hash = "sha256-/FuG6ThvA3XMlHhnshRJpKC+vf4LM8/hurUoPagpTqA=";
fetchSubmodules = true; fetchSubmodules = true;
}; };