sundials: 7.2.1 -> 7.3.0 (#396895)

This commit is contained in:
Doron Behar 2025-04-10 15:33:46 +03:00 committed by GitHub
commit 10af252670
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@
stdenv.mkDerivation rec {
pname = "sundials";
version = "7.2.1";
version = "7.3.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-N4Hj983zcsoS9/vmT1Yai5pQe4qLLE1s4o2OTfS+++o=";
hash = "sha256-/ZcKkCP46je4HFBlwGe/Fyb2VrOfWQe0gWmm+Y0wa6c=";
};
nativeBuildInputs = [