directx-shader-compiler: 1.7.2212 -> 1.7.2212.1
This commit is contained in:
parent
33c9fd85e5
commit
14af7c5a37
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "directx-shader-compiler";
|
pname = "directx-shader-compiler";
|
||||||
version = "1.7.2212";
|
version = "1.7.2212.1";
|
||||||
|
|
||||||
# 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-/FuG6ThvA3XMlHhnshRJpKC+vf4LM8/hurUoPagpTqA=";
|
hash = "sha256-old/vGNoj0mimuvd/RkwNeynBp+gBrkwQ7ah2oUZll0=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue