Skip to content

Commit

Permalink
ngspice: 25 -> 26
Browse files Browse the repository at this point in the history
(cherry picked from commit 7ea20c9)

[Bjørn: add lib/maintainers.nix entry. On master branch, this entry
originates from the "kmix: init at 16.12.1" commit (doesn't apply
cleanly on release-16.09).]
  • Loading branch information
rongcuid authored and bjornfor committed Feb 2, 2017
1 parent 1498a43 commit 1605af1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions lib/maintainers.nix
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@
roblabla = "Robin Lambertz <robinlambertz+dev@gmail.com>";
roconnor = "Russell O'Connor <roconnor@theorem.ca>";
romildo = "José Romildo Malaquias <malaquias@gmail.com>";
rongcuid = "Rongcui Dong <rongcuid@outlook.com>";
ronny = "Ronny Pfannschmidt <nixos@ronnypfannschmidt.de>";
rszibele = "Richard Szibele <richard_szibele@hotmail.com>";
rushmorem = "Rushmore Mushambi <rushmore@webenchanter.com>";
Expand Down
8 changes: 4 additions & 4 deletions pkgs/applications/science/electronics/ngspice/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{stdenv, fetchurl, readline, bison, libX11, libICE, libXaw, libXext}:

stdenv.mkDerivation {
name = "ngspice-25";
name = "ngspice-26";

src = fetchurl {
url = "mirror://sourceforge/ngspice/ngspice-25.tar.gz";
sha256 = "03hlxwvl2j1wlb5yg4swvmph9gja37c2gqvwvzv6z16vg2wvn06h";
url = "mirror://sourceforge/ngspice/ngspice-26.tar.gz";
sha256 = "51e230c8b720802d93747bc580c0a29d1fb530f3dd06f213b6a700ca9a4d0108";
};

buildInputs = [ readline libX11 bison libICE libXaw libXext ];
Expand All @@ -16,7 +16,7 @@ stdenv.mkDerivation {
description = "The Next Generation Spice (Electronic Circuit Simulator)";
homepage = "http://ngspice.sourceforge.net";
license = with licenses; [ "BSD" gpl2 ];
maintainers = with maintainers; [ viric ];
maintainers = with maintainers; [ viric rongcuid ];
platforms = platforms.linux;
};
}

0 comments on commit 1605af1

Please sign in to comment.