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

sundials: 6.6.0 -> 6.6.1
This commit is contained in:
markuskowa 2023-10-11 17:14:22 +02:00 committed by GitHub
commit eb734de43d
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.0";
version = "6.6.1";
outputs = [ "out" "examples" ];
src = fetchurl {
url = "https://github.com/LLNL/sundials/releases/download/v${version}/sundials-${version}.tar.gz";
hash = "sha256-+QApuNqEbI+v9VMP0fpIRweRiNBAVU9VwdXR4EdD0p0=";
hash = "sha256-IfceSu+VsY+VTIu9yQtih3RDlQUz1ZXGgFGrdot2mEs=";
};
nativeBuildInputs = [