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

sundials: 6.4.1 -> 6.5.0
This commit is contained in:
markuskowa
2022-12-25 22:07:28 +01:00
committed by GitHub
@@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "sundials";
version = "6.4.1";
version = "6.5.0";
outputs = [ "out" "examples" ];
src = fetchurl {
url = "https://github.com/LLNL/sundials/releases/download/v${version}/sundials-${version}.tar.gz";
hash = "sha256-e/EKjSkgWRrz+6LbklSOka1g63JBqyM1CpsbxR4F6NA=";
hash = "sha256-TguZjf8pKiYX4Xlgm1ObUR64CDb1+qz4AOaIqIYohQI=";
};
nativeBuildInputs = [