We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b14d12 + ce09231 commit 10af252Copy full SHA for 10af252
pkgs/development/libraries/sundials/default.nix
@@ -14,7 +14,7 @@
14
15
stdenv.mkDerivation rec {
16
pname = "sundials";
17
- version = "7.2.1";
+ version = "7.3.0";
18
19
outputs = [
20
"out"
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
23
24
src = fetchurl {
25
url = "https://github.com/LLNL/sundials/releases/download/v${version}/sundials-${version}.tar.gz";
26
- hash = "sha256-N4Hj983zcsoS9/vmT1Yai5pQe4qLLE1s4o2OTfS+++o=";
+ hash = "sha256-/ZcKkCP46je4HFBlwGe/Fyb2VrOfWQe0gWmm+Y0wa6c=";
27
};
28
29
nativeBuildInputs = [
0 commit comments