magic-vlsi: 8.3.486 -> 8.3.497 (#348733)

This commit is contained in:
nixpkgs-merge-bot[bot] 2024-10-17 22:32:00 +00:00 committed by GitHub
commit ca1c3b1e9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];