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

ngspice: 33 -> 34
This commit is contained in:
Mario Rodas 2021-02-23 20:40:05 -05:00 committed by GitHub
commit 19d38d712a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,11 +14,11 @@
stdenv.mkDerivation rec {
pname = "ngspice";
version = "33";
version = "34";
src = fetchurl {
url = "mirror://sourceforge/ngspice/ngspice-${version}.tar.gz";
sha256 = "1wa1hmpn13spmxqgbb1m7vgy32mwvjqwrxhymzll8z65q5nbd7dr";
sha256 = "sha256-ImP//GaUdUlyr3By7wHP5irHkIANrWUbwpC/yueb17U=";
};
nativeBuildInputs = [ flex bison ];