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

sundials: 6.6.1 -> 6.7.0
This commit is contained in:
Weijia Wang 2024-01-03 15:11:23 +01:00 committed by GitHub
commit dcff0ff774
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "sundials";
version = "6.6.1";
version = "6.7.0";
outputs = [ "out" "examples" ];
src = fetchurl {
url = "https://github.com/LLNL/sundials/releases/download/v${version}/sundials-${version}.tar.gz";
hash = "sha256-IfceSu+VsY+VTIu9yQtih3RDlQUz1ZXGgFGrdot2mEs=";
hash = "sha256-XxE6FWSp0tmP+VJJ9IcaTIFaBdu5uIZqgrE6sVjDets=";
};
nativeBuildInputs = [