about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2020-04-08 22:32:43 +0800
committerGitHub <noreply@github.com>2020-04-08 22:32:43 +0800
commit8cbe9f03f9d138e9422662112193c89c580d0c2e (patch)
treeeb9e3ff0e5b8ca315bfe82252edcac0b292f2364 /pkgs/top-level
parentb7243c79c878c38bc6c42508034c3074930a38bf (diff)
parent0f2d390a6ecaf7e74d8166a1d67fa29dd19b96ac (diff)
downloadnixlib-8cbe9f03f9d138e9422662112193c89c580d0c2e.tar
nixlib-8cbe9f03f9d138e9422662112193c89c580d0c2e.tar.gz
nixlib-8cbe9f03f9d138e9422662112193c89c580d0c2e.tar.bz2
nixlib-8cbe9f03f9d138e9422662112193c89c580d0c2e.tar.lz
nixlib-8cbe9f03f9d138e9422662112193c89c580d0c2e.tar.xz
nixlib-8cbe9f03f9d138e9422662112193c89c580d0c2e.tar.zst
nixlib-8cbe9f03f9d138e9422662112193c89c580d0c2e.zip
Merge pull request #81780 from volth/patch-387
libwebsockets: 3.2.0 -> 3.2.2; init as 4.0.0
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 688bc51bc2a7..1532feba44fc 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -4929,7 +4929,8 @@ in
   inherit (callPackages ../development/libraries/libwebsockets { })
     libwebsockets_3_1
     libwebsockets_3_2
-    libwebsockets;
+    libwebsockets_4_0;
+  libwebsockets = libwebsockets_3_2;
 
   lidarr = callPackage ../servers/lidarr { };