Unverified Commit 33cd71c5 authored by Justin Bedő's avatar Justin Bedő Committed by GitHub
Browse files

quantlib: 1.39 -> 1.40 (#452354)

parents cd46903a f07fbf47
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -4,11 +4,12 @@
  fetchFromGitHub,
  cmake,
  boost,
  nix-update-script,
}:

stdenv.mkDerivation (finalAttrs: {
  pname = "quantlib";
  version = "1.39";
  version = "1.40";

  outputs = [
    "out"
@@ -19,7 +20,7 @@ stdenv.mkDerivation (finalAttrs: {
    owner = "lballabio";
    repo = "QuantLib";
    rev = "v${finalAttrs.version}";
    hash = "sha256-UrFamEIeFTR0finNGESlDYbvrmD8jtv73tDUJ17P7WA=";
    hash = "sha256-cyri+kCwIFO/ccnqWhO8qOXNPIV0g6iiNvBYtN667pA=";
  };

  nativeBuildInputs = [ cmake ];
@@ -33,6 +34,8 @@ stdenv.mkDerivation (finalAttrs: {
    cp ./quantlib-config $out/bin/
  '';

  passthru.updateScript = nix-update-script { };

  meta = with lib; {
    description = "Free/open-source library for quantitative finance";
    homepage = "https://quantlib.org";