Loading pkgs/tools/graphics/directx-shader-compiler/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ stdenv.mkDerivation rec { pname = "directx-shader-compiler"; version = "1.7.2212.1"; version = "1.7.2308"; # Put headers in dev, there are lot of them which aren't necessary for # using the compiler binary. Loading @@ -12,7 +12,7 @@ stdenv.mkDerivation rec { owner = "microsoft"; repo = "DirectXShaderCompiler"; rev = "v${version}"; hash = "sha256-old/vGNoj0mimuvd/RkwNeynBp+gBrkwQ7ah2oUZll0="; hash = "sha256-pfdAD+kRpmqW29Y8jn6+X5Ujy/9cIvisYr0tH1PuxsY="; fetchSubmodules = true; }; Loading Loading
pkgs/tools/graphics/directx-shader-compiler/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ stdenv.mkDerivation rec { pname = "directx-shader-compiler"; version = "1.7.2212.1"; version = "1.7.2308"; # Put headers in dev, there are lot of them which aren't necessary for # using the compiler binary. Loading @@ -12,7 +12,7 @@ stdenv.mkDerivation rec { owner = "microsoft"; repo = "DirectXShaderCompiler"; rev = "v${version}"; hash = "sha256-old/vGNoj0mimuvd/RkwNeynBp+gBrkwQ7ah2oUZll0="; hash = "sha256-pfdAD+kRpmqW29Y8jn6+X5Ujy/9cIvisYr0tH1PuxsY="; fetchSubmodules = true; }; Loading