libwebsockets: enable 4.1.x series

This commit is contained in:
Fabian Affolter 2021-01-30 23:25:01 +01:00
parent 27f6d851bb
commit 5ae16951b7
2 changed files with 7 additions and 1 deletions

View File

@ -53,4 +53,9 @@ rec {
version = "4.0.21";
sha256 = "01k05x4711ngin598jr9dag4ml3m7hi6pkgr4dsb02ryh1kc6146";
};
libwebsockets_4_1 = generic {
version = "4.1.6";
sha256 = "0x56v4hsx92vm1zibfmnqb5g3v23kzciffn3fjlsc3sly2pknhsg";
};
}

View File

@ -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 { };