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

authored by winter.bsky.social and committed by GitHub d684cc51 d2c2cc9b

+2 -2
+2 -2
pkgs/tools/graphics/directx-shader-compiler/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "directx-shader-compiler"; 5 - version = "1.6.2112"; 5 + version = "1.7.2207"; 6 6 7 7 # Put headers in dev, there are lot of them which aren't necessary for 8 8 # using the compiler binary. ··· 12 12 owner = "microsoft"; 13 13 repo = "DirectXShaderCompiler"; 14 14 rev = "v${version}"; 15 - hash = "sha256-+oh7oWJCE0CLehnqpE2J9aIfMFbtfLAKwI9ETmCg/TA="; 15 + hash = "sha256-yvhraZPJ6ocsg7/22/AzDbl/Rz7qXRQiXBxE1zB1QPA="; 16 16 fetchSubmodules = true; 17 17 }; 18 18