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

ngspice: 30 -> 31
This commit is contained in:
Mario Rodas 2020-01-09 05:13:15 -05:00 committed by GitHub
commit 2148e53664
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
pname = "ngspice";
version = "30";
version = "31";
src = fetchurl {
url = "mirror://sourceforge/ngspice/ngspice-${version}.tar.gz";
sha256 = "15v0jdfy2a2zxp8dmy04fdp7w7a4vwvffcwa688r81b86wphxzh8";
sha256 = "10n2lnfrpsv4vyrirkphr4jwjjhy7i617g6za78dwirfjq63npw4";
};
nativeBuildInputs = [ flex bison ];