solvespace: 3.0 -> 3.1

This commit is contained in:
Michal Sojka 2022-06-04 23:35:59 +02:00
parent 236cc2971a
commit 2de8b93948

View File

@ -7,6 +7,7 @@
, at-spi2-core
, cairo
, dbus
, eigen
, freetype
, fontconfig
, glew
@ -18,6 +19,7 @@
, libpng
, libselinux
, libsepol
, libspnav
, libthai
, libxkbcommon
, pangomm
@ -29,13 +31,13 @@
stdenv.mkDerivation rec {
pname = "solvespace";
version = "3.0";
version = "3.1";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
hash = "sha256-aaYqUZ0c1lCL91fmxtKFAAE2uUWrjnDB3WdcqdutXhE=";
hash = "sha256-sSDht8pBrOG1YpsWfC/CLTTWh2cI5pn2PXGH900Z0yA=";
fetchSubmodules = true;
};
@ -49,6 +51,7 @@ stdenv.mkDerivation rec {
at-spi2-core
cairo
dbus
eigen
freetype
fontconfig
glew
@ -60,6 +63,7 @@ stdenv.mkDerivation rec {
libpng
libselinux
libsepol
libspnav
libthai
libxkbcommon
pangomm