Merge pull request #277028 from r-ryantm/auto-update/magic-vlsi

magic-vlsi: 8.3.453 -> 8.3.454
This commit is contained in:
Nick Cao 2023-12-28 13:37:37 -05:00 committed by GitHub
commit 684dbecf47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,11 +13,11 @@
stdenv.mkDerivation rec {
pname = "magic-vlsi";
version = "8.3.453";
version = "8.3.454";
src = fetchurl {
url = "http://opencircuitdesign.com/magic/archive/magic-${version}.tgz";
sha256 = "sha256-1G8vm9AGboIElufXUIa9ZABaHVjx4UiBNA0ZTYeuVtU=";
sha256 = "sha256-nHZJ2L54J2x+H7S29TeGPInTgjEhRFv3h2ki0ccGYB0=";
};
nativeBuildInputs = [ python3 ];