magic-vlsi: 8.3.570 -> 8.3.573 (#459309)

This commit is contained in:
Sandro
2025-11-07 18:07:53 +00:00
committed by GitHub
+2 -2
View File
@@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "magic-vlsi";
version = "8.3.570";
version = "8.3.573";
src = fetchFromGitHub {
owner = "RTimothyEdwards";
repo = "magic";
tag = "${version}";
sha256 = "sha256-ytITe6NtCqD1HTKry8O2famVkhB1+txIIa8UQlXa9qM=";
sha256 = "sha256-P5qfMsn3DGHjeF7zsZWeG9j38C6j5UEwUqGyjaEVO1E=";
leaveDotGit = true;
};