Merge pull request #176296 from wentasah/solvespace-3.1

solvespace: 3.0 -> 3.1
main
Bobby Rong 2 years ago committed by GitHub
commit 1ad4966816
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      pkgs/applications/graphics/solvespace/default.nix

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

Loading…
Cancel
Save