Skip to content

Commit

Permalink
libwebsockets: drop unmaintained older versions
Browse files Browse the repository at this point in the history
Not used in nixpkgs anymore and not maintained upstream.
  • Loading branch information
Mindavi committed May 1, 2022
1 parent 5b7eede commit 14d5488
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
15 changes: 0 additions & 15 deletions pkgs/development/libraries/libwebsockets/default.nix
Expand Up @@ -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=";
Expand Down
3 changes: 0 additions & 3 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -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;

Expand Down

0 comments on commit 14d5488

Please sign in to comment.