Updating opencascade_oce to 0.14.1
This commit is contained in:
parent
95660053fc
commit
4fe0bf9ecb
@ -2,11 +2,10 @@
|
|||||||
ftgl, freetype}:
|
ftgl, freetype}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "opencascade-oce-0.13-dev";
|
name = "opencascade-oce-0.14.1";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = https://api.github.com/repos/tpaviot/oce/tarball/bd77743bfa0e765c3a57d116a62d75b50e1a455;
|
url = https://github.com/tpaviot/oce/archive/OCE-0.14.1.tar.gz;
|
||||||
name = "${name}.tar.gz";
|
sha256 = "0pfc94nmzipm6zmxywxbly1cpfr6wadxasqqkkbdvzg937mrwl5d";
|
||||||
sha256 = "1w7z326la9427yb23hbalsksk6w4ma5xil4jscnvi8mk6g48wyxv";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ mesa tcl tk file libXmu libtool qt4 ftgl freetype cmake ];
|
buildInputs = [ mesa tcl tk file libXmu libtool qt4 ftgl freetype cmake ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user