Unverified Commit eb734de4 authored by markuskowa's avatar markuskowa Committed by GitHub
Browse files

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

sundials: 6.6.0 -> 6.6.1
parents bc824ec5 4c1be45f
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.6.0";
  version = "6.6.1";

  outputs = [ "out" "examples" ];

  src = fetchurl {
    url = "https://github.com/LLNL/sundials/releases/download/v${version}/sundials-${version}.tar.gz";
    hash = "sha256-+QApuNqEbI+v9VMP0fpIRweRiNBAVU9VwdXR4EdD0p0=";
    hash = "sha256-IfceSu+VsY+VTIu9yQtih3RDlQUz1ZXGgFGrdot2mEs=";
  };

  nativeBuildInputs = [