We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4b3ed3 commit d8e884cCopy full SHA for d8e884c
nix/klayout.nix
@@ -53,8 +53,8 @@
53
fetchurl,
54
buildEnv,
55
makeBinaryWrapper,
56
- version ? "0.30.2",
57
- sha256 ? "sha256-jJnUVwcjqIZZFMYtJvRzGS1INrQ069Pi2vDekyif21M=",
+ version ? "0.30.4",
+ sha256 ? "sha256-eL1RjqZpZI3+20ax+NsQ3qoOPzdm4k6KJwW+Rn0wg8Y=",
58
# Python environments
59
klayout,
60
buildPythonEnvForInterpreter,
nix/magic.nix
@@ -45,9 +45,9 @@
45
cairo,
46
python3,
47
gnused,
48
- version ? "8.3.554",
+ version ? "8.3.555",
49
rev ? null,
50
- sha256 ? "sha256-5eGaQdLD3Z8GwnsC0esGldxcXLAW1vByldTPVFOf8a4=",
+ sha256 ? "sha256-MXNhihtFaxa1/mvE+FmwGaggnBcZvC72QXpMZNCC6lI=",
51
}:
52
clangStdenv.mkDerivation {
pname = "magic-vlsi";
0 commit comments