Unverified Commit d0de7976 authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

opencsg: 1.6.0 -> 1.7.0 (#375441)

parents 688f7d95 01c763ae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,11 +15,11 @@
}:

stdenv.mkDerivation rec {
  version = "1.6.0";
  version = "1.7.0";
  pname = "opencsg";
  src = fetchurl {
    url = "http://www.opencsg.org/OpenCSG-${version}.tar.gz";
    hash = "sha256-v4+4Dj4M4R2H3XjdFaDehy27iXLYf1+Jz/xGHvrUe+g=";
    hash = "sha256-uJLezIGp5nwsTSXFOZ1XbY93w7DAUmBgZ0MkPIZTnfg=";
  };

  nativeBuildInputs = [ qmake ] ++ lib.optional stdenv.hostPlatform.isDarwin fixDarwinDylibNames;