opencascade-occt: 7.3.0p3 -> 7.4.0p1

This commit is contained in:
Gabriel Ebner 2020-09-26 11:38:49 +02:00
parent b7b89a6272
commit 650cb98140

View file

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "opencascade-occt";
version = "7.3.0p3";
version = "7.4.0p1";
commit = "V${builtins.replaceStrings ["."] ["_"] version}";
src = fetchurl {
name = "occt-${commit}.tar.gz";
url = "https://git.dev.opencascade.org/gitweb/?p=occt.git;a=snapshot;h=${commit};sf=tgz";
sha256 = "0k9c3ypcnjcilq1dhsf6xxbd52gyq4h5rchvp30k3c8ph4ris5pz";
sha256 = "0b9hs3akx1f3hhg4zdip6qdv04ssqqcf9kk12amkidgvsl73z2hs";
};
nativeBuildInputs = [ cmake ninja ];
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
license = licenses.lgpl21; # essentially...
# The special exception defined in the file OCCT_LGPL_EXCEPTION.txt
# are basically about making the license a little less share-alike.
maintainers = with maintainers; [ amiloradovsky ];
maintainers = with maintainers; [ amiloradovsky gebner ];
platforms = platforms.all;
};