Merge pull request #176296 from wentasah/solvespace-3.1

solvespace: 3.0 -> 3.1
This commit is contained in:
Bobby Rong 2022-06-25 11:38:11 +08:00 committed by GitHub
commit 1ad4966816
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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