Merge pull request #53180 from r-ryantm/auto-update/sundials

sundials: 4.0.0 -> 4.0.1
This commit is contained in:
Jörg Thalheim 2019-01-02 12:37:46 +01:00 committed by GitHub
commit 18c041742f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,12 +3,12 @@
stdenv.mkDerivation rec {
pname = "sundials";
version = "4.0.0";
version = "4.0.1";
name = "${pname}-${version}";
src = fetchurl {
url = "https://computation.llnl.gov/projects/${pname}/download/${pname}-${version}.tar.gz";
sha256 = "06cspmhx9qn7x722lmy9q2jr80hnnv2h7n54da7y5m951p1xfgcm";
sha256 = "1m5f2glxmgc6imjr0yqqp448r8q3kvsfp8dxxn83k00fcb40kr19";
};
preConfigure = ''