sundials: 7.4.0 -> 7.5.0 (#447380)

This commit is contained in:
Fabián Heredia Montiel
2025-10-08 04:58:32 +00:00
committed by GitHub

View File

@@ -14,7 +14,7 @@
stdenv.mkDerivation rec {
pname = "sundials";
version = "7.4.0";
version = "7.5.0";
outputs = [
"out"
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://github.com/LLNL/sundials/releases/download/v${version}/sundials-${version}.tar.gz";
hash = "sha256-Z53azdd2EBEOYTFk6Cl9bQzTW66OnDr8jo/2+ZocKns=";
hash = "sha256-CJrGWVB973OLemW1dP/jqQDThWnjMj2XCevtPkRa3sw=";
};
nativeBuildInputs = [