directx-shader-compiler: 1.10.2605.2 -> 1.10.2605.24

This commit is contained in:
R. Ryantm
2026-05-27 13:08:06 +00:00
parent 3a2ca800cb
commit d83a1c4ea4

View File

@@ -10,7 +10,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "directx-shader-compiler";
version = "1.10.2605.2";
version = "1.10.2605.24";
# Put headers in dev, there are lot of them which aren't necessary for
# using the compiler binary.
@@ -23,7 +23,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "microsoft";
repo = "DirectXShaderCompiler";
rev = "v${finalAttrs.version}";
hash = "sha256-FzfXxfhAyJw7rouWJEyeVdikG5TBM81yC+9iRg5tK3c=";
hash = "sha256-vZDP4xnqEdswjvlLTO1jYKtQS1UAA0vGdP2ovB8HMaM=";
fetchSubmodules = true;
};