Skip to content

Commit

Permalink
sundials: 7.1.1 -> 7.2.0 (NixOS#364454)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Dec 19, 2024
2 parents 507e022 + a6048a8 commit 85d9455
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/sundials/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

stdenv.mkDerivation rec {
pname = "sundials";
version = "7.1.1";
version = "7.2.0";

outputs = [
"out"
Expand All @@ -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-6n1u37UkSN39wexI+JpyH+bAolnBD471b2D83th6lLs=";
hash = "sha256-XGwKZqfifEW/tXsn91eUY4Vahfw5dv7R1cndiNwa46s=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 85d9455

Please sign in to comment.