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

sundials: 6.3.0 -> 6.4.0
This commit is contained in:
markuskowa 2022-10-30 00:38:58 +02:00 committed by GitHub
commit 535abb755e
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.3.0";
version = "6.4.0";
outputs = [ "out" "examples" ];
src = fetchurl {
url = "https://github.com/LLNL/sundials/releases/download/v${version}/sundials-${version}.tar.gz";
hash = "sha256-iaIr6oIP8lCqcjn2NKsH+jTv4dLc/eKcyNOvEUVboqc=";
hash = "sha256-Cv+AOhLG0pjQW1aDkZfdCYWGMYZAF+JV7Ynii0m2UvE=";
};
nativeBuildInputs = [