Skip to content

Commit

Permalink
sundials: 7.2.0 -> 7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 22, 2024
1 parent c09c373 commit 69dcf86
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.2.0";
version = "7.2.1";

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-XGwKZqfifEW/tXsn91eUY4Vahfw5dv7R1cndiNwa46s=";
hash = "sha256-N4Hj983zcsoS9/vmT1Yai5pQe4qLLE1s4o2OTfS+++o=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 69dcf86

Please sign in to comment.