We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33c9fd8 commit 14af7c5Copy full SHA for 14af7c5
1 file changed
pkgs/tools/graphics/directx-shader-compiler/default.nix
@@ -2,7 +2,7 @@
2
3
stdenv.mkDerivation rec {
4
pname = "directx-shader-compiler";
5
- version = "1.7.2212";
+ version = "1.7.2212.1";
6
7
# Put headers in dev, there are lot of them which aren't necessary for
8
# using the compiler binary.
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
12
owner = "microsoft";
13
repo = "DirectXShaderCompiler";
14
rev = "v${version}";
15
- hash = "sha256-/FuG6ThvA3XMlHhnshRJpKC+vf4LM8/hurUoPagpTqA=";
+ hash = "sha256-old/vGNoj0mimuvd/RkwNeynBp+gBrkwQ7ah2oUZll0=";
16
fetchSubmodules = true;
17
};
18
0 commit comments