tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
directx-headers: 1.610.2 -> 1.611.0
R. Ryantm
2 years ago
efe2d987
4c37153a
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
directx-headers
default.nix
+2
-2
pkgs/development/libraries/directx-headers/default.nix
···
1
{ lib, stdenv, fetchFromGitHub, meson, ninja }:
2
stdenv.mkDerivation rec {
3
pname = "directx-headers";
4
-
version = "1.610.2";
5
6
src = fetchFromGitHub {
7
owner = "microsoft";
8
repo = "DirectX-Headers";
9
rev = "v${version}";
10
-
hash = "sha256-se+/TgqKdatTnBlHcBC1K4aOGGfPEW+E1efpP34+xc0=";
11
};
12
13
nativeBuildInputs = [ meson ninja ];
···
1
{ lib, stdenv, fetchFromGitHub, meson, ninja }:
2
stdenv.mkDerivation rec {
3
pname = "directx-headers";
4
+
version = "1.611.0";
5
6
src = fetchFromGitHub {
7
owner = "microsoft";
8
repo = "DirectX-Headers";
9
rev = "v${version}";
10
+
hash = "sha256-HG2Zj8hvsgv8oeSDp1eK+1A5bvFL6oQIh5mMFWOFsvk=";
11
};
12
13
nativeBuildInputs = [ meson ninja ];