Unverified Commit f47d12c0 authored by Masum Reza's avatar Masum Reza Committed by GitHub
Browse files

Merge pull request #292531 from r-ryantm/auto-update/sundials

sundials: 6.7.0 -> 7.1.1
parents e1ff6cad e5c7270e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

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

  outputs = [ "out" "examples" ];

  src = fetchurl {
    url = "https://github.com/LLNL/sundials/releases/download/v${version}/sundials-${version}.tar.gz";
    hash = "sha256-XxE6FWSp0tmP+VJJ9IcaTIFaBdu5uIZqgrE6sVjDets=";
    hash = "sha256-6n1u37UkSN39wexI+JpyH+bAolnBD471b2D83th6lLs=";
  };

  nativeBuildInputs = [