Unverified Commit b9688e4f authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

magic-vlsi: 8.3.597 -> 8.3.602 (#487686)

parents 07dfcae5 223fc818
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -15,17 +15,18 @@
  tcsh,
  tk,
  fixDarwinDylibNames,
  nix-update-script,
}:

stdenv.mkDerivation (finalAttrs: {
  pname = "magic-vlsi";
  version = "8.3.597";
  version = "8.3.602";

  src = fetchFromGitHub {
    owner = "RTimothyEdwards";
    repo = "magic";
    tag = finalAttrs.version;
    hash = "sha256-aFT/uTs/nMb8srf0Hjit03qM7+x1yZasIrSv8cjLS88=";
    hash = "sha256-jNcuTdBHyVUEvdavIaB2LfMBKhHZkCxFOYyA2kBezqc=";
    leaveDotGit = true;
  };

@@ -105,6 +106,8 @@ stdenv.mkDerivation (finalAttrs: {
  env.NIX_CFLAGS_COMPILE = "-std=gnu89 -Wno-implicit-function-declaration";
  env.NIX_LDFLAGS = lib.optionalString stdenv.hostPlatform.isDarwin "-headerpad_max_install_names";

  passthru.updateScript = nix-update-script { };

  meta = {
    description = "VLSI layout tool written in Tcl";
    homepage = "http://opencircuitdesign.com/magic/";