sundials: 6.6.0 -> 6.6.1

This commit is contained in:
R. Ryantm 2023-10-01 23:42:56 +00:00
parent 58aa673711
commit 4c1be45f3e

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