about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-02-23 17:00:34 -0800
committerxeji <36407913+xeji@users.noreply.github.com>2019-02-24 02:00:34 +0100
commit5a4ac09f310bd218ed0eeeb35a6685b65a78125c (patch)
tree277e2ac19ca11bb0849fbf2b071ddfabea268e58 /pkgs/development
parent28dfbfe4203e3832717b54273c8c3807e896ef79 (diff)
downloadnixlib-5a4ac09f310bd218ed0eeeb35a6685b65a78125c.tar
nixlib-5a4ac09f310bd218ed0eeeb35a6685b65a78125c.tar.gz
nixlib-5a4ac09f310bd218ed0eeeb35a6685b65a78125c.tar.bz2
nixlib-5a4ac09f310bd218ed0eeeb35a6685b65a78125c.tar.lz
nixlib-5a4ac09f310bd218ed0eeeb35a6685b65a78125c.tar.xz
nixlib-5a4ac09f310bd218ed0eeeb35a6685b65a78125c.tar.zst
nixlib-5a4ac09f310bd218ed0eeeb35a6685b65a78125c.zip
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.nix4
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 = ''