Skip to content

Commit d8e884c

Browse files
authored
chore: update magic, klayout (#34)
- magic to 8.3.555 - KLayout to 0.30.4 Signed-off-by: Leo Moser <[email protected]>
1 parent c4b3ed3 commit d8e884c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

nix/klayout.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
fetchurl,
5454
buildEnv,
5555
makeBinaryWrapper,
56-
version ? "0.30.2",
57-
sha256 ? "sha256-jJnUVwcjqIZZFMYtJvRzGS1INrQ069Pi2vDekyif21M=",
56+
version ? "0.30.4",
57+
sha256 ? "sha256-eL1RjqZpZI3+20ax+NsQ3qoOPzdm4k6KJwW+Rn0wg8Y=",
5858
# Python environments
5959
klayout,
6060
buildPythonEnvForInterpreter,

nix/magic.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
cairo,
4646
python3,
4747
gnused,
48-
version ? "8.3.554",
48+
version ? "8.3.555",
4949
rev ? null,
50-
sha256 ? "sha256-5eGaQdLD3Z8GwnsC0esGldxcXLAW1vByldTPVFOf8a4=",
50+
sha256 ? "sha256-MXNhihtFaxa1/mvE+FmwGaggnBcZvC72QXpMZNCC6lI=",
5151
}:
5252
clangStdenv.mkDerivation {
5353
pname = "magic-vlsi";

0 commit comments

Comments
 (0)