wt3: 3.3.11 -> 3.4.0

This commit is contained in:
WilliButz 2019-08-04 15:06:29 +02:00
parent 521b818521
commit c2e8451a97
No known key found for this signature in database
GPG Key ID: 92582A10F1179CB2

View File

@ -34,7 +34,7 @@ let
];
meta = with stdenv.lib; {
homepage = https://www.webtoolkit.eu/wt;
homepage = "https://www.webtoolkit.eu/wt";
description = "C++ library for developing web applications";
platforms = platforms.linux;
license = licenses.gpl2;
@ -43,8 +43,8 @@ let
};
in {
wt3 = generic {
version = "3.3.11";
sha256 = "1s1bwg3s7brnspr9ya1vg5mr29dbvhf05s606fiv409b7ladqvxq";
version = "3.4.0";
sha256 = "0y0b2h9jf5cg1gdh48dj32pj5nsvipab1cgygncxf98c46ikhysg";
};
wt4 = generic {