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