Merge pull request #176296 from wentasah/solvespace-3.1
solvespace: 3.0 -> 3.1
This commit is contained in:
commit
1ad4966816
1 changed files with 6 additions and 2 deletions
|
@ -7,6 +7,7 @@
|
||||||
, at-spi2-core
|
, at-spi2-core
|
||||||
, cairo
|
, cairo
|
||||||
, dbus
|
, dbus
|
||||||
|
, eigen
|
||||||
, freetype
|
, freetype
|
||||||
, fontconfig
|
, fontconfig
|
||||||
, glew
|
, glew
|
||||||
|
@ -18,6 +19,7 @@
|
||||||
, libpng
|
, libpng
|
||||||
, libselinux
|
, libselinux
|
||||||
, libsepol
|
, libsepol
|
||||||
|
, libspnav
|
||||||
, libthai
|
, libthai
|
||||||
, libxkbcommon
|
, libxkbcommon
|
||||||
, pangomm
|
, pangomm
|
||||||
|
@ -29,13 +31,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "solvespace";
|
pname = "solvespace";
|
||||||
version = "3.0";
|
version = "3.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = pname;
|
owner = pname;
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-aaYqUZ0c1lCL91fmxtKFAAE2uUWrjnDB3WdcqdutXhE=";
|
hash = "sha256-sSDht8pBrOG1YpsWfC/CLTTWh2cI5pn2PXGH900Z0yA=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -49,6 +51,7 @@ stdenv.mkDerivation rec {
|
||||||
at-spi2-core
|
at-spi2-core
|
||||||
cairo
|
cairo
|
||||||
dbus
|
dbus
|
||||||
|
eigen
|
||||||
freetype
|
freetype
|
||||||
fontconfig
|
fontconfig
|
||||||
glew
|
glew
|
||||||
|
@ -60,6 +63,7 @@ stdenv.mkDerivation rec {
|
||||||
libpng
|
libpng
|
||||||
libselinux
|
libselinux
|
||||||
libsepol
|
libsepol
|
||||||
|
libspnav
|
||||||
libthai
|
libthai
|
||||||
libxkbcommon
|
libxkbcommon
|
||||||
pangomm
|
pangomm
|
||||||
|
|
Loading…
Reference in a new issue