nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

opencascade-occt: 7.5.1 -> 7.6.2

+2 -2
+2 -2
pkgs/development/libraries/opencascade-occt/default.nix
··· 3 3 4 4 stdenv.mkDerivation rec { 5 5 pname = "opencascade-occt"; 6 - version = "7.5.1"; 6 + version = "7.6.2"; 7 7 commit = "V${builtins.replaceStrings ["."] ["_"] version}"; 8 8 9 9 src = fetchurl { 10 10 name = "occt-${commit}.tar.gz"; 11 11 url = "https://git.dev.opencascade.org/gitweb/?p=occt.git;a=snapshot;h=${commit};sf=tgz"; 12 - sha256 = "sha256-1whKU+7AMVYabfs15x8MabohKonn5oM54ZEtxF93wAo="; 12 + sha256 = "sha256-n3KFrN/mN1SVXfuhEUAQ1fJzrCvhiclxfEIouyj9Z18="; 13 13 }; 14 14 15 15 nativeBuildInputs = [ cmake ninja ];