mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
libwebsockets: enable 4.1.x series
This commit is contained in:
parent
27f6d851bb
commit
5ae16951b7
@ -53,4 +53,9 @@ rec {
|
||||
version = "4.0.21";
|
||||
sha256 = "01k05x4711ngin598jr9dag4ml3m7hi6pkgr4dsb02ryh1kc6146";
|
||||
};
|
||||
|
||||
libwebsockets_4_1 = generic {
|
||||
version = "4.1.6";
|
||||
sha256 = "0x56v4hsx92vm1zibfmnqb5g3v23kzciffn3fjlsc3sly2pknhsg";
|
||||
};
|
||||
}
|
||||
|
@ -5954,7 +5954,8 @@ in
|
||||
inherit (callPackages ../development/libraries/libwebsockets { })
|
||||
libwebsockets_3_1
|
||||
libwebsockets_3_2
|
||||
libwebsockets_4_0;
|
||||
libwebsockets_4_0
|
||||
libwebsockets_4_1;
|
||||
libwebsockets = libwebsockets_3_2;
|
||||
|
||||
licensee = callPackage ../tools/package-management/licensee { };
|
||||
|
Loading…
Reference in New Issue
Block a user