Skip to content

Commit

Permalink
Merge pull request #68511 from WilliButz/update-wt
Browse files Browse the repository at this point in the history
wt: 3.4.0 -> 3.4.1, 4.1.0 -> 4.1.1
  • Loading branch information
Ma27 committed Sep 12, 2019
2 parents 05764a9 + 823e8ac commit c0a02c7
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pkgs/development/libraries/wt/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, cmake, boost, pkgconfig, doxygen, qt48Full, libharu
, pango, fcgi, firebird, mysql, postgresql, graphicsmagick, glew, openssl
, pcre
, pcre, harfbuzz
}:

let
Expand Down Expand Up @@ -31,6 +31,7 @@ let
"-DWT_CPP_11_MODE=-std=c++11"
"-DGM_PREFIX=${graphicsmagick}"
"-DMYSQL_PREFIX=${mysql.connector-c}"
"-DHARFBUZZ_INCLUDE_DIR=${harfbuzz.dev}/include"
"--no-warn-unused-cli"
];

Expand All @@ -44,12 +45,12 @@ let
};
in {
wt3 = generic {
version = "3.4.0";
sha256 = "0y0b2h9jf5cg1gdh48dj32pj5nsvipab1cgygncxf98c46ikhysg";
version = "3.4.1";
sha256 = "1bsx7hmy6g2x9p3vl5xw9lv1xk891pnvs93a87s15g257gznkjmj";
};

wt4 = generic {
version = "4.1.0";
sha256 = "1a9nl5gs8m8pssf2l3z6kbl2rc9fw5ad7lfslw5yr3gzi0zqn05x";
version = "4.1.1";
sha256 = "1f1imx5kbpqlysrqx5h75hf2f8pkq972rz42x0pl6cxbnsyzngid";
};
}

0 comments on commit c0a02c7

Please sign in to comment.