Skip to content

Commit 01a88a3

Browse files
authored
directx-headers: 1.615.0 -> 1.616.0 (#412486)
2 parents 3788979 + 6ae7d9b commit 01a88a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/di/directx-headers/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
}:
88
stdenv.mkDerivation rec {
99
pname = "directx-headers";
10-
version = "1.615.0";
10+
version = "1.616.0";
1111

1212
src = fetchFromGitHub {
1313
owner = "microsoft";
1414
repo = "DirectX-Headers";
1515
rev = "v${version}";
16-
hash = "sha256-1s/lrvUUOBGVAtfyAG2b/9raQVj2Hcjw9/RtqBO7ENA=";
16+
hash = "sha256-bPFeaNCxECKnecvt9jDIvxiQE6VaT7qD8Tyqm8L3u3M=";
1717
};
1818

1919
nativeBuildInputs = [

0 commit comments

Comments
 (0)