magic-vlsi: 8.3.486 -> 8.3.497

This commit is contained in:
R. Ryantm 2024-10-15 08:49:43 +00:00
parent c2bdda7b60
commit 302cc71c7a

View File

@ -13,11 +13,11 @@
stdenv.mkDerivation rec {
pname = "magic-vlsi";
version = "8.3.486";
version = "8.3.497";
src = fetchurl {
url = "http://opencircuitdesign.com/magic/archive/magic-${version}.tgz";
sha256 = "sha256-RLAA97roY41imjxehEFzF+peLmrS+rTQkVua+8dxKDY=";
sha256 = "sha256-toLywrRtaoA8m2YCgwsKRGif4c5nLOt5eFRDp+ZX8/M=";
};
nativeBuildInputs = [ python3 ];