Merge pull request #263067 from r-ryantm/auto-update/xschem

xschem: 3.1.0 -> 3.4.4
This commit is contained in:
Fabián Heredia Montiel 2023-10-24 15:04:49 -06:00 committed by GitHub
commit c895e2397b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "xschem";
version = "3.1.0";
version = "3.4.4";
src = fetchFromGitHub {
owner = "StefanSchippers";
repo = "xschem";
rev = version;
sha256 = "sha256-SHpESg5mn9lSDOURQusQUsug8Jqin/W5rqkVgmseSgA=";
sha256 = "sha256-1jP1SJeq23XNkOQgcl2X+rBrlka4a04irmfhoKRM1j4=";
};
nativeBuildInputs = [ bison flex pkg-config ];