Skip to content

Commit 10af252

Browse files
authored
sundials: 7.2.1 -> 7.3.0 (NixOS#396895)
2 parents 3b14d12 + ce09231 commit 10af252

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/libraries/sundials/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
stdenv.mkDerivation rec {
1616
pname = "sundials";
17-
version = "7.2.1";
17+
version = "7.3.0";
1818

1919
outputs = [
2020
"out"
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
2323

2424
src = fetchurl {
2525
url = "https://github.com/LLNL/sundials/releases/download/v${version}/sundials-${version}.tar.gz";
26-
hash = "sha256-N4Hj983zcsoS9/vmT1Yai5pQe4qLLE1s4o2OTfS+++o=";
26+
hash = "sha256-/ZcKkCP46je4HFBlwGe/Fyb2VrOfWQe0gWmm+Y0wa6c=";
2727
};
2828

2929
nativeBuildInputs = [

0 commit comments

Comments
 (0)