Unverified Commit c895e239 authored by Fabián Heredia Montiel's avatar Fabián Heredia Montiel Committed by GitHub
Browse files

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

xschem: 3.1.0 -> 3.4.4
parents 9c9f0e79 94ca5737
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];