mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
wt3: 3.3.11 -> 3.4.0
This commit is contained in:
parent
521b818521
commit
c2e8451a97
@ -34,7 +34,7 @@ let
|
|||||||
];
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://www.webtoolkit.eu/wt;
|
homepage = "https://www.webtoolkit.eu/wt";
|
||||||
description = "C++ library for developing web applications";
|
description = "C++ library for developing web applications";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
@ -43,8 +43,8 @@ let
|
|||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
wt3 = generic {
|
wt3 = generic {
|
||||||
version = "3.3.11";
|
version = "3.4.0";
|
||||||
sha256 = "1s1bwg3s7brnspr9ya1vg5mr29dbvhf05s606fiv409b7ladqvxq";
|
sha256 = "0y0b2h9jf5cg1gdh48dj32pj5nsvipab1cgygncxf98c46ikhysg";
|
||||||
};
|
};
|
||||||
|
|
||||||
wt4 = generic {
|
wt4 = generic {
|
||||||
|
Loading…
Reference in New Issue
Block a user