Unverified Commit 7d64a27e authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

Merge pull request #306586 from r-ryantm/auto-update/quantlib

quantlib: 1.33 -> 1.34
parents 1d606e95 b519a154
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@

stdenv.mkDerivation rec {
  pname = "quantlib";
  version = "1.33";
  version = "1.34";

  outputs = [ "out" "dev" ];

@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
    owner = "lballabio";
    repo = "QuantLib";
    rev = "v${version}";
    sha256 = "sha256-j2nRm6ebf5OU6mqmcC7wQf/qlf/K9RmmCAnfT+Au8ZM=";
    sha256 = "sha256-qrMaIBiDg7bFtWTDAQgAMtekb/7VrI7Ix+G59mU4WHI=";
  };

  nativeBuildInputs = [ cmake ];