Unverified Commit b4705199 authored by Fabián Heredia Montiel's avatar Fabián Heredia Montiel Committed by GitHub
Browse files

sundials: 7.4.0 -> 7.5.0 (#447380)

parents af5f810d a16dc15d
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.4.0";
  version = "7.5.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-Z53azdd2EBEOYTFk6Cl9bQzTW66OnDr8jo/2+ZocKns=";
    hash = "sha256-CJrGWVB973OLemW1dP/jqQDThWnjMj2XCevtPkRa3sw=";
  };

  nativeBuildInputs = [