xschem: 3.0.0 -> 3.1.0

This commit is contained in:
R. Ryantm 2022-08-06 09:02:23 +00:00
parent c6568cae89
commit ea50144392

View file

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