Merge pull request #41668 from r-ryantm/auto-update/ngspice

ngspice: 27 -> 28
This commit is contained in:
Matthew Justin Bauer 2018-06-10 19:08:30 -04:00 committed by GitHub
commit cc42186614
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,11 @@
{stdenv, fetchurl, readline, bison, flex, libX11, libICE, libXaw, libXext, fftw}:
stdenv.mkDerivation {
name = "ngspice-27";
name = "ngspice-28";
src = fetchurl {
url = "mirror://sourceforge/ngspice/ngspice-27.tar.gz";
sha256 = "15862npsy5sj56z5yd1qiv3y0fgicrzj7wwn8hbcy89fgbawf20c";
url = "mirror://sourceforge/ngspice/ngspice-28.tar.gz";
sha256 = "0rnz2rdgyav16w7wfn3sfrk2lwvvgz1fh0l9107zkcldijklz04l";
};
nativeBuildInputs = [ flex bison ];