summary refs log tree commit diff
path: root/pkgs/servers/unifi
diff options
context:
space:
mode:
authorcw <789@webuhu.at>2019-08-23 13:02:22 +0200
committercw <789@webuhu.at>2019-08-23 13:02:22 +0200
commit62ba7964f4f650885cb96e64a552bb0018b74ca5 (patch)
tree26004bd081f039da2514aab3f2aaf304ac970b9f /pkgs/servers/unifi
parentf096e5a46d89d3b4834732fd017fb27d85cc64b6 (diff)
downloadnixpkgs-62ba7964f4f650885cb96e64a552bb0018b74ca5.tar
nixpkgs-62ba7964f4f650885cb96e64a552bb0018b74ca5.tar.gz
nixpkgs-62ba7964f4f650885cb96e64a552bb0018b74ca5.tar.bz2
nixpkgs-62ba7964f4f650885cb96e64a552bb0018b74ca5.tar.lz
nixpkgs-62ba7964f4f650885cb96e64a552bb0018b74ca5.tar.xz
nixpkgs-62ba7964f4f650885cb96e64a552bb0018b74ca5.tar.zst
nixpkgs-62ba7964f4f650885cb96e64a552bb0018b74ca5.zip
unifiStable: 5.10.26 -> 5.11.39
Diffstat (limited to 'pkgs/servers/unifi')
-rw-r--r--pkgs/servers/unifi/default.nix8
1 files changed, 5 insertions, 3 deletions
diff --git a/pkgs/servers/unifi/default.nix b/pkgs/servers/unifi/default.nix
index 65bb91364f6..5a04d2317f4 100644
--- a/pkgs/servers/unifi/default.nix
+++ b/pkgs/servers/unifi/default.nix
@@ -41,7 +41,8 @@ let
 
 in rec {
 
-  # https://help.ubnt.com/hc/en-us/articles/115000441548-UniFi-Current-Controller-Versions / https://community.ui.com/releases
+  # https://community.ui.com/releases / https://www.ui.com/download/unifi
+  # Outdated FAQ: https://help.ubnt.com/hc/en-us/articles/115000441548-UniFi-Current-Controller-Versions
 
   unifiLTS = generic {
     version = "5.6.42";
@@ -49,10 +50,11 @@ in rec {
   };
 
   unifiStable = generic {
-    version = "5.10.26";
-    sha256 = "0rlppwxiijbzdy3v1khvzck9ypfjyznn2xak34pl0ypgw24jg637";
+    version = "5.11.39";
+    sha256 = "0v1gnvdazxa3bcbq8hl6796yw0mxzki2xn4s5im5k5ngmfmnswyj";
   };
 
+  # TODO: update as it is outdated
   unifiTesting = generic {
     version = "5.11.18";
     suffix = "-996baf2ca5";