sundials: 6.4.0 -> 6.4.1

This commit is contained in:
R. Ryantm 2022-11-01 07:19:12 +00:00
parent afcb9e9c28
commit cef0471623

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "sundials";
version = "6.4.0";
version = "6.4.1";
outputs = [ "out" "examples" ];
src = fetchurl {
url = "https://github.com/LLNL/sundials/releases/download/v${version}/sundials-${version}.tar.gz";
hash = "sha256-Cv+AOhLG0pjQW1aDkZfdCYWGMYZAF+JV7Ynii0m2UvE=";
hash = "sha256-e/EKjSkgWRrz+6LbklSOka1g63JBqyM1CpsbxR4F6NA=";
};
nativeBuildInputs = [