Unverified Commit 10af2526 authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

sundials: 7.2.1 -> 7.3.0 (#396895)

parents 3b14d121 ce09231d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

stdenv.mkDerivation rec {
  pname = "sundials";
  version = "7.2.1";
  version = "7.3.0";

  outputs = [
    "out"
@@ -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-N4Hj983zcsoS9/vmT1Yai5pQe4qLLE1s4o2OTfS+++o=";
    hash = "sha256-/ZcKkCP46je4HFBlwGe/Fyb2VrOfWQe0gWmm+Y0wa6c=";
  };

  nativeBuildInputs = [