quantlib: 1.37 -> 1.38 (#401118)

Co-authored-by: Kupac <Kupac@users.noreply.github.com>

authored by nixpkgs-merge-bot[bot] Kupac and committed by GitHub c6c0dd59 7c9ee40e

+2 -2
+2 -2
pkgs/by-name/qu/quantlib/package.nix
··· 8 9 stdenv.mkDerivation (finalAttrs: { 10 pname = "quantlib"; 11 - version = "1.37"; 12 13 outputs = [ 14 "out" ··· 19 owner = "lballabio"; 20 repo = "QuantLib"; 21 rev = "v${finalAttrs.version}"; 22 - hash = "sha256-Q8Bz94yd4A0VCDldtiichFKgiZMN4dHHJJep/tcE/z0="; 23 }; 24 25 nativeBuildInputs = [ cmake ];
··· 8 9 stdenv.mkDerivation (finalAttrs: { 10 pname = "quantlib"; 11 + version = "1.38"; 12 13 outputs = [ 14 "out" ··· 19 owner = "lballabio"; 20 repo = "QuantLib"; 21 rev = "v${finalAttrs.version}"; 22 + hash = "sha256-4a86sGUOz/B5IQHE41r5+OTvR9es4FgXeufy3bKRWAc="; 23 }; 24 25 nativeBuildInputs = [ cmake ];