quantlib: 1.39 -> 1.40 (#452354)

This commit is contained in:
Justin Bedő
2025-11-02 23:26:32 +00:00
committed by GitHub
+5 -2
View File
@@ -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";