libwebsockets: remove older 4.x packages
This commit is contained in:
parent
7d0eb78bee
commit
0891da9bf5
2 changed files with 0 additions and 12 deletions
|
@ -54,16 +54,6 @@ rec {
|
|||
sha256 = "0m1kn4p167jv63zvwhsvmdn8azx3q7fkk8qc0fclwyps2scz6dna";
|
||||
};
|
||||
|
||||
libwebsockets_4_0 = generic {
|
||||
version = "4.0.21";
|
||||
sha256 = "01k05x4711ngin598jr9dag4ml3m7hi6pkgr4dsb02ryh1kc6146";
|
||||
};
|
||||
|
||||
libwebsockets_4_1 = generic {
|
||||
version = "4.1.6";
|
||||
sha256 = "0x56v4hsx92vm1zibfmnqb5g3v23kzciffn3fjlsc3sly2pknhsg";
|
||||
};
|
||||
|
||||
libwebsockets_4_2 = generic {
|
||||
version = "4.2.0";
|
||||
sha256 = "glnLGXniero/5CW/1TBPZngdOM6gww8DnT5wiX66sW0=";
|
||||
|
|
|
@ -6501,8 +6501,6 @@ in
|
|||
inherit (callPackages ../development/libraries/libwebsockets { })
|
||||
libwebsockets_3_1
|
||||
libwebsockets_3_2
|
||||
libwebsockets_4_0
|
||||
libwebsockets_4_1
|
||||
libwebsockets_4_2;
|
||||
libwebsockets = libwebsockets_4_2;
|
||||
|
||||
|
|
Loading…
Reference in a new issue