libwebsockets: drop unmaintained older versions

Not used in nixpkgs anymore and not maintained upstream.
This commit is contained in:
Rick van Schijndel 2022-05-01 22:48:45 +02:00
parent 5b7eede1e7
commit 14d5488221
2 changed files with 0 additions and 18 deletions

View file

@ -63,21 +63,6 @@ let
};
in {
libwebsockets_3_1 = generic {
sha256 = "1w1wz6snf3cmcpa3f4dci2nz9za2f5rrylxl109id7bcb36xhbdl";
version = "3.1.0";
};
libwebsockets_3_2 = generic {
version = "3.2.2";
sha256 = "0m1kn4p167jv63zvwhsvmdn8azx3q7fkk8qc0fclwyps2scz6dna";
};
libwebsockets_4_2 = generic {
version = "4.2.1";
sha256 = "sha256-C+WGfNF4tAgbp/7aRraBgjNOe4I5ihm+8CGelXzfxbU=";
};
libwebsockets_4_3 = generic {
version = "4.3.1";
sha256 = "sha256-lB3JHh058cQc5rycLnHk3JAOgtku0nRCixN5U6lPKq8=";

View file

@ -8032,9 +8032,6 @@ with pkgs;
librest_1_0 = callPackage ../development/libraries/librest/1.0.nix { };
inherit (callPackages ../development/libraries/libwebsockets { })
libwebsockets_3_1
libwebsockets_3_2
libwebsockets_4_2
libwebsockets_4_3;
libwebsockets = libwebsockets_4_3;