We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2763063 commit e580eacCopy full SHA for e580eac
1 file changed
pkgs/development/libraries/opencascade-occt/default.nix
@@ -3,13 +3,13 @@
3
4
stdenv.mkDerivation rec {
5
pname = "opencascade-occt";
6
- version = "7.4.0p1";
+ version = "7.5.0";
7
commit = "V${builtins.replaceStrings ["."] ["_"] version}";
8
9
src = fetchurl {
10
name = "occt-${commit}.tar.gz";
11
url = "https://git.dev.opencascade.org/gitweb/?p=occt.git;a=snapshot;h=${commit};sf=tgz";
12
- sha256 = "0b9hs3akx1f3hhg4zdip6qdv04ssqqcf9kk12amkidgvsl73z2hs";
+ sha256 = "0bpzpaqki3k6i7xmhan0f1c1fr05smpcmgrp4vh572j61lwpq1r3";
13
};
14
15
nativeBuildInputs = [ cmake ninja ];
0 commit comments