From 00c7f76c849ff1a6e23fdcc1c599ae2a1edce0e9 Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Mon, 17 Sep 2018 01:14:53 -0700 Subject: [PATCH] libngspice: 26 -> 28 (#46225) Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from libngspice --- pkgs/development/libraries/libngspice/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/libraries/libngspice/default.nix b/pkgs/development/libraries/libngspice/default.nix index b6d5912581b..5a34910924c 100644 --- a/pkgs/development/libraries/libngspice/default.nix +++ b/pkgs/development/libraries/libngspice/default.nix @@ -3,11 +3,11 @@ # Note that this does not provide the ngspice command-line utility. For that see # the ngspice derivation. stdenv.mkDerivation { - name = "libngspice-26"; + name = "libngspice-28"; src = fetchurl { - url = "mirror://sourceforge/ngspice/ngspice-26.tar.gz"; - sha256 = "51e230c8b720802d93747bc580c0a29d1fb530f3dd06f213b6a700ca9a4d0108"; + url = "mirror://sourceforge/ngspice/ngspice-28.tar.gz"; + sha256 = "0rnz2rdgyav16w7wfn3sfrk2lwvvgz1fh0l9107zkcldijklz04l"; }; nativeBuildInputs = [ flex bison ];