sundials: 6.4.1 -> 6.5.0

This commit is contained in:
R. Ryantm 2022-12-23 00:51:06 +00:00
parent b10a520017
commit 71a448e469

View File

@ -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 = [