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

xschem: 3.0.0 -> 3.1.0
This commit is contained in:
Jonas Heinrich 2022-08-08 10:43:11 +02:00 committed by GitHub
commit 3cbb7231b5
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.0.0";
version = "3.1.0";
src = fetchFromGitHub {
owner = "StefanSchippers";
repo = "xschem";
rev = version;
sha256 = "sha256-C57jo8tAbiqQAgf4Xp2lpFGOr6F1knPpFcYxPiqSM4k=";
sha256 = "sha256-SHpESg5mn9lSDOURQusQUsug8Jqin/W5rqkVgmseSgA=";
};
nativeBuildInputs = [ bison flex pkg-config ];