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

netgen-vlsi: 1.5.315 -> 1.5.316 (#487692)

parents f5fb7f67 d043e63d
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -5,17 +5,18 @@
  tcl,
  tk,
  m4,
  nix-update-script,
}:

stdenv.mkDerivation (finalAttrs: {
  pname = "netgen";
  version = "1.5.315";
  version = "1.5.316";

  src = fetchFromGitHub {
    owner = "RTimothyEdwards";
    repo = "netgen";
    tag = finalAttrs.version;
    hash = "sha256-dXCZm5zVwn23y7DLPSUrTKGMcu/FjdVKsyry59lEt7U=";
    hash = "sha256-Cw/JZXzkvstfCD3oyWhZ3sWZcXtpGBkZhZIHjq2vQ6Q=";
  };

  strictDeps = true;
@@ -42,6 +43,8 @@ stdenv.mkDerivation (finalAttrs: {
    sed -i "1s|#!/bin/bash|#!${stdenv.shell}|" $out/bin/netgen
  '';

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

  meta = {
    description = "LVS tool for VLSI circuit netlists";
    mainProgram = "netgen";