diff options
author | R. RyanTM | 2019-02-23 17:00:34 -0800 |
---|---|---|
committer | xeji | 2019-02-24 02:00:34 +0100 |
commit | 5a4ac09f310bd218ed0eeeb35a6685b65a78125c (patch) | |
tree | 277e2ac19ca11bb0849fbf2b071ddfabea268e58 /pkgs/development | |
parent | 28dfbfe4203e3832717b54273c8c3807e896ef79 (diff) |
sundials: 4.0.2 -> 4.1.0 (#55821)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/sundials/versions
Diffstat (limited to 'pkgs/development')
-rw-r--r-- | pkgs/development/libraries/sundials/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/sundials/default.nix b/pkgs/development/libraries/sundials/default.nix index b33180cec428..abe444c63c32 100644 --- a/pkgs/development/libraries/sundials/default.nix +++ b/pkgs/development/libraries/sundials/default.nix @@ -3,11 +3,11 @@ stdenv.mkDerivation rec { pname = "sundials"; - version = "4.0.2"; + version = "4.1.0"; src = fetchurl { url = "https://computation.llnl.gov/projects/${pname}/download/${pname}-${version}.tar.gz"; - sha256 = "0xfk0icsi63yi1dby4rn02ppwkzfykciw6q03bk454gdia9xcmk6"; + sha256 = "19ca4nmlf6i9ijqcibyvpprxzsdfnackgjs6dw51fq13gg1f2398"; }; preConfigure = '' |