magic-vlsi: 8.3.597 -> 8.3.602

- Add passthru.updateScript for automated updates
This commit is contained in:
Andreas Wendleder
2026-02-06 17:45:46 +01:00
parent f22526981d
commit 223fc8180d
+5 -2
View File
@@ -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/";