libglvnd: 1.3.4 -> 1.4.0
This commit is contained in:
parent
c1c6899d0a
commit
9d3304b9fd
1 changed files with 3 additions and 2 deletions
|
@ -5,14 +5,14 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libglvnd";
|
pname = "libglvnd";
|
||||||
version = "1.3.4";
|
version = "1.4.0";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
domain = "gitlab.freedesktop.org";
|
domain = "gitlab.freedesktop.org";
|
||||||
owner = "glvnd";
|
owner = "glvnd";
|
||||||
repo = "libglvnd";
|
repo = "libglvnd";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0phvgg2h3pcz3x39gaymwb37bnw1s26clq9wsj0zx398zmp3dwpk";
|
sha256 = "06y7m486kgg566krbhb0gvmpzy6ayd98psnrmmkrnw8p513lg8k3";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook pkg-config python3 addOpenGLRunpath ];
|
nativeBuildInputs = [ autoreconfHook pkg-config python3 addOpenGLRunpath ];
|
||||||
|
@ -63,6 +63,7 @@ stdenv.mkDerivation rec {
|
||||||
'';
|
'';
|
||||||
inherit (src.meta) homepage;
|
inherit (src.meta) homepage;
|
||||||
# https://gitlab.freedesktop.org/glvnd/libglvnd#libglvnd:
|
# https://gitlab.freedesktop.org/glvnd/libglvnd#libglvnd:
|
||||||
|
changelog = "https://gitlab.freedesktop.org/glvnd/libglvnd/-/tags/v${version}";
|
||||||
license = with licenses; [ mit bsd1 bsd3 gpl3Only asl20 ];
|
license = with licenses; [ mit bsd1 bsd3 gpl3Only asl20 ];
|
||||||
platforms = platforms.linux ++ platforms.darwin;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
maintainers = with maintainers; [ primeos ];
|
maintainers = with maintainers; [ primeos ];
|
||||||
|
|
Loading…
Reference in a new issue