sundials: 6.5.0 -> 6.5.1

This commit is contained in:
R. Ryantm 2023-04-11 15:28:45 +00:00
parent 6d468c3a2e
commit bbb33138ff

View file

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "sundials";
version = "6.5.0";
version = "6.5.1";
outputs = [ "out" "examples" ];
src = fetchurl {
url = "https://github.com/LLNL/sundials/releases/download/v${version}/sundials-${version}.tar.gz";
hash = "sha256-TguZjf8pKiYX4Xlgm1ObUR64CDb1+qz4AOaIqIYohQI=";
hash = "sha256-QlIwOAUXHk290ZoB5Swdz+Da/FmcPP7bClwv+wRainU=";
};
nativeBuildInputs = [