Skip to content

Commit

Permalink
opencascade-occt: 7.3.0p3 -> 7.4.0p1
Browse files Browse the repository at this point in the history
  • Loading branch information
gebner committed Sep 26, 2020
1 parent b7b89a6 commit 650cb98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/libraries/opencascade-occt/default.nix
Expand Up @@ -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 ];
Expand All @@ -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;
};

Expand Down

0 comments on commit 650cb98

Please sign in to comment.