Skip to content

Commit 14af7c5

Browse files
committed
directx-shader-compiler: 1.7.2212 -> 1.7.2212.1
1 parent 33c9fd8 commit 14af7c5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/tools/graphics/directx-shader-compiler/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
stdenv.mkDerivation rec {
44
pname = "directx-shader-compiler";
5-
version = "1.7.2212";
5+
version = "1.7.2212.1";
66

77
# Put headers in dev, there are lot of them which aren't necessary for
88
# using the compiler binary.
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
1212
owner = "microsoft";
1313
repo = "DirectXShaderCompiler";
1414
rev = "v${version}";
15-
hash = "sha256-/FuG6ThvA3XMlHhnshRJpKC+vf4LM8/hurUoPagpTqA=";
15+
hash = "sha256-old/vGNoj0mimuvd/RkwNeynBp+gBrkwQ7ah2oUZll0=";
1616
fetchSubmodules = true;
1717
};
1818

0 commit comments

Comments
 (0)